diff readme @ 1531:783a464afab2

Added window and box support to dw_window_get_preferred_size() on OS/2 and Windows. Fixed a number of potentially dangerous code segments on OS/2 and Windows. Updated inaccurate comments due to cut and paste and code changes and the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 07 Jan 2012 13:59:58 +0000
parents 5facb5380944
children 2913bb58f439
line wrap: on
line diff
--- a/readme	Sat Jan 07 03:46:10 2012 +0000
+++ b/readme	Sat Jan 07 13:59:58 2012 +0000
@@ -40,10 +40,10 @@
 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.
+   anchor points on OS/2, Mac, Windows and GTK3 (3.4 and later).
 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.
+Added Open Watcom compiler support for OS/2 (Thanks Andy Willis).
 Added pseudo transparent background widget support on Windows and OS/2.
    If you set the background color of a widget to DW_RGB_TRANSPARENT...
    it will attempt to use the background color of the parent.
@@ -55,7 +55,7 @@
 Added dw_main_quit() to cause the dw_main() message loop to return.
 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.
+Fixed menu bar items remaining highlighted on Mac 10.6 and later.
 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size().
 Deprecated DW_FCF_NOBYTEALIGN and DW_FCF_SHELLPOSITION flags.