# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1317222230 0 # Node ID d2f37fda40df9af3fbda04bd7ac7802d44498cae # Parent 698875cfe8e54cffe0f4aaf9b5a17ad04d027011 Updated the readme file with the latest changes. diff -r 698875cfe8e5 -r d2f37fda40df readme --- 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.