comparison readme @ 1434:2cca36ec3da6

Fixed automatic redrawing not occurring on OS/2 and Windows when changes were made from a button press handler.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 06 Dec 2011 22:36:55 +0000
parents fbaec6e5df63
children c50f445e891a
comparison
equal deleted inserted replaced
1433:feb0429278e2 1434:2cca36ec3da6
41 thinks the widget should be, to aid in creating layouts. 41 thinks the widget should be, to aid in creating layouts.
42 Added support for -1 size parameter to the dw_box_pack*() functions to 42 Added support for -1 size parameter to the dw_box_pack*() functions to
43 automatically figure out a suggested size for many controls. 43 automatically figure out a suggested size for many controls.
44 Added automatic window redraw support for OS/2, Windows and Mac. 44 Added automatic window redraw support for OS/2, Windows and Mac.
45 Added Open Watcom compiler support for OS/2. 45 Added Open Watcom compiler support for OS/2.
46 Added pseudo transparent background widget support on Windows. 46 Added pseudo transparent background widget support on Windows and OS/2.
47 If you set the background color of a widget to DW_RGB_TRANSPARENT... 47 If you set the background color of a widget to DW_RGB_TRANSPARENT...
48 it will attempt to use the background color of the parent. 48 it will attempt to use the background color of the parent.
49 Several types of widgets have this set by default now. 49 Several types of widgets have this set by default now.
50 Fixed bubble help not being displayed on Windows. 50 Fixed bubble help not being displayed on Windows.
51 Fixed menu bar items remaining highlighted on Mac. 51 Fixed menu bar items remaining highlighted on Mac.