]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
added wxGet/SetWindowProc/UserData()
[wxWidgets.git] / docs / changes.txt
index 2d613b905631554463404d16efc429f3935270dd..d98184e8494abb7b19edb9af8a6d8a70c3b7526c 100644 (file)
@@ -152,6 +152,15 @@ wxMSW:
 - wxFileDialog now returns correct filter index for multiple-file dialogs
 - added wxTextCtrl::HitTest()
 - experimental wxURL implementation using WinInet functions (Hajo Kirchhoff)
+- fixed several bugs in wxNotebook with wxNB_MULTILINE style
+- accelerators are now initially hidden if appropriate (Peter Nielsen)
+- background colour of a wxComboBox may now be set
+- fixed wxListCtrl::GetItemText/BackgroundColour()
+- Esc can now be used to close menus in the dialogs (Hartmut Honisch)
+- Added msw.remap system option so colourful toolbar buttons
+  aren't mangled if you set it to 0
+- Toolbar buttons are now centred if the bitmap size is smaller
+  than the specified default size
 
 wxGTK:
 
@@ -163,6 +172,7 @@ wxGTK:
 - fixed mouse wheel handling under GTK2 (Hugh Fisher)
 - wxNotebook::HitTest() implemented (Daniel Lundqvist)
 - memory leaks fixes in wxFileDialog (John Labenski)
+- don't drop click events from triple clicks (Frode Solheim)
 
 wxMac: