comparison 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
comparison
equal deleted inserted replaced
1197:cad6f7aa421c 1198:1ef76e93db82
45 pixmaps without associated windows are supported and used in printing. 45 pixmaps without associated windows are supported and used in printing.
46 Added dw_mutex_trylock() function to try to obtain a mutex without blocking. 46 Added dw_mutex_trylock() function to try to obtain a mutex without blocking.
47 Added DW_TIMEOUT_INFINITE which can now be used with dw_event_wait() in 47 Added DW_TIMEOUT_INFINITE which can now be used with dw_event_wait() in
48 addition to dw_named_event_wait(), to block until the event is posted. 48 addition to dw_named_event_wait(), to block until the event is posted.
49 Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos(). 49 Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos().
50 This should work on all platforms except old versions of Windows and OS/2. 50 This should work on all platforms except old versions of Windows.
51 Added the subversion revision number as the third Dynamic Windows version 51 Added the subversion revision number as the third Dynamic Windows version
52 number when building from a subversion source tree. 52 number when building from a subversion source tree.
53 Improved container optimization on Mac, header width now taken into account. 53 Improved container optimization on Mac, header width now taken into account.
54 Fixes for incorrect return codes from the dw_event_* functions on Windows. 54 Fixes for incorrect return codes from the dw_event_* functions on Windows.
55 Fixes for incorrect behavior on key_press callbacks on Mac and Windows. 55 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
56 Fixes for MDI support in GTK3. 56 Fixes for MDI support in GTK3.
57 Fixes for problems with multiple sliders/percent windows in a box on OS/2.
57 Fixes for lots of GTK3 layout and window positioning issues... 58 Fixes for lots of GTK3 layout and window positioning issues...
58 although minimum size issues are still present. 59 although minimum size issues are still present.
59 60
60 Dynamic Windows Documentation is available at: 61 Dynamic Windows Documentation is available at:
61 62