]> git.saurik.com Git - wxWidgets.git/commitdiff
added info about ShowFullScreen changes
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 12 Jan 2003 23:51:52 +0000 (23:51 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 12 Jan 2003 23:51:52 +0000 (23:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index cb70a474706cc3cc561211610c0016514db69dcf..27cd1f28647391b5aa380eccafae2613adaf7eb1 100644 (file)
@@ -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: