]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fix handling of wxST_NO_AUTORESIZE in wxOSX.
[wxWidgets.git] / docs / changes.txt
index 2d107a109c6553596db3124a1672b56747651d18..74939c4f0e1b355e18e353f7f8495515d850a57d 100644 (file)
@@ -621,6 +621,7 @@ All (GUI):
 - Add wxMask::GetBitmap() for wxMSW, wxGTK and wxOSX
 - Add wxCheckListBox::GetCheckedItems() (hartwigw).
 - Add wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style (Allann Jones).
+- Make wxGenericDataViewCtrl::SetFont() really work (Laurent Poujoulat).
 
 wxGTK:
 
@@ -648,6 +649,9 @@ wxMSW:
 - Fix appearance of multiline coloured wxCheckBox (Catalin Raceanu).
 - Allow creating wxCursor from ANI files (Catalin Raceanu).
 - Add wxIcon::CreateFromHICON() (troelsk).
+- Improve wxCURSOR_RIGHT_ARROW appearance (DoltAlya).
+- Generate menu highlight events for popup menus in wxDialog (Sam Partington).
+- Return more native shell icons from wxArtProvider (Markus Juergens).
 
 wxOSX/Cocoa: