X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/973abcbb6acfbc5985191ff655c233a80c98754e..e465e64881541f817b8b5b065d4f477e9f012753:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 2d107a109c..74939c4f0e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: