comparison readme @ 1427:7b735226ab94

Simplified the widget color handling code on Windows. Added support for pseudo transparent widget background colors on Windows. Updated the readme with recent features.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 03 Dec 2011 19:33:42 +0000
parents 28210f7941c7
children fbaec6e5df63
comparison
equal deleted inserted replaced
1426:dfd9f177c34c 1427:7b735226ab94
37 Added dw_app_dir() which attempts to locate private application data 37 Added dw_app_dir() which attempts to locate private application data
38 for the current platform. 38 for the current platform.
39 Added dw_window_set_tooltip() for adding tooltips to most widgets. 39 Added dw_window_set_tooltip() for adding tooltips to most widgets.
40 Added support for -1 size parameter to the dw_box_pack*() functions to 40 Added support for -1 size parameter to the dw_box_pack*() functions to
41 automatically figure out a suggested size for many controls. 41 automatically figure out a suggested size for many controls.
42 Added automatic window redraw support for OS/2, Windows and Mac.
43 Added Open Watcom compiler support for OS/2.
44 Added pseudo transparent background widget support on Windows.
45 If you set the background color of a widget to DW_RGB_TRANSPARENT...
46 it will attempt to use the background color of the parent.
47 Several types of widgets have this set by default now.
42 Fixed bubble help not being displayed on Windows. 48 Fixed bubble help not being displayed on Windows.
43 Fixed menu bar items remaining highlighted on Mac. 49 Fixed menu bar items remaining highlighted on Mac.
44 50
45 Dynamic Windows Documentation is available at: 51 Dynamic Windows Documentation is available at:
46 52