From 5797172366dd6dcd3a6a17cad3d4eab9754f73a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 12 Jan 2003 23:51:52 +0000 Subject: [PATCH] added info about ShowFullScreen changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index cb70a47470..27cd1f2864 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -13,12 +13,12 @@ OTHER CHANGES All: -- 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) +- 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 Unix: @@ -29,6 +29,8 @@ wxGTK: - fixed wxMenu::Remove (John Skiff and Benjamin Williams) - made wxTextCtrl::EmulateKeyPress() work for Delete and Backspace +- fixed wxTopLevelWindow::ShowFullScreen to work with kwin, IceWM and + window managers that support _NET_WM_STATE_FULLSCREEN wxMSW: -- 2.45.2