]> git.saurik.com Git - wxWidgets.git/commitdiff
Update with recent changes.
authorMattia Barbon <mbarbon@cpan.org>
Tue, 4 Feb 2003 21:57:55 +0000 (21:57 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 4 Feb 2003 21:57:55 +0000 (21:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 2e04106f196610011ca6dbfd5c6e33fe1137a084..d258b295b5b60f0c6aa5f648aa247e8303866811 100644 (file)
@@ -33,6 +33,7 @@ All GUI ports:
 - 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)
 - 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.
 
 
 - Changed to type-safe wxSizerItemList for wxSizer child items.
 
@@ -83,6 +84,13 @@ wxMSW:
 - fixed wxStaticText best size calculation (was wrong by '&' width)
 - fixed calling wxFrame::Maximize(FALSE) before the window is shown
 
 - 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
 ===========
 
 OLD CHANGES
 ===========