]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
regenerated metadata
[wxWidgets.git] / docs / changes.txt
index 7252f90fff25d1467bc1b4bcc9fc1ad60cc59ed6..cfc8877bec653af057de02dcb80b196a6490bc26 100644 (file)
@@ -74,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
 -----