comparison readme @ 1291:b99b0b2c2826

Renamed dw_container_set_row_bg() to dw_container_set_stripe().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 01 Nov 2011 04:06:46 +0000
parents 0b34e2cf0706
children 5f3ce2b1e82d
comparison
equal deleted inserted replaced
1290:d2c4deea6bf6 1291:b99b0b2c2826
49 This should work on all platforms except old versions of Windows. 49 This should work on all platforms except old versions of Windows.
50 Added the subversion revision number as the third Dynamic Windows version 50 Added the subversion revision number as the third Dynamic Windows version
51 number when building from a subversion source tree. 51 number when building from a subversion source tree.
52 Added dw_container_set_row_data() and dw_container_change_row_data() macros 52 Added dw_container_set_row_data() and dw_container_change_row_data() macros
53 which just call dw_container_set/change_row_title() but with (void *). 53 which just call dw_container_set/change_row_title() but with (void *).
54 Added dw_container_set_row_bg() to set alternating row colors. 54 Added dw_container_set_stripe() to set alternating row colors.
55 Currently Mac, Win and GTK are supported. 55 Currently Mac, Win and GTK are supported.
56 Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray). 56 Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray).
57 Added PNG/JPG/GIF/TIFF support on Windows via GDI+. 57 Added PNG/JPG/GIF/TIFF support on Windows via GDI+.
58 Added dw_draw_arc() function for drawing arcs, ellipses and circles. 58 Added dw_draw_arc() function for drawing arcs, ellipses and circles.
59 Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL flags which can be passed 59 Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL flags which can be passed