]> git.saurik.com Git - wxWidgets.git/commitdiff
Docmented IsModal change
authorJulian Smart <julian@anthemion.co.uk>
Tue, 20 Sep 2005 11:28:22 +0000 (11:28 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 20 Sep 2005 11:28:22 +0000 (11:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 61857b289c6f8a9c7c149339615b4005ea14b4ba..4af5d62dff9c6f3c4ac87d47e84ebb336e7d6556 100644 (file)
@@ -65,6 +65,7 @@ wxGTK:
 - Various wxFont improvements for GTK 2.x builds (Mart Raudsepp).
 - Changed order of child deletion in window destructor and
   removed focus handlers to avoid spurious events (David Surovell).
+- Fixed domain socket handling.
 
 wxMac:
 
@@ -76,6 +77,8 @@ wxMac:
 - Fixed crash when wxRadioButton is deleted from a group of radio buttons,
   due to dangling cycle pointers.
 - Native spline drawing implementation for CoreGraphics (Robert J. Lang).
+- Made wxDialog::IsModal meaning the same as other ports (true only when
+  showing modally).
 
 wxOS2
 
@@ -96,6 +99,8 @@ wxMotif:
   flag has been specified.
 - Improved wxNotebook support for sizers. It requires the wxNotebook to
   be created with a "sensible" initial width.
+- Made wxDialog::IsModal meaning the same as other ports (true only when
+  showing modally).
 
 wxMGL: