]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Move oleacc.lib from the VC++ projects/makefiles to libraries.h
[wxWidgets.git] / docs / changes.txt
index a19651b1050b7549aebb4948151afe13f39fcd94..9242504877fc07173fd27061a67f3ce32f1b4c60 100644 (file)
@@ -73,6 +73,10 @@ wxMSW:
   to the link command.
 - wxStatusBar::GetFieldRect now returns correct values under XP.
 - wxStatusBar no longer corrupts surrounding windows on resize.
+- Enable wxListCtrl in report mode to be able to use images in other
+  columns, if ComCtl32 >= 470.
+- Fixed problem where using SetValue and wxTE_RICH2 would cause control to
+  show.
 
 wxGTK:
 
@@ -123,6 +127,9 @@ wxWinCE:
 - ::wxGetUserName() implemented.
 - wxDisplay enumeration support.
 - Fixed wxFileDialog breakage on WinCE due to incorrect structure size.
+- New wxSystemOption "wince.dialog.real-ok-cancel" to switch between WinCE
+  guidelines with Ok-only dialogs and dialogs using wxButtons.
+- Checkable items in wxToolMenuBarTool supported.
 
 Unix: