]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
documented GetIcon(s), extended SetIcons() doc
[wxWidgets.git] / docs / changes.txt
index 8616b050af898831918123ae137ab0bb7a753b58..c721c433f63db81b7fa3373239df8ccd659620fe 100644 (file)
@@ -207,6 +207,7 @@ All:
 - added wxMicroSleep() and wxMilliSleep() replacing deprecated wxUsleep()
 - basic UDP sockets support (Lenny Maiorani)
 - fixed wxDateTime::GetWeekDayName() for some dates (Daniel Kaps)
+- support for comma in contrib gizmo wxLEDNumberCtrl (Grant Likely)
 
 All (GUI):
 
@@ -250,7 +251,8 @@ wxGTK:
   freedesktop.org's wm-spec (Mart Raudsepp)
 - wxEVT_CONTEXT_MENU is now generated for right mouse press, not release
 - implemented alpha channel support in wxBitmap
-- added native GTK+2  wxArtProvider implementation
+- added native GTK+2 wxArtProvider implementation with ability to load
+  icons from icon theme in addition to recognized stock art
 
 wxMotif: