From: Vadim Zeitlin Date: Mon, 12 Nov 2007 00:22:31 +0000 (+0000) Subject: move wxGetClientDisplayRect() fix into 2.8.7 section X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/58b33f504d24ed91e1503ea1f2b2f497e0344a8b move wxGetClientDisplayRect() fix into 2.8.7 section git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index f1a65323fe..46fd7d6272 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -197,7 +197,6 @@ All (GUI): - Added wxBG_STYLE_TRANSPARENT background style (Julian Scheid) - Added XRCSIZERITEM() macro for obtaining sizers from XRC (Brian Vanderburg II) - New and improved wxFileCtrl (Diaa Sami and Marcin Wojdyr) -- Implemented wxGetClientDisplayRect() correctly for X11-based ports - Added wxEventBlocker class (Francesco Montorsi). - Added wxFile/DirPickerCtrl::Get/SetFile/DirName() (Francesco Montorsi). - Added wxSizerFlags::Top() and Bottom(). @@ -272,17 +271,18 @@ wxX11: All: -- Fixed bug with default proxy destruction in wxURL (Axel Gembe) +- Fixed bug with default proxy destruction in wxURL (Axel Gembe). wxMSW: - Correct (harmless) warnings given for forward-declared DLL-exported classes - by mingw32 4.2 (Tim Stahlhut) + by mingw32 4.2 (Tim Stahlhut). wxGTK: - Added gtk.window.force-background-colour wxSystemOptions option to work around a background colour bug in the gtk-qt theme under KDE. +- Implemented wxGetClientDisplayRect() correctly for wxGTK and X11-based ports. 2.8.6