comparison readme @ 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 1e0cd8dafdfb
children 452a5b1b2aa5
comparison
equal deleted inserted replaced
1193:698875cfe8e5 1194:d2f37fda40df
6 Known problems: 6 Known problems:
7 7
8 Boxes with no expandable items will have their contents centered on 8 Boxes with no expandable items will have their contents centered on
9 GTK2 instead of top or left justified on the other platforms. 9 GTK2 instead of top or left justified on the other platforms.
10 This has been rectified in the GTK3 version via GtkGrid. 10 This has been rectified in the GTK3 version via GtkGrid.
11 MDI does not work on GTK3 and is not implemented the same on Mac.
12 At this time we cannot recommend using MDI in new code,
13 but it will be supported for existing code on OS/2, Win and GTK2.
14 If support for MDI improves on GTK3/Mac this status may change.
15 GTK3 due to changes in the core architecture does not support 11 GTK3 due to changes in the core architecture does not support
16 widgets that are smaller than what is contained within them 12 widgets that are smaller than what is contained within them
17 unless they use scrolled windows. GTK2 and other platforms do. 13 unless they use scrolled windows. GTK2 and other platforms do.
18 GTK 3.0 is not fully supported due to missing GtkGrid functions and 14 GTK 3.0 is not fully supported due to missing GtkGrid functions and
19 severe layout bugs that can't be worked around. Use 3.1 or higher. 15 severe layout bugs that can't be worked around. Use 3.1 or higher.
52 dw_pixmap_set_font() can now override that font setting, and now 48 dw_pixmap_set_font() can now override that font setting, and now
53 pixmaps without associated windows are supported and used in printing. 49 pixmaps without associated windows are supported and used in printing.
54 Added dw_mutex_trylock() function to try to obtain a mutex without blocking. 50 Added dw_mutex_trylock() function to try to obtain a mutex without blocking.
55 Added DW_TIMEOUT_INFINITE which can now be used with dw_event_wait() in 51 Added DW_TIMEOUT_INFINITE which can now be used with dw_event_wait() in
56 addition to dw_named_event_wait(), to block until the event is posted. 52 addition to dw_named_event_wait(), to block until the event is posted.
53 Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos().
54 This should work on all platforms except old versions of Windows and OS/2.
55 Added the subversion revision number as the third Dynamic Windows version
56 number when building from a subversion source tree.
57 Improved container optimization on Mac, header width now taken into account. 57 Improved container optimization on Mac, header width now taken into account.
58 Fixes for incorrect return codes from the dw_event_* functions on Windows. 58 Fixes for incorrect return codes from the dw_event_* functions on Windows.
59 Fixes for incorrect behavior on key_press callbacks on Mac and Windows. 59 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
60 Fixes for MDI support in GTK3.
60 Fixes for lots of GTK3 layout and window positioning issues... 61 Fixes for lots of GTK3 layout and window positioning issues...
61 although minimum size issues are still present. 62 although minimum size issues are still present.
62 63
63 Dynamic Windows Documentation is available at: 64 Dynamic Windows Documentation is available at:
64 65