]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
corrected code to not suppose that Write() always writes all the data it was given
[wxWidgets.git] / docs / changes.txt
index 58cee172d98e856c83f2c328e0400e5aa2302bf3..2b8bf2bd606fabc8dd4378ad8d625719e28e8882 100644 (file)
@@ -221,6 +221,8 @@ Unix:
 
 - wxTaskBarIcon now supports freedesktop.org System Tray protocol
 - security fixes to wxSingleInstanceChecker
+- wx-config script was modified to allow choosing from multiple installed
+  builds of wxWidgets
 
 wxGTK:
 
@@ -232,6 +234,10 @@ wxGTK:
 - implemented wxFRAME_NO_TASKBAR style (GTK >= 2.2)
 - implemented support for wxSYS_DCLICK_?, wxSYS_DRAG_? and wxSYS_CURSOR_?
   in wxSystemSettings::GetMetric (Mart Raudsepp)
+- wxGTK uses GTK+ 2.x by default now, you have to pass --disable-gtk2 to
+  configure if you want to use GTK+ 1.2
+- implemented wxTopLevel::IsMaximized() for GTK+2 and WMs that implement
+  freedesktop.org's wm-spec (Mart Raudsepp)
 
 wxMotif: