X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d76f4628261a5d80ca18e45b311efa2e79f3d57..ed39ff57b30a70a2395e07887a70bc01e7a3b7ec:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index ddc9309b7a..d258b295b5 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -25,12 +25,16 @@ wxBase: 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 wxToolBar Add/InsertTool(tool) (Janusz Piwowarski) +- WXR resources can now be used in Unicode builds + - Changed to type-safe wxSizerItemList for wxSizer child items. Deprecated: @@ -80,6 +84,13 @@ wxMSW: - fixed wxStaticText best size calculation (was wrong by '&' width) - fixed calling wxFrame::Maximize(FALSE) before the window is shown +wxMotif + +- made wxFileDialog behaviour with complex wildcards more sensible (it still + does not support all the features other ports do); refer to wxFileDialog + documentation for a detailed explanation +- implemented wxWakeUpIdle + OLD CHANGES ===========