- r50957: 2007-12-31 06:49:23 [MR] Mart Raudsepp
-
/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
-
[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
-
[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
-
[WX_2_8_BRANCH] /docs/gtk/install.txt [diff, log, file]
[WX_2_8_BRANCH] /docs/msw/install.txt [diff, log, file]
[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
-
/docs/gtk/install.txt [diff, log, file]
/docs/msw/install.txt [diff, log, file]
/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
-
/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
-
[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
-
[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
-
/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
-
/include/wx/gtk/clrpicker.h [diff, log, file]
/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
-
[WX_2_8_BRANCH] /docs/latex/wx/cmdevent.tex [diff, log, file]
/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
-
[WX_2_8_BRANCH] /src/gtk/button.cpp [diff, log, file]
[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
-
/src/gtk/button.cpp [diff, log, file]
/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
-
[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
-
/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
-
[WX_2_8_BRANCH] /docs/changes.txt [diff, log, file]
[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
-
/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
-
/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
-
[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
-
/docs/latex/wx/url.tex [diff, log, file]
Fix "depreciated" to "deprecated".
- r44423: 2007-02-08 16:12:06 [MR] Mart Raudsepp
-
/src/gtk/assertdlg_gtk.c [diff, log, file]
/src/gtk/dataview.cpp [diff, log, file]
/src/gtk/eggtrayicon.c [diff, log, file]
/src/gtk/treeentry_gtk.c [diff, log, file]
/src/gtk/win_gtk.c [diff, log, file]
/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
-
/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
-
/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
-
/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
-
/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