wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers
Show All
Vadim Zeitlin (17,160)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,709)
Stefan Csomor (3,686)
Francesco Montorsi (1,299)
Mattia Barbon (841)
Stefan Neis (781)
Michael Wetherell (766)
Paul Cornett (765)
Chris Elliott (655)
Kevin Ollivier (600)
Jaakko Salli (542)
Ron Lee (517)
Jacob Jansen (363)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Javier Torres (80)
Patrick K. O'Brien (64)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Francesco Montorsi (1,299)
Jaakko Salli (542)
Jacob Jansen (363)
Javier Torres (80)
Julian Smart (5,571)
Julien Weinzorn (50)
Kevin Ollivier (600)
Mattia Barbon (841)
Michael Wetherell (766)
Mingquan Yang (29)
Patrick K. O'Brien (64)
Paul Cornett (765)
Peter Cawley (44)
Peter Most (32)
Rickard Westerlund (23)
Robert Roebling (3,709)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,686)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,160)
Václav Slavík (4,915)

This changelog reflects changes in the wxWidgets SVN repository, and is updated every 10 minutes. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]
  • Active Filters:
  • Patrick K. O'Brien Remove Filter

Changelog for wxWidgets (64 revisions):

r26472: 2004-03-29 20:59:29 [PKO] Patrick K. O'Brien

M  /wxPython/scripts/pywrap.bat  [diff, log, file]

 Oops. Put @echo off line back in. Only needed to change pythonw.exe to python.exe.

r26471: 2004-03-29 20:54:26 [PKO] Patrick K. O'Brien

M  /wxPython/scripts/pywrap.bat  [diff, log, file]

 Made more useable from the command-line, since that is its primary purpose.

r26212: 2004-03-15 13:42:37 [PKO] Patrick K. O'Brien

M  /wxPython/wx/py/PyAlaCarte.py  [diff, log, file]
M  /wxPython/wx/py/PyAlaMode.py  [diff, log, file]
M  /wxPython/wx/py/PyAlaModeTest.py  [diff, log, file]
M  /wxPython/wx/py/PyCrust.py  [diff, log, file]
M  /wxPython/wx/py/PyShell.py  [diff, log, file]
M  /wxPython/wx/py/PyWrap.py  [diff, log, file]

 Eliminate relative imports and make them more py2exe friendly.

r26210: 2004-03-15 02:30:07 [PKO] Patrick K. O'Brien

M  /wxPython/wx/py/CHANGES.txt  [diff, log, file]
M  /wxPython/wx/py/editwindow.py  [diff, log, file]

 Changed default shell.autoCompleteAutoHide to False.

r25861: 2004-02-19 13:53:20 [PKO] Patrick K. O'Brien

M  /wxPython/wx/py/CHANGES.txt  [diff, log, file]
M  /wxPython/wx/py/PyCrust.py  [diff, log, file]
M  /wxPython/wx/py/PyShell.py  [diff, log, file]
M  /wxPython/wx/py/shell.py  [diff, log, file]

 Changed default namespace of Shell to __main__.__dict__, instead of an
 empty dictionary.

r25783: 2004-02-13 02:52:06 [PKO] Patrick K. O'Brien

M  /wxPython/wx/py/tests/test_introspect.py  [diff, log, file]

 Fix test broken by change in package name from PyCrust to py.

r25782: 2004-02-13 02:47:59 [PKO] Patrick K. O'Brien

Click to show all 19 changes...

 The truth is out there.

r25676: 2004-02-09 02:53:13 [PKO] Patrick K. O'Brien

M  /wxPython/wx/py/CHANGES.txt  [diff, log, file]
M  /wxPython/wx/py/editwindow.py  [diff, log, file]
M  /wxPython/wx/py/shell.py  [diff, log, file]

 shell.autoCompleteAutoHide added with default of True.

r25667: 2004-02-08 21:48:07 [PKO] Patrick K. O'Brien

M  /wxPython/wx/py/CHANGES.txt  [diff, log, file]
M  /wxPython/wx/py/crust.py  [diff, log, file]

 Fixed problem with Calltip tab not refreshing properly on Windows.

r25658: 2004-02-08 19:28:51 [PKO] Patrick K. O'Brien

M  /wxPython/wx/py/crust.py  [diff, log, file]

 Cosmetic changes.

r25377: 2004-01-25 23:37:41 [PKO] Patrick K. O'Brien

M  /wxPython/wx/py/CHANGES.txt  [diff, log, file]
M  /wxPython/wx/py/crust.py  [diff, log, file]
M  /wxPython/wx/py/README.txt  [diff, log, file]
M  /wxPython/wx/py/shell.py  [diff, log, file]
M  /wxPython/wx/py/version.py  [diff, log, file]

 Minor cleanup for 2.5. Upped version to 0.9.4. Removed use of decorators.

r23920: 2003-09-25 21:51:59 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/wxPython/py/wxd/stc_.py  [diff, log, file]

 revised module docstring

r23915: 2003-09-25 19:54:58 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/wxPython/py/version.py  [diff, log, file]

 new minor version

r23908: 2003-09-25 13:19:28 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/wxPython/py/frame.py  [diff, log, file]

 whitespace

r23907: 2003-09-25 13:14:11 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/wx/py/PyAlaCarte.py  [diff, log, file]
M  [WX_2_4_BRANCH] /wxPython/wx/py/PyAlaMode.py  [diff, log, file]
M  [WX_2_4_BRANCH] /wxPython/wx/py/PyCrust.py  [diff, log, file]
M  [WX_2_4_BRANCH] /wxPython/wx/py/PyFilling.py  [diff, log, file]
M  [WX_2_4_BRANCH] /wxPython/wx/py/PyShell.py  [diff, log, file]
M  [WX_2_4_BRANCH] /wxPython/wx/py/PyWrap.py  [diff, log, file]

 Allow stubs to run if called directly. Kevin Altis requested this.

r20672: 2003-05-19 21:41:24 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/wxPython/py/introspect.py  [diff, log, file]

 Protect against inspect.getdoc() failing.

r20615: 2003-05-12 20:02:08 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/wxPython/py/filling.py  [diff, log, file]

 Fixed sort bug.

r20550: 2003-05-08 15:48:05 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/docs/wxPackage.txt  [diff, log, file]

 Updated.

r20548: 2003-05-08 13:44:45 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/docs/wxPackage.txt  [diff, log, file]
M  [WX_2_4_BRANCH] /wxPython/docs/wxPythonExamples.txt  [diff, log, file]
M  [WX_2_4_BRANCH] /wxPython/docs/wxPythonTutorial.txt  [diff, log, file]

 The wx package requires wxPython 2.4.1.

r20510: 2003-05-06 21:34:26 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/docs/PyManual.txt  [diff, log, file]

 Changed path to epydoc files.

r20509: 2003-05-06 21:32:32 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/docs/wxPythonDocs.txt  [diff, log, file]

 Absolute paths to the epydoc files.

r20508: 2003-05-06 21:25:01 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/docs/wxPythonDocs.txt  [diff, log, file]

 Updated to include new wx epydoc reference.

r20507: 2003-05-06 19:42:09 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/wxPython/py/wxd/Controls.py  [diff, log, file]

 Added DirFilterListCtrl class.

r20506: 2003-05-06 19:20:24 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/wxPython/py/wxd/genapi.py  [diff, log, file]

 Add more stuff to the output file.

r20505: 2003-05-06 19:17:57 [PKO] Patrick K. O'Brien

M  [WX_2_4_BRANCH] /wxPython/wxPython/py/__init__.py  [diff, log, file]

 Better module docstring.