X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8705ab68e24210788b3c7482f8f9bfe4badd839f..009a066588622dd8d07343756b3e0922d2c9ebd4:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index b8e47da76c..56e0b2e446 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -193,6 +193,7 @@ wxBase: - added wxEXPLICIT macro - IPC classes improved and memory leaks fixed (Michael Fielding). Global buffer removed, duplication in docs removed +- debug new/free implementations made thread-safe Unix (Base/GUI): @@ -240,6 +241,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: @@ -281,6 +284,9 @@ wxMSW: - 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: @@ -296,6 +302,7 @@ wxGTK: - implemented wxChoice::Delete() - fixed bad memory leak in wxFileDialog (Chris Elliott) - made internal GC pool dynamically growable +- added GTK+ 2 and Unicode support wxMotif: @@ -307,6 +314,19 @@ wxMotif: - fixed wxSpinCtrl and wxStaticLine when used with sizers - wxStaticBitmap now shows transparent icons correctly +wxX11: + +- added generic MDI implementation (Hans Van Leemputten) +- first cut at wxSocket support (not yet working) + +wxMac: + +- Many improvements + +wxOS2: + +- First alpha-quality release + wxHTML: - fixed wxHtmlHelpController's cache files handling on big endian machines