# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1305557433 0 # Node ID 4493daea5886cac2f073116a2db40c06d016a79c # Parent f0e0127486333f76af1c5c91b2208a04de0d2098 Added important information about the status of MDI support to the readme. Also some other minor changes. diff -r f0e012748633 -r 4493daea5886 readme --- a/readme Mon May 16 00:05:59 2011 +0000 +++ b/readme Mon May 16 14:50:33 2011 +0000 @@ -7,19 +7,20 @@ Known problems: Boxes don't adhere to ratios on Unix. +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. Known limitations: It is not safe on all platforms to operate on widgets before they -are packed. For portablity pack widgets before operating on them. +are packed. For portability pack widgets before operating on them. On Windows a slider control will only work properly if it is the only slider in a box. If there is more than one slider control in a box then signals may get misdirected to the wrong control. -On OS/2 and Windows MLE controls scrolled position may get -corrupted when resizing. - On Unix (GTK) the window manager border is not a constant value so environment variables DW_BORDER_WIDTH and DW_BORDER_HEIGHT are used for proper positioning. @@ -37,7 +38,7 @@ Changes from version 1.1: Added support for MacOS 10.5 and higher Intel and PPC via Cocoa. -Added initial support for GTK version 3. +Added initial (unstable) support for GTK version 3. Added support for Windows themes on XP and higher. Added scrollbox widgets, which function like boxes but... scrollbars allow you to pack more into them than the visible area.