comparison readme @ 1496:8b84b752a363

Updated the readme with the latest changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 25 Dec 2011 05:26:38 +0000
parents 73f2ad84d4ec
children 026c0b4d6ee9
comparison
equal deleted inserted replaced
1495:3b4dc98d753b 1496:8b84b752a363
37 thinks the widget should be, to aid in creating layouts. 37 thinks the widget should be, to aid in creating layouts.
38 Added support for -1 size parameter to the dw_box_pack*() functions to 38 Added support for -1 size parameter to the dw_box_pack*() functions to
39 automatically figure out a suggested size for many controls. 39 automatically figure out a suggested size for many controls.
40 Added automatic window redraw support for OS/2, Windows and Mac. 40 Added automatic window redraw support for OS/2, Windows and Mac.
41 Added dw_window_set_gravity() for enhanced window placement. 41 Added dw_window_set_gravity() for enhanced window placement.
42 Added DW_GRAV_OBSTACLES support for using system obstacles as gravity
43 anchor points on OS/2, Mac and Windows.
42 Added automatic window border detection on GTK. 44 Added automatic window border detection on GTK.
43 This eliminates the need for the DW_BORDER_* environment variables. 45 This eliminates the need for the DW_BORDER_* environment variables.
44 Added Open Watcom compiler support for OS/2. 46 Added Open Watcom compiler support for OS/2.
45 Added pseudo transparent background widget support on Windows and OS/2. 47 Added pseudo transparent background widget support on Windows and OS/2.
46 If you set the background color of a widget to DW_RGB_TRANSPARENT... 48 If you set the background color of a widget to DW_RGB_TRANSPARENT...
47 it will attempt to use the background color of the parent. 49 it will attempt to use the background color of the parent.
48 Several types of widgets have this set by default now. 50 Several types of widgets have this set by default now.
49 Added faster and less buggy layout engine 2.0 for OS/2, Windows and Mac. 51 Added faster and less buggy layout engine 2.0 for OS/2, Windows and Mac.
52 Added auto-positioning on Mac; reimplemented auto-positioning on OS/2.
50 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac. 53 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac.
51 Fixed bubble help not being displayed on Windows. 54 Fixed bubble help not being displayed on Windows.
52 Fixed menu bar items remaining highlighted on Mac. 55 Fixed menu bar items remaining highlighted on Mac.
53 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size(). 56 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size().
54 Deprecated DW_FCF_NOBYTEALIGN and DW_FCF_SHELLPOSITION flags. 57 Deprecated DW_FCF_NOBYTEALIGN and DW_FCF_SHELLPOSITION flags.