comparison readme @ 1209:a99a08671b64

Added information about dw_container_set_row_bg() to the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 08 Oct 2011 19:30:37 +0000
parents 39a5f5fc7628
children 22cedf18db25
comparison
equal deleted inserted replaced
1208:53547c9c99a2 1209:a99a08671b64
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 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 *). 54 which just call dw_container_set/change_row_title() but with (void *).
55 Added dw_container_set_row_bg() to set alternating row colors.
56 Currently only Mac and GTK3 support. Windows and GTK2 in progress.
55 Improved container optimization on Mac, header width now taken into account. 57 Improved container optimization on Mac, header width now taken into account.
56 Fixes for incorrect return codes from the dw_event_* functions on Windows. 58 Fixes for incorrect return codes from the dw_event_* functions on Windows.
57 Fixes for incorrect behavior on key_press callbacks on Mac and Windows. 59 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
58 Fixes for MDI support in GTK3. 60 Fixes for MDI support in GTK3.
59 Fixes for problems with multiple sliders/percent windows in a box on OS/2. 61 Fixes for problems with multiple sliders/percent windows in a box on OS/2.