comparison readme @ 1340:890890c31ba6

Another printing cancel fix for the Mac and updated the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 13 Nov 2011 23:01:35 +0000
parents be2c04276209
children 4333b58d879d
comparison
equal deleted inserted replaced
1339:c6d6788e207f 1340:890890c31ba6
58 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
59 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
60 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.
61 Added DW_MENU_AUTO and DW_MENU_POPUP constants for autogenerating menu IDs. 61 Added DW_MENU_AUTO and DW_MENU_POPUP constants for autogenerating menu IDs.
62 Added dw_debug() function for sending debug messages to the console. 62 Added dw_debug() function for sending debug messages to the console.
63 Added path and/or filename support to dw_file_browse() on OS/2, Windows,
64 GTK2, GTK3 and Mac 10.6 or higher.
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.