comparison readme @ 1205:39a5f5fc7628

Added dw_container_set_row_data() and dw_container_change_row_data() macros which just call dw_container_set/change_row_title() but with (void *).
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 05 Oct 2011 19:43:27 +0000
parents 1ef76e93db82
children a99a08671b64
comparison
equal deleted inserted replaced
1204:5cb7e52f76c7 1205:39a5f5fc7628
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. 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 Added dw_container_set_row_data() and dw_container_change_row_data() macros
54 which just call dw_container_set/change_row_title() but with (void *).
53 Improved container optimization on Mac, header width now taken into account. 55 Improved container optimization on Mac, header width now taken into account.
54 Fixes for incorrect return codes from the dw_event_* functions on Windows. 56 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. 57 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
56 Fixes for MDI support in GTK3. 58 Fixes for MDI support in GTK3.
57 Fixes for problems with multiple sliders/percent windows in a box on OS/2. 59 Fixes for problems with multiple sliders/percent windows in a box on OS/2.