wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 4Next 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,161)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,711)
Stefan Csomor (3,688)
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)
Dimitri Schoolwerth (225)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Robin Dunn (99)
Javier Torres (80)
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)
Dimitri Schoolwerth (225)
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)
Paul Cornett (765)
Peter Cawley (44)
Peter Most (32)
Rickard Westerlund (23)
Robert Roebling (3,711)
Robin Dunn (7,249)
Robin Dunn (99)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,688)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,161)
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:
  • Robin Dunn Remove Filter

Changelog for wxWidgets (99 revisions):

r9407: 2001-02-21 21:12:10 [robind] Robin Dunn

M  /wxPython/demo/About.py  [diff, log, file]
M  /wxPython/src/gtk/misc.py  [diff, log, file]

 
 some little fixes

r9406: 2001-02-21 20:57:57 [robind] Robin Dunn

M  /wxPython/contrib/ogl/oglcanvas.cpp  [diff, log, file]
M  /wxPython/contrib/ogl/oglcanvas.i  [diff, log, file]
M  /wxPython/contrib/ogl/oglshapes2.i  [diff, log, file]
M  /wxPython/src/misc.i  [diff, log, file]
M  /wxPython/src/msw/misc.py  [diff, log, file]
M  /wxPython/src/msw/wx.py  [diff, log, file]

 
 some little fixes

r9387: 2001-02-20 06:10:38 [robind] Robin Dunn

M  /include/wx/msw/stattext.h  [diff, log, file]
M  /src/msw/stattext.cpp  [diff, log, file]

 
 Added a SetFont method that behaves like SetLabel does with respect to
 wxST_NO_AUTORESIZE.

r9376: 2001-02-16 08:49:41 [robind] Robin Dunn

Click to show all 38 changes...

 
 Copied/merged from the 2.2 branch.
 
 Changes needed to build with new event system

r9375: 2001-02-16 08:40:24 [robind] Robin Dunn

M  /contrib/src/stc/ScintillaWX.cpp  [diff, log, file]
M  /contrib/src/stc/scintilla/src/Editor.cxx  [diff, log, file]
M  /contrib/src/stc/stc.cpp  [diff, log, file]
M  /src/stc/ScintillaWX.cpp  [diff, log, file]
M  /src/stc/scintilla/src/Editor.cxx  [diff, log, file]
M  /src/stc/stc.cpp  [diff, log, file]

 
 Copied/merged from the 2.2 branch.
 
 Changes needed to build with new event system

r9374: 2001-02-16 08:19:50 [robind] Robin Dunn

Click to show all 137 changes...

 
 Copied/merged from the 2.2 branch.
 
 Changes needed to build with new event system

r9371: 2001-02-14 19:17:30 [robind] Robin Dunn

M  [WX_2_2_BRANCH] /src/msw/ole/dataobj.cpp  [diff, log, file]
M  /src/msw/ole/dataobj.cpp  [diff, log, file]

 
 Fixed bug that was giving the wrong size of wxCustomDataObjects to the receiver.

r9357: 2001-02-12 20:30:00 [robind] Robin Dunn

M  [WX_2_2_BRANCH] /src/msw/colordlg.cpp  [diff, log, file]
M  /src/msw/colordlg.cpp  [diff, log, file]

 
 Now uses CC_FULLOPEN if m_colourData.GetChooseFull()

r9281: 2001-02-03 22:52:49 [robind] Robin Dunn

M  [WX_2_2_BRANCH] /wxPython/b  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/setup.cfg  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/setup.py  [diff, log, file]

 last minute build/distrib fixes

r9264: 2001-02-02 16:21:07 [robind] Robin Dunn

M  [WX_2_2_BRANCH] /src/msw/choice.cpp  [diff, log, file]

 fix for impropperly sized drop-down

r9260: 2001-02-02 08:21:23 [robind] Robin Dunn

M  [WX_2_2_BRANCH] /wxPython/b.bat  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/contrib/ogl/ogl.cpp  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/contrib/ogl/oglbasic.cpp  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/contrib/ogl/oglcanvas.cpp  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/contrib/ogl/oglshapes.cpp  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/contrib/ogl/oglshapes2.cpp  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/distrib/wxPython.WSM  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/distrib/wxPython.wse  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/src/msw/wx.py  [diff, log, file]

 
 A few (hopefully) final tweaks for wxPython 2.2.5

r9259: 2001-02-02 08:04:46 [robind] Robin Dunn

M  [WX_2_2_BRANCH] /wxPython/b  [diff, log, file]
D  [WX_2_2_BRANCH] /wxPython/contrib/glcanvas/stub.cpp  [old log]
D  [WX_2_2_BRANCH] /wxPython/contrib/ogl/stub.cpp  [old log]
M  [WX_2_2_BRANCH] /wxPython/contrib/stc/stc_.cpp  [diff, log, file]
D  [WX_2_2_BRANCH] /wxPython/contrib/stc/stub.cpp  [old log]
M  [WX_2_2_BRANCH] /wxPython/MANIFEST.in  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/setup.py  [diff, log, file]
M  [WX_2_2_BRANCH] /wxPython/wxPython/lib/fancytext.py  [diff, log, file]

 
 A few (hopefully) final tweaks for wxPython 2.2.5

r9232: 2001-01-30 22:49:51 [robind] Robin Dunn

Click to show all 39 changes...

 
 Gobs of changes moved from the main trunk to the 2.2 branch in
 preparataion for 2.2.5 release. See CHANGES.txt for details.

r9224: 2001-01-30 20:54:28 [robind] Robin Dunn

Click to show all 148 changes...

 
 Gobs of changes move from the main trunk to the 2.2 branch in
 preparataion for 2.2.5 release. See CHANGES.txt for details.

r9038: 2001-01-02 20:29:57 [robind] Robin Dunn

M  /wxPython/tests/README.txt  [diff, log, file]

 
 yet more testing...

r9037: 2001-01-02 20:17:11 [robind] Robin Dunn

M  /wxPython/tests/README.txt  [diff, log, file]

 more testing of cvs update messages...

r9036: 2001-01-02 20:00:30 [robind] Robin Dunn

M  /wxPython/tests/README.txt  [diff, log, file]

 test commit...

r9035: 2001-01-02 19:41:04 [robind] Robin Dunn

M  /wxPython/setup.py  [diff, log, file]

 
 test cvs commit

r9005: 2000-12-24 07:31:31 [robind] Robin Dunn

Click to show all 11 changes...

 
 More cleanup. Regenerated wxGTK code.

r9001: 2000-12-22 22:32:26 [robind] Robin Dunn

Click to show all 29 changes...

 
 Added the wxClassInfo stuff back in to the modules that are
 standalone. This is needed so any classes defined in the module will
 get hooked up with their parents and assertions like "is wxWindow"
 will work.

r9000: 2000-12-22 22:06:36 [robind] Robin Dunn

M  /wxPython/src/wx.i  [diff, log, file]

 
 wxDefaultPosition and wxDefaultSize are marked read-only.

r8987: 2000-12-22 06:51:21 [robind] Robin Dunn

Click to show all 46 changes...

 
 More cleanup. Removed all wxPyDefaultXXX since they aren't needed any
 more. Regenerated wxGTK code from this morning's changes.

r8986: 2000-12-22 02:16:34 [robind] Robin Dunn

M  /wxPython/README.txt  [diff, log, file]

 test commit, no real change

r8985: 2000-12-22 00:47:36 [robind] Robin Dunn

M  /wxPython/src/helpers.cpp  [diff, log, file]
M  /wxPython/src/helpers.h  [diff, log, file]
M  /wxPython/src/msw/wx.py  [diff, log, file]

 
 Some cleanup and a fix

r8984: 2000-12-22 00:06:04 [robind] Robin Dunn

Click to show all 42 changes...

 
 Massive code changes and cleanup to allow wxPython to be split into
 multiple extension modules again. A Python CObject is used to allow
 the "export" of SWIG and other common helper functions from the wxc
 module to other modules, even if they are in separate shared
 libraries. Should also be usable from 3rd party code, just include
 wxPython/src/export.h
 
 Changed the default setup so the following are built as separate
 extension modules: calendar, glcanvas, grid, html, ogl, stc, and
 utils. Will probably add more later.