X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aeea799b3953ea0b17e865b924f97b877f34d5ff..4f7202dd939538bc4bb0655ad6f746848fd2aabf:/docs/changes.txt?ds=inline diff --git a/docs/changes.txt b/docs/changes.txt index 388db44b88..9bbb2f2f5c 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -171,6 +171,7 @@ wxBase: - added static wxFontMapper::Get() accessor (use of wxTheFontMapper is now deprecated) - added wxShutdown() function (Marco Cavallini) +- added wxEXPLICIT macro Unix (Base/GUI): @@ -213,6 +214,11 @@ All (GUI): so that erroneous help strings are no longer found as the hash table fills up - updated libpng from 1.0.3 to 1.2.4 +- Added wxView::OnClosingDocument so the application can do + cleanup. +- generic wxListCtrl renamed to wxGenericListCtrl, wxImageList + renamed to wxGenericImageList, so they can be used on wxMSW + (Rene Rivera). wxMSW: @@ -265,6 +271,12 @@ wxGTK: - fixed bad memory leak in wxFileDialog (Chris Elliott) - made internal GC pool dynamically growable +wxMotif: + +- improved colour settings return values (Ian Brown) +- improved border style handling for wxStaticText (Ian Brown) +- improved toolbar control alignment + wxHTML: - fixed wxHtmlHelpController's cache files handling on big endian machines @@ -302,6 +314,7 @@ All (GUI): - wxGrid cell editing veto support (Roger Gammans) - wxListCtrl ITEM_FOCUSED event added - support for ICO files in wxImage added (Chris Elliott) +- improvements to wxDragImage (Chuck Messenger) wxMSW: @@ -312,6 +325,9 @@ wxMSW: wxGTK: - fixed popup menu positioning bug +- fixed the edit function for wxListCtrl (Chuck Messenger) +- fixed the key-hitting events for wxListCtrl and wxTreeCtrl, so they + correctly return the key which was pressed (Chuck Messenger) wxMac: