]> git.saurik.com Git - wxWidgets.git/commitdiff
Documented various patches from Mark Armstrong <marka@availsolutions.com>
authorJulian Smart <julian@anthemion.co.uk>
Thu, 4 Jul 2002 09:37:11 +0000 (09:37 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 4 Jul 2002 09:37:11 +0000 (09:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index c663752773b5cf3f25237b056696a038cfa67837..d9ddf3d588470bded33ea15b66c4da4661e1716b 100644 (file)
@@ -180,6 +180,7 @@ Unix (Base/GUI):
 - 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
   the shared library (two step link using distrib/mac/shared-ld-sh)
+- fixed thread priority setting under Linux
 
 All (GUI):
 
@@ -241,6 +242,11 @@ wxMSW:
 - fixed bugs in multiple selection wxCheckListBox
 - default button handling is now closer to expected
 - 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:
 
@@ -255,6 +261,7 @@ wxGTK:
 - implemented wxIdleEvent::RequestMore() for simple background tasks
 - implemented wxChoice::Delete()
 - fixed bad memory leak in wxFileDialog (Chris Elliott)
+- made internal GC pool dynamically growable
 
 wxHTML: