X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47f631042babbcf0f29722738aa9734eb01a5883..2182e26fa3290bcd4082f8650822528871e7bffb:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 6fcd14ce1e..5e2fa23846 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,24 +1,47 @@ wxWindows 2 Change Log ---------------------- -2.1.0, b?, June 2nd 1999 ------------------------- - -wxGTK: - +next release (2.1.12 or 2.2?) +----------------------------- + +wxBase: + +- wxThread class modified to support both detached and joinable threads, also + added new GetCPUCount() and SetConcurrency() functions (useful under Solaris + only so far) +- wxLog functions are now (more) MT-safe +- wxStopWatch class, timer functions have more chances to return correct + results for your platform (use ANSI function where available) +- buffer overflows in wxString and wxLog classes fixed (if snprintf() function + is available) +- wxArray::RemoveAt() replaces deprectaed wxArray::Remove(index) + +all (GUI): +- wxMenu(Bar)::Insert() and Remove() functions for dynamic menu menagament +- wxToolBar supports arbitrary controls (not only buttons) and can be + dynamically changed (Delete/Insert functions) +- wxTreeCtrl and wxListCtrl allow setting colour/fonts for individual items +- "file open" dialog allows selecting multiple files at once (contributed by + John Norris) +- wxDC::DrawRotatedText() (contributed by Hans-Joachim Baader, limited to + +/-90 degrees for now - contributions to improve it are welcome!) wxMSW: +- wxTreeCtrl::IsVisible() bug fixed (thanks to Gary Chessun) +- tooltips work with wxRadioBox +- returning FALSE from OnPrintPage() aborts printing -wxMotif: +wxGTK: +- wxFontMapper endless recursion bug (on some systems) fixed +- wxGTK synthesizes wxActivateEvents +- you can use UpdateUI handlers with wxTextCtrl -General: +NOTE: for changes after wxWindows 2.1.0 b4, please see the CVS +change log. -- Fixed day_of_week bug (Peter Stadel). -- Added Inside(), SetLeft/Right/Top/Bottom, +, += to wxRect. -- Added wxHTML, an HTML library and widget. -- Added ZIP input stream. +Major improvements are listed in readme.txt. 2.1.0, b4, May 9th 1999 -----------------------