]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
regenerated metadata
[wxWidgets.git] / docs / changes.txt
index 301e1d8608da62d7f8418d23e9181d24baf792a9..cfc8877bec653af057de02dcb80b196a6490bc26 100644 (file)
@@ -22,6 +22,7 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
   now called much earlier/later than before; please move any exiting code
   from there to wxApp::OnInit()/OnExit()
 - also, OnExit() is not called if OnInit() fails
+- finally the program exit code is OnRun() return value, not OnExit() one
 - wxTheApp can't be assigned to any longer, use wxApp::SetInstance() instead
 - wxFileType::GetIcon() returns wxIconLocation, not wxIcon
 - wxColourDatabase is not a wxList any more, use AddColour to add new colours
@@ -73,6 +74,26 @@ versions, please update your code to not use them.
 OTHER CHANGES
 =============
 
+2.5.2
+-----
+
+All:
+
+All (GUI):
+
+- wxHtmlWindow now delays image scaling until rendering,
+  resulting in much better display of scaled images
+
+wxMSW:
+
+- wxWindow::Freeze()/Thaw() can now be nested
+- Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
+  XP theming (some applications look bad without 3D borders)
+- wxMenuBar::GetLabelTop() doesn't include '&'s in the label any more
+- wxRegConf couldn't read global settings without admin privileges and didn't
+  even try to do it by default -- now it does
+
+
 2.5.1
 -----