comparison readme @ 1328:be2c04276209

Changed socklen_t typedef #ifdef to check for MSVC.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 10 Nov 2011 03:54:32 +0000
parents 03f0bc85e7be
children 890890c31ba6
comparison
equal deleted inserted replaced
1327:e4ef8d86dfc4 1328:be2c04276209
50 which just call dw_container_set/change_row_title() but with (void *). 50 which just call dw_container_set/change_row_title() but with (void *).
51 Added dw_container_set_stripe() to set alternating row colors. 51 Added dw_container_set_stripe() to set alternating row colors.
52 Currently Mac, Win and GTK are supported. 52 Currently Mac, Win and GTK are supported.
53 Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray). 53 Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray).
54 Added PNG/JPG/GIF/TIFF support on Windows via GDI+. 54 Added PNG/JPG/GIF/TIFF support on Windows via GDI+.
55 Added support for GdkPixbuf inline images in GTK 2 and 3.
55 Added dw_draw_arc() function for drawing arcs, ellipses and circles. 56 Added dw_draw_arc() function for drawing arcs, ellipses and circles.
56 Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL flags which can be passed 57 Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL flags which can be passed
57 to dw_draw_arc(), dw_draw_rect() and dw_draw_polygon(). The fill parameter 58 to dw_draw_arc(), dw_draw_rect() and dw_draw_polygon(). The fill parameter
58 in the latter two has been replaced with flags where DW_DRAW_FILL is the 59 in the latter two has been replaced with flags where DW_DRAW_FILL is the
59 same as TRUE so code using the old scheme should still work unchanged. 60 same as TRUE so code using the old scheme should still work unchanged.