Documented various patches from Mark Armstrong <marka@availsolutions.com>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -180,6 +180,7 @@ Unix (Base/GUI):
|
|||||||
- wxWindows may be built as a dynamic shared library under Darwin / Mac OS X
|
- wxWindows may be built as a dynamic shared library under Darwin / Mac OS X
|
||||||
lazy linking issues have been solved by linking a single module (.o) into
|
lazy linking issues have been solved by linking a single module (.o) into
|
||||||
the shared library (two step link using distrib/mac/shared-ld-sh)
|
the shared library (two step link using distrib/mac/shared-ld-sh)
|
||||||
|
- fixed thread priority setting under Linux
|
||||||
|
|
||||||
All (GUI):
|
All (GUI):
|
||||||
|
|
||||||
@@ -241,6 +242,11 @@ wxMSW:
|
|||||||
- fixed bugs in multiple selection wxCheckListBox
|
- fixed bugs in multiple selection wxCheckListBox
|
||||||
- default button handling is now closer to expected
|
- default button handling is now closer to expected
|
||||||
- setting tooltips for wxSlider now works
|
- setting tooltips for wxSlider now works
|
||||||
|
- multiple events avoided in wxComboBox
|
||||||
|
- tooltip asserts avoided for read-only wxComboBox
|
||||||
|
- fixed a race condition during a thread exit and a join
|
||||||
|
- fixed a condition where a thread can hang during
|
||||||
|
message/event processing
|
||||||
|
|
||||||
wxGTK:
|
wxGTK:
|
||||||
|
|
||||||
@@ -255,6 +261,7 @@ wxGTK:
|
|||||||
- implemented wxIdleEvent::RequestMore() for simple background tasks
|
- implemented wxIdleEvent::RequestMore() for simple background tasks
|
||||||
- implemented wxChoice::Delete()
|
- implemented wxChoice::Delete()
|
||||||
- fixed bad memory leak in wxFileDialog (Chris Elliott)
|
- fixed bad memory leak in wxFileDialog (Chris Elliott)
|
||||||
|
- made internal GC pool dynamically growable
|
||||||
|
|
||||||
wxHTML:
|
wxHTML:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user