X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbce0c0ce63328b32c3155c80e1fc1375dcdad2f..11ccd01223df26d71bb775167e0349ff75e157ee:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 2e1ee96418..e6a0a034f2 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -53,9 +53,9 @@ INCOMPATIBLE CHANGES SINCE 2.4.x don't exist any more, please fix your code -- it never worked correctly anyhow if you modified the objects returned by these methods so you should simply switch to using const methods. +- EVT_XXX macros are now type-safe; code that uses wrong type for event + handler's argument will no longer compile. -wxTaskBarIcon must be explicitly destroyed now, otherwise the application - won't exit even though there are no top level windows DEPRECATED METHODS SINCE 2.4.x @@ -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,16 @@ 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 + of showing popup menu; calling wxTaskBarIcon::PopupMenu directly + is discouraged + Unix: - wxTaskBarIcon now supports freedesktop.org System Tray protocol @@ -107,7 +118,12 @@ Unix: 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