git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35616
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- 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).
- 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.
- 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).
- 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).
flag has been specified.
- Improved wxNotebook support for sizers. It requires the wxNotebook to
be created with a "sensible" initial width.
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).