X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8baeca5b24bf0efbb81f8366c966cdbc3fc4f7f5..7f88f624d649a7feca8bcc90864cb9ef57eb5d8e:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index ee27a4fe09..2e04106f19 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -13,13 +13,27 @@ OTHER CHANGES All: +- added wxDateSpan::operator==() and !=() (Lukasz Michalski) +- use true/false throughout the library instead of TRUE/FALSE +- wxStopWatch::Start() resumes the stop watch if paused, as per the docs +- added wxDirTraverser::OnOpenError() to customize the error handling +- added wxArray::SetCount() + +wxBase: + +- added Watcom makefiles + +All GUI ports: + +- added wxSplitterWindow handler to XRC +- added wxFlexGridSizer::SetFlexibleDirection() (Szczepan Holyszewski) - implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber) - improved contrib/utils/convertrc parsing (David J. Cooke) - fixed handling of URLs and filenames in wxFileSystem - implemented alignment for wxGrid bool editor and renderer - support wxListCtrl columns alignment for all platforms and not just MSW -- added wxDateSpan::operator==() and !=() (Lukasz Michalski) -- use true/false throughout the library instead of TRUE/FALSE +- added wxToolBar Add/InsertTool(tool) (Janusz Piwowarski) + - Changed to type-safe wxSizerItemList for wxSizer child items. Deprecated: @@ -66,6 +80,8 @@ wxMSW: - wxCheckListBox::Check() doesn't send CHECKLISTBOX_TOGGLE event any more - fixed bug with wxTR_EDIT_LABELS not workign with wxTR_MULTIPLE - fixes for compilation with OpenWatcom compiler +- fixed wxStaticText best size calculation (was wrong by '&' width) +- fixed calling wxFrame::Maximize(FALSE) before the window is shown OLD CHANGES ===========