]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Remove unnecessary header dependencies. Fix resulting compilation
[wxWidgets.git] / docs / changes.txt
index ec792425468dbbf41780634a3e51624cb87f38ac..d258b295b5b60f0c6aa5f648aa247e8303866811 100644 (file)
@@ -32,6 +32,9 @@ All GUI ports:
 - fixed handling of URLs and filenames in wxFileSystem
 - implemented alignment for wxGrid bool editor and renderer
 - support wxListCtrl columns alignment for all platforms and not just MSW
+- added wxToolBar Add/InsertTool(tool) (Janusz Piwowarski)
+- WXR resources can now be used in Unicode builds
+
 - Changed to type-safe wxSizerItemList for wxSizer child items.
 
     Deprecated:
@@ -81,6 +84,13 @@ wxMSW:
 - fixed wxStaticText best size calculation (was wrong by '&' width)
 - fixed calling wxFrame::Maximize(FALSE) before the window is shown
 
+wxMotif
+
+- made wxFileDialog behaviour with complex wildcards more sensible (it still
+  does not support all the features other ports do); refer to wxFileDialog
+  documentation for a detailed explanation
+- implemented wxWakeUpIdle
+
 OLD CHANGES
 ===========