]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fix out of bounds string access in wxMSW wxDirDialog.
[wxWidgets.git] / docs / changes.txt
index 905066a05137cd4c571573b3b5d3bb0fdcb8f48c..bb79b65387bc6e75c8c2dcb308a5abea3ee56ba8 100644 (file)
@@ -461,6 +461,7 @@ All (GUI):
 - wxPropertyGrid: Added "HasAlpha" attribute for wxColourProperty.
 - Added support for saving PNG files with palette (troelsk).
 - Added support for saving as GIF and animated GIF (troelsk).
+- Fix wxWrapSizer minimal size calculation (Catalin Raceanu).
 
 GTK:
 
@@ -651,6 +652,7 @@ MSW:
 - In some rare cases wxOwnerDrawnComboBox drop-down animation could display
   as garbage. This has now been greatly reduced (mcben).
 - Fixed wxComboCtrl::SetButtonPosition() on Vista/Win7.
+- Allow accessing 64/32 bit registry from 32/64 bit code (Rickard Westerlund).
 
 i18n: