comparison readme @ 1275:0b34e2cf0706

Updated dw_draw_rect and dw_draw_polygon to accept flags the same way as dw_draw_arc. The fill parameter has been replaced by flags which should be backwards compatible. Also updated the source comments to reflect these changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 30 Oct 2011 10:14:49 +0000
parents 363d859e8372
children b99b0b2c2826
comparison
equal deleted inserted replaced
1274:885b55c0d7d7 1275:0b34e2cf0706
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_row_bg() 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.
59 Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL flags which can be passed
60 to dw_draw_arc(), dw_draw_rect() and dw_draw_polygon(). The fill parameter
61 in the latter two has been replaced with flags where DW_DRAW_FILL is the
62 same as TRUE so code using the old scheme should still work unchanged.
58 Improved container optimization on Mac, header width now taken into account. 63 Improved container optimization on Mac, header width now taken into account.
59 Fixes for incorrect return codes from the dw_event_* functions on Windows. 64 Fixes for incorrect return codes from the dw_event_* functions on Windows.
60 Fixes for incorrect behavior on key_press callbacks on Mac and Windows. 65 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
61 Fixes for MDI support in GTK3. 66 Fixes for MDI support in GTK3.
62 Fixes for problems with multiple sliders/percent widgets in a box on OS/2. 67 Fixes for problems with multiple sliders/percent widgets in a box on OS/2.