changeset 1194:d2f37fda40df

Updated the readme file with the latest changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 28 Sep 2011 15:03:50 +0000
parents 698875cfe8e5
children 9b021f787ad1
files readme
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/readme	Wed Sep 28 08:36:34 2011 +0000
+++ b/readme	Wed Sep 28 15:03:50 2011 +0000
@@ -8,10 +8,6 @@
 Boxes with no expandable items will have their contents centered on 
     GTK2 instead of top or left justified on the other platforms.
     This has been rectified in the GTK3 version via GtkGrid.
-MDI does not work on GTK3 and is not implemented the same on Mac.
-    At this time we cannot recommend using MDI in new code,
-    but it will be supported for existing code on OS/2, Win and GTK2.
-    If support for MDI improves on GTK3/Mac this status may change.
 GTK3 due to changes in the core architecture does not support
     widgets that are smaller than what is contained within them
     unless they use scrolled windows. GTK2 and other platforms do.
@@ -54,9 +50,14 @@
 Added dw_mutex_trylock() function to try to obtain a mutex without blocking.
 Added DW_TIMEOUT_INFINITE which can now be used with dw_event_wait() in 
    addition to dw_named_event_wait(), to block until the event is posted.
+Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos().
+   This should work on all platforms except old versions of Windows and OS/2. 
+Added the subversion revision number as the third Dynamic Windows version 
+   number when building from a subversion source tree.   
 Improved container optimization on Mac, header width now taken into account.
 Fixes for incorrect return codes from the dw_event_* functions on Windows.
 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
+Fixes for MDI support in GTK3. 
 Fixes for lots of GTK3 layout and window positioning issues... 
    although minimum size issues are still present.