- wxWindows may be built using BSD and Solaris (and possibly other) make
programs and not only GNU make
+- wxTCP-based IPC classes now support communicating over Unix domain sockets
All (GUI):
for GTK+, Mac, MGL, X11, Motif ports (Chris Elliott)
- added (platform-dependent) scan code to wxKeyEvent (Bryce Denney)
- added wxTextCtrl::EmulateKeyPress()
+- Added wxMouseCaptureChangedEvent
wxMSW:
- wxWindowDC and wxClientDC::GetSize() works correctly now
- Added wxTB_NODIVIDER and wxTB_NOALIGN so native toolbar can be used in FL
- Multiline labels in buttons are now supoprted (simply use "\n" in the label)
+- Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it
+ has the capture before release it.
wxGTK: