comparison readme @ 1311:5f3ce2b1e82d

Fixed DW_MENU_POPUP failing on OS/2 due to an invalid sanity check. Updated the readme with menu and debug changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 04 Nov 2011 05:55:35 +0000
parents b99b0b2c2826
children 03f0bc85e7be
comparison
equal deleted inserted replaced
1310:47dbe605a03f 1311:5f3ce2b1e82d
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
60 to dw_draw_arc(), dw_draw_rect() and dw_draw_polygon(). The fill parameter 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 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. 62 same as TRUE so code using the old scheme should still work unchanged.
63 Added DW_MENU_AUTO and DW_MENU_POPUP constants for autogenerating menu IDs.
64 Added dw_debug() function for sending debug messages to the console.
63 Improved container optimization on Mac, header width now taken into account. 65 Improved container optimization on Mac, header width now taken into account.
64 Fixes for incorrect return codes from the dw_event_* functions on Windows. 66 Fixes for incorrect return codes from the dw_event_* functions on Windows.
65 Fixes for incorrect behavior on key_press callbacks on Mac and Windows. 67 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
66 Fixes for MDI support in GTK3. 68 Fixes for MDI support in GTK3.
67 Fixes for problems with multiple sliders/percent widgets in a box on OS/2. 69 Fixes for problems with multiple sliders/percent widgets in a box on OS/2.