From: Vadim Zeitlin Date: Fri, 5 Apr 2002 18:32:09 +0000 (+0000) Subject: some updates I forgot to commit before: mention wxCondition and wxIconBundle changes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/68fbbb7f639aa3b8c00c705f12952a3bd093b882?ds=inline some updates I forgot to commit before: mention wxCondition and wxIconBundle changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 0313ed5c8d..60d5431ba7 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -22,6 +22,10 @@ wxBase: by all derived classes, if you have user-defined event classes please add "wxEvent *Clone() const { return new MyEvent(*this); }" line to them +- wxCondition now must be used with a mutex, please read the (updated) class + documentation for details and revise your code accordingly: this change was + unfortunately needed as the old class didn't behave correctly in all cases + All (GUI): - the event type constants are not constants any more but are dynamically @@ -94,13 +98,14 @@ OTHER CHANGES wxBase: +- wxSemaphore class added, many fixed to wxCondition and wxThread (K.S. Sreeram) - fixes to the command line parsing error and usage messages - modified wxFileName::CreateTempFileName() to open the file atomically (if possible) and, especially, not to leak the file descriptors under Unix - memory leak in wxHTTP fixed (Dimitri) - fixes to AM_PATH_WXCONFIG autoconf macro - added wxHashMap class that replaces type-unsafe wxHashTable and is modelled - after STL hash_map + after (non standard) STL hash_map - wxLocale now works in Unicode mode - wxLocale can now load message catalogs in arbitrary encoding - fixed the bug related to the redrawing on resize introduced in 2.3.2 @@ -112,6 +117,8 @@ Unix (Base/GUI): All (GUI): +- it is now possible to set the icons of different sizes for frames (e.g. a + small and big ones) using the new wxIconBundle class - 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