]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Changed type of bitmaps. RC of DMC reported 'is not a valid Windows 3.0 or OS/2 1...
[wxWidgets.git] / docs / changes.txt
index e6a9217c5542fa4b14dec9fedfad5dfcf5e30f73..e6a0a034f2384a49d72f34cd0c7163e0d6fb7780 100644 (file)
@@ -91,6 +91,7 @@ versions, please update your code to not use them.
 - wxWave class; use wxSound instead
 - The wxHIDE_READONLY flag for wxFileDialog was not implemented
   and has now been removed
+- wxTaskBarIcon::OnXXX() virtual methods: use events instead
 
 
 OTHER CHANGES
@@ -99,6 +100,10 @@ OTHER CHANGES
 2.5.3
 -----
 
+All:
+
+- number of fixes to wxPluginManager (Rick Brice, Hans Van Leemputten)
+
 All (GUI):
 
 - added wxTaskBarIcon::CreatePopupMenu which is now recommended way
@@ -114,6 +119,11 @@ wxGTK:
 
 - fixed wrong colour of tooltips under some themes
 - implemented wxColourDialog as native dialog
+- wxTreeCtrl::GetCount() counts root as well now (compatible with MSW)
+
+wxMotif:
+
+- added 3 state checkbox
 
 
 2.5.2