X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a543e3ce7e0691f771f245bcf5402cd1fbd2b829..4d8ef9ec7ddf39f4fceac5518dc64043d135e8ab:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index eab31c77a9..fcdc24fb8a 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -49,9 +49,6 @@ wxBase: must modify YourApp::OnAssert() signature if you were using it to override the default assert handling. -- IPC classes improved and memory leaks fixed (Michael Fielding). - Global buffer removed, duplication in docs removed. - All (GUI): ! the event type constants are not constants any more but are dynamically @@ -178,6 +175,7 @@ OTHER CHANGES wxBase: +- building wxBase with Borland C++ is now supported (Michael Fieldings) - 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 @@ -193,6 +191,8 @@ wxBase: deprecated) - added wxShutdown() function (Marco Cavallini) - added wxEXPLICIT macro +- IPC classes improved and memory leaks fixed (Michael Fielding). + Global buffer removed, duplication in docs removed Unix (Base/GUI): @@ -240,6 +240,8 @@ All (GUI): - generic wxListCtrl renamed to wxGenericListCtrl, wxImageList renamed to wxGenericImageList, so they can be used on wxMSW (Rene Rivera). +- Added wxTreeEvent::IsEditCancelled so the application can tell + whether a label edit was cancelled. wxMSW: @@ -279,6 +281,11 @@ wxMSW: - fixed a condition where a thread can hang during message/event processing - increased space between wxRadioBox label and first radio button - don't fail to register remaining window classes if one fails to register +- wxFontDialog effects only turned on if a valid colour was + provided in wxFontData +- Added wxTE_LEFT, wxTE_CENTRE and wxTE_RIGHT flags for text + control alignment. +- Bitmap printing uses 24 bits now, not 8. wxGTK: