diff readme @ 1198:1ef76e93db82

Added a simulated indeterminate state on OS/2. A thread just moves the percent bar backwards in a loop. This same solution can be done for old versions of Windows which don't support indeterminate, but I am not sure if it is worth doing. Also updated the readme with these changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 28 Sep 2011 17:46:49 +0000
parents 452a5b1b2aa5
children 39a5f5fc7628
line wrap: on
line diff
--- a/readme	Wed Sep 28 16:58:42 2011 +0000
+++ b/readme	Wed Sep 28 17:46:49 2011 +0000
@@ -47,13 +47,14 @@
 Added DW_TIMEOUT_INFINITE which can now be used with dw_event_wait() in 
    addition to dw_named_event_wait(), to block until the event is posted.
 Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos().
-   This should work on all platforms except old versions of Windows and OS/2. 
+   This should work on all platforms except old versions of Windows. 
 Added the subversion revision number as the third Dynamic Windows version 
-   number when building from a subversion source tree.   
+   number when building from a subversion source tree.
 Improved container optimization on Mac, header width now taken into account.
 Fixes for incorrect return codes from the dw_event_* functions on Windows.
 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
 Fixes for MDI support in GTK3. 
+Fixes for problems with multiple sliders/percent windows in a box on OS/2.
 Fixes for lots of GTK3 layout and window positioning issues... 
    although minimum size issues are still present.