changeset 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 3b4dc98d753b
children 99a53823079f
files readme
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/readme	Sun Dec 25 04:45:59 2011 +0000
+++ b/readme	Sun Dec 25 05:26:38 2011 +0000
@@ -39,6 +39,8 @@
     automatically figure out a suggested size for many controls.
 Added automatic window redraw support for OS/2, Windows and Mac.
 Added dw_window_set_gravity() for enhanced window placement.
+Added DW_GRAV_OBSTACLES support for using system obstacles as gravity
+   anchor points on OS/2, Mac and Windows.
 Added automatic window border detection on GTK.
    This eliminates the need for the DW_BORDER_* environment variables.
 Added Open Watcom compiler support for OS/2.
@@ -47,6 +49,7 @@
    it will attempt to use the background color of the parent.
    Several types of widgets have this set by default now.
 Added faster and less buggy layout engine 2.0 for OS/2, Windows and Mac.
+Added auto-positioning on Mac; reimplemented auto-positioning on OS/2.
 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac.
 Fixed bubble help not being displayed on Windows.
 Fixed menu bar items remaining highlighted on Mac.