]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Applied patch [ 1312729 ] fix for wxMac Carbon spin control on EVT_TEXT emitter
[wxWidgets.git] / docs / changes.txt
index be4ef786b0d221311648fe24e3a426b2a75719a0..8617a58f4d3ec3b00fa027b7ea22eddf970baed6 100644 (file)
@@ -52,9 +52,12 @@ All (GUI):
   by Sandro Sigala)
 - Added caption parameter to wxGetFontFromUser and wxGetColourFromUser.
 - Added wxGetMouseState function.
+- wxCalendarCtrl positioning fixes for dimensions other than best size.
+- wxCalendarCtrl colour schema changed and adjusted to system settings.
 
 wxMSW:
 
+- Fixed crash with ownerdrawn menu items accelerators (Perry Miller)
 - wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson).
 - Switching page of a hidden notebook doesn't lose focus (Jamie Gadd).
 - Removed wxImageList *GetImageList(int) const.
@@ -69,6 +72,9 @@ wxMSW:
   puts 64-bit builds in their own directory and adds /machine:amd64 or ia64
   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.
 
 wxGTK:
 
@@ -119,6 +125,8 @@ 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.
 
 Unix: