]> git.saurik.com Git - wxWidgets.git/commitdiff
update from gtk/changes.txt to changes.txt (sic...)
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 7 Apr 2002 16:05:38 +0000 (16:05 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 7 Apr 2002 16:05:38 +0000 (16:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index ea0a35db24171a063f8919d20b0e944db7c505b8..a7b4e66116ce6e335045219b8bf8f402e6cb80fc 100644 (file)
@@ -172,6 +172,12 @@ wxGTK:
 - wxButton now honours wxBU_EXACTFIT
 - wxStaticBox now honours wxALIGN_XXX styles
 - added support for non alphanumeric simple character accelerators ('-', '=')
+- new behaviour for wxWindow::Refresh() as it now produces a delayed refresh. 
+  Call the new wxWindow::Update() to force an immediate update
+- support for more SGI hardware (12-bit mode among others)
+- fixed wxDC::Blit() to honour source DC's logical coordinates
+- implemented wxIdleEvent::RequestMore() for simple background tasks
+  (unlike thread work)
 
 wxHTML: