wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 6 10 13Next 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)
Mart Raudsepp (323)
Dimitri Schoolwerth (225)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
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)
Mart Raudsepp (323)
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)
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:
  • Mart Raudsepp Remove Filter

Changelog for wxWidgets (323 revisions):

r50957: 2007-12-31 06:49:23 [MR] Mart Raudsepp

M  /src/gtk/font.cpp  [diff, log, file]

 Remove declaration of wxScaledFontList wxHashMap, as that's used only in gtk1 port

r50934: 2007-12-28 07:16:38 [MR] Mart Raudsepp

M  [WX_2_8_BRANCH] /contrib/src/fl/controlbar.cpp  [diff, log, file]

 Workaround an assert that leads up to causing a crash on the next time anything tries to CaptureMouse

r50917: 2007-12-25 23:33:16 [MR] Mart Raudsepp

M  [WX_2_8_BRANCH] /src/generic/scrlwing.cpp  [diff, log, file]

 Fix compilation of unicode debug builds, broken since rev50864

r50916: 2007-12-25 23:01:48 [MR] Mart Raudsepp

M  [WX_2_8_BRANCH] /docs/gtk/install.txt  [diff, log, file]
M  [WX_2_8_BRANCH] /docs/msw/install.txt  [diff, log, file]
M  [WX_2_8_BRANCH] /docs/msw/wince/readme.txt  [diff, log, file]

 Cherry-picked from trunk: Update some references of CVS to SVN, more remain that should be changed; update the daily makefiles link in winCE project file downloading instructions.

r50915: 2007-12-25 22:51:59 [MR] Mart Raudsepp

M  /docs/gtk/install.txt  [diff, log, file]
M  /docs/msw/install.txt  [diff, log, file]
M  /docs/msw/wince/readme.txt  [diff, log, file]

 Update some references of CVS to SVN, more remain that should be changed.
 Update the daily makefiles link in winCE project file downloading instructions.

r50672: 2007-12-12 20:20:21 [MR] Mart Raudsepp

M  /include/wx/graphics.h  [diff, log, file]

 Include defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build.

r50671: 2007-12-12 20:19:36 [MR] Mart Raudsepp

M  [WX_2_8_BRANCH] /include/wx/graphics.h  [diff, log, file]

 Include defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build.

r49971: 2007-11-15 16:27:43 [MR] Mart Raudsepp

M  [WX_2_8_BRANCH] /src/gtk/toplevel.cpp  [diff, log, file]

 Fix non-pch build. Spotted by David Hart

r49670: 2007-11-06 01:35:56 [MR] Mart Raudsepp

M  /src/gtk/gnome/gvfs.cpp  [diff, log, file]

 Fix compilation of gnome-vfs module after dynlib.h changes back in September:
 * Use wxDL_VOIDMETHOD_DEFINE where necessary
 * Add a semi-colon after wxDL_METHOD_LOAD calls
 
 Linking is still broken though (MimeTypesManagerImpl::AddToMimeData required, but not exported from base)

r49668: 2007-11-06 00:32:34 [MR] Mart Raudsepp

M  /include/wx/gtk/clrpicker.h  [diff, log, file]
M  /include/wx/gtk/fontpicker.h  [diff, log, file]

 Include the parent classes header to fix compilation of wxGTK core after these controls don't inherit from generic control anymore (which happened to do the include of button.h before)

r46551: 2007-06-20 04:22:56 [MR] Mart Raudsepp

M  [WX_2_8_BRANCH] /docs/latex/wx/cmdevent.tex  [diff, log, file]
M  /docs/latex/wx/cmdevent.tex  [diff, log, file]

 Fix SetExtraLong parameter type in docs from int to long. Noticed by nept2 on IRC

r46514: 2007-06-18 06:16:45 [MR] Mart Raudsepp

M  [WX_2_8_BRANCH] /src/gtk/button.cpp  [diff, log, file]
M  [WX_2_8_BRANCH] /src/gtk/window.cpp  [diff, log, file]

 gtk_border_free is for freeing GtkBorder's, not g_free.
 Using g_free instead used to have no ill effects as gtk_border_free called that anyway, but in gtk+-2.11 GtkBorder
 uses GSlice and gtk_border_free therefore uses g_slice_free and using g_free makes things crash hard.
 So fix it or wxGTK won't work with the upcoming gtk+-2.12 stable release planned for end of July.
 Hopefully we will release 2.8.5 by then...

r46513: 2007-06-18 06:03:50 [MR] Mart Raudsepp

M  /src/gtk/button.cpp  [diff, log, file]
M  /src/gtk/window.cpp  [diff, log, file]

 gtk_border_free is for freeing GtkBorder's, not g_free.
 Using g_free instead used to have no ill effects as gtk_border_free called that anyway, but in gtk+-2.11 GtkBorder
 uses GSlice and gtk_border_free therefore uses g_slice_free and using g_free makes things crash hard.
 So fix it or wxGTK won't work with the upcoming gtk+-2.12 stable release planned for end of July.

r46512: 2007-06-18 05:53:03 [MR] Mart Raudsepp

M  [WX_2_8_BRANCH] /src/gtk/textctrl.cpp  [diff, log, file]

  Fix memory leak in wxTextCtrl au_check_word that was triggered only with wxTE_AUTO_URL style

r46511: 2007-06-18 04:54:41 [MR] Mart Raudsepp

M  /src/gtk/textctrl.cpp  [diff, log, file]

 Fix memory leak in wxTextCtrl au_check_word that was triggered only with wxTE_AUTO_URL style

r45951: 2007-05-11 07:25:07 [MR] Mart Raudsepp

M  [WX_2_8_BRANCH] /docs/changes.txt  [diff, log, file]
M  [WX_2_8_BRANCH] /src/gtk/textctrl.cpp  [diff, log, file]

 [wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCtrl if GTK+ version is at least 2.11. This is for future benefits as stable gtk+-2.12 should come out much before wxWidgets new stable cycle

r45950: 2007-05-11 05:39:55 [MR] Mart Raudsepp

M  /src/gtk/textctrl.cpp  [diff, log, file]

 Fix indentation from tabs to spaces in a few lines I accidentally wrote before fixing my editors settings

r45949: 2007-05-11 05:29:07 [MR] Mart Raudsepp

M  /src/gtk/textctrl.cpp  [diff, log, file]

 [wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCtrl if gtk+ version is new enough

r45859: 2007-05-06 03:59:58 [MR] Mart Raudsepp

M  [WX_2_8_BRANCH] /docs/latex/wx/url.tex  [diff, log, file]

 Fix "depreciated" to "deprecated".

r45858: 2007-05-06 03:48:16 [MR] Mart Raudsepp

M  /docs/latex/wx/url.tex  [diff, log, file]

 Fix "depreciated" to "deprecated".

r44423: 2007-02-08 16:12:06 [MR] Mart Raudsepp

M  /src/gtk/assertdlg_gtk.c  [diff, log, file]
M  /src/gtk/dataview.cpp  [diff, log, file]
M  /src/gtk/eggtrayicon.c  [diff, log, file]
M  /src/gtk/treeentry_gtk.c  [diff, log, file]
M  /src/gtk/win_gtk.c  [diff, log, file]
M  /src/gtk1/eggtrayicon.c  [diff, log, file]

 Do not declare GTypeInfo instances static. This is completely unnecessary and just causes unnecessary extra relocations and global stack memory usage

r44043: 2006-12-23 13:03:00 [MR] Mart Raudsepp

M  /contrib/src/fl/controlbar.cpp  [diff, log, file]

 Change style flag on floating frames to give proper minimize behaviour. Thanks to Chris Mellon; needed for my app

r44012: 2006-12-19 12:41:41 [MR] Mart Raudsepp

M  /docs/latex/wx/stdpaths.tex  [diff, log, file]

 Unswap example returns values for GetPluginsDir and GetResourcesDir. They got swapped by the introduction of
 GetResourcesDir documentation in rev1.12, see
 http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/docs/latex/wx/stdpaths.tex.diff?r1=1.11&r2=1.12
 Noticed by Giuseppe Bilotta

r43716: 2006-11-29 04:10:36 [MR] Mart Raudsepp

M  /include/wx/defs.h  [diff, log, file]

 [GTK] Do not define *_DEPRECATED macros for the gtk+ stack in preparation of a stable wx release, as we can not
 know what functions become deprecated in future releases of gtk+ and co, while the stable wx release should last
 the test of time.
 We could do some preprocessor magic to automatically define the macros only for development releases (whose minor
 version number is odd, not even), but as the releases is close, don't do this at this point, as some compilers
 might not like the initial try. I will bring these macros back to HEAD, together with the automation, once 2.8
 branches.

r43623: 2006-11-24 10:30:42 [MR] Mart Raudsepp

M  /include/wx/glcanvas.h  [diff, log, file]

 Fix code comment: Giuseppe Bilotta tells me that ALPHA does not refer to the blue buffer and glXChooseVisual manual agrees