]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Update OpenVMS compile support
[wxWidgets.git] / docs / changes.txt
index 41de14cffc5b7b860f3080ecae9a094516e49792..bfb639063235c4459a6dd48b969390d4a4dacda1 100644 (file)
@@ -437,6 +437,7 @@ All (GUI):
 - Added possibility to disable individual wxDataViewCtrl items (Neno Ganchev).
 - wxHTML: render in RTL order inside RTL window (Richard Bullington-McGuire).
 - wxRibbon: added EVT_RIBBONGALLERY_CLICKED event (John Roberts).
+- wxRibbon: allow hiding the panels and showing tabs only (snowleopard).
 - Add support for CP-866 encoding to wxEncodingConverter (madnut).
 - Consistency fixes for keyboard events across all major ports.
 - Added EVT_RIBBONBAR_TAB_LEFT_DCLICK event (snowleopard).
@@ -450,6 +451,9 @@ All (GUI):
 - Fixed resizing columns in wxGrid when they were reordered.
 - Added wxImage::Rotate180() (Jeff Tupper).
 - Added support for saving TGA files.
+- Added wxArtProvider returning higher quality icons from Tango project.
+- wxPropertyGrid: Added "HasAlpha" attribute for wxColourProperty.
+- Added support for saving PNG files with palette (troelsk).
 
 GTK: