]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Repainting fixes/improvements. Use SWP_NOCOPYBITS for statusbars, don't activate...
[wxWidgets.git] / docs / changes.txt
index 92eb3d4dc479b9c684711d20780e58bf9b2b5deb..dbc10707b452aa0dd74981fffa352cba744f6047 100644 (file)
@@ -51,6 +51,9 @@ All (GUI):
 - Implemented <sub> and <sup> handling in wxHTML (based on patch
   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:
 
@@ -67,6 +70,7 @@ wxMSW:
 - New TARGET_CPU=amd64 (or 'ia64') option for the makefile.vc files which
   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.
 
 wxGTK:
 
@@ -94,7 +98,7 @@ wxMac:
 - Corrected wxExecute.
 - Now makes use of full printer resolution.
 - Corrected CGImage handling in wxBitmap.
-- Now uses simple hide/how transition for top-level windows.
+- Now uses simple hide/show transition for top-level windows.
 - Uses reasonable temporary path for wxFileName::CreateTempFileName.
 - Added support for default key handling (escape, enter, command-period) even
   if there is no control on the frame or dialog that has the focus.