]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
update the toolbar docs for radio buttons
[wxWidgets.git] / docs / changes.txt
index 9c684d2142a8f31b87d7c25e4f8354d7c2c477de..e86d7983f191f44d815ef650251226b024fb9cf3 100644 (file)
@@ -74,6 +74,10 @@ wxMSW:
 - all overloads of wxDC::SetClippingRegion() combine the given region with the
   previously selected one instead of replacing it
 
+- wxGetHomeDir() uses HOME environment variable and if it is set will not
+  return the programs directory any longer but its value (this function has
+  never been meant to return the programs directory anyhow)
+
 Unix ports:
 
 - You should use `wx-config --cxxflags` in your makefiles instead of
@@ -107,6 +111,10 @@ Unix (Base/GUI):
 
 All (GUI):
 
+- implemented radio menu items and radio toolbar buttons
+- added possibility to show text in the toolbar buttons
+- added wxArtProvider class that can be used to customize the look of standard
+  wxWindows dialogs
 - significantly improved native font support
 - wxImage::ComputeHistogram() now uses wxImageHistogram instead of type-unsafe
   wxHashTable