X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7734bdfb398c42321d985abdad7304bb3ac5182..507d5748d644929440ccfa88ff6041f4cb1b847f:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 3755c18222..ad60c6f249 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,6 +1,6 @@ ---------------------------------------------------------------- -wxWidgets Change Log - For more verbose changes, see the manual ---------------------------------------------------------------- +------------------------------------------------------------------------------- + wxWidgets Change Log +------------------------------------------------------------------------------- INCOMPATIBLE CHANGES SINCE 2.6.x ================================ @@ -96,13 +96,21 @@ All: - Fixed long standing bug in wxFileConfig groups renaming (Antti Koivisto). - New option wxFS_READ | wxFS_SEEKABLE for wxFileSystem::OpenFile() to return a stream that is seekable. +- Fixed bug in wxCalendarCtrl::HitTest() when clicking on month change arrows +- Added wxWindow::GetWindowBorderSize() and corrected wxTreeCtrl::GetBestSize() + for a control with borders (Tim Kosse) wxMSW: - Fixed version script problems when using configure with cygwin/mingw32. - Use system default paper size for printing instead of A4. +- Fix (harmless) assert in virtual list control under Vista - Fix colours when converting wxBitmap with alpha to wxImage (nusi). -- Clipboard data is now retained after the application exits. + +wxGTK: + +- Allow dynamically changing most of text control styles +- Enable use of libgnomeprintui by default in configure 2.7.2