]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fix compilation for MinGW with wxUSE_IPV6==1.
[wxWidgets.git] / docs / changes.txt
index 1cc4395a70a4b992ae778642c32ccd770601ab9d..70ec5413a2c228527e97f95d87e90c6aea38c7e3 100644 (file)
@@ -621,6 +621,8 @@ 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).
+- Remove wxLogWindow::OnFrameCreate(), it was never called anyhow.
 
 wxGTK:
 
@@ -647,6 +649,10 @@ wxMSW:
 - Fix changing labels of menu items with bitmaps (Daniel Hyams).
 - 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: