comparison readme @ 1043:49a53cf864c1

Fixed a typo and clarified one of the known issues which had been outdated and not particularly clear in the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 26 May 2011 20:43:54 +0000
parents ce4121a6f657
children 78d425edec46
comparison
equal deleted inserted replaced
1042:05ff61fd60d7 1043:49a53cf864c1
4 OS/2, Windows, Linux, FreeBSD and Solaris. The Mac (Cocoa) 4 OS/2, Windows, Linux, FreeBSD and Solaris. The Mac (Cocoa)
5 version appears stable but has not undergone harsh testing. 5 version appears stable but has not undergone harsh testing.
6 6
7 Known problems: 7 Known problems:
8 8
9 Boxes don't adhere to ratios on Unix. 9 Boxes with no expandable items will have their contents centered on
10 GTK instead of top or left justified on the other platforms.
10 MDI does not work on GTK3 and is not implemented the same on Mac. 11 MDI does not work on GTK3 and is not implemented the same on Mac.
11 At this time we cannot recommend using MDI in new code, 12 At this time we cannot recommend using MDI in new code,
12 but it will be supported for existing code on OS/2, Win and GTK2. 13 but it will be supported for existing code on OS/2, Win and GTK2.
13 If support for MDI improves on GTK3/Mac this status may change. 14 If support for MDI improves on GTK3/Mac this status may change.
14 15
43 Added scrollbox widgets, which function like boxes but... 44 Added scrollbox widgets, which function like boxes but...
44 scrollbars allow you to pack more into them than the visible area. 45 scrollbars allow you to pack more into them than the visible area.
45 Added dw_window_get_font() for checking the font used on a widget. 46 Added dw_window_get_font() for checking the font used on a widget.
46 Added dw_container_change_row_title() for changing a row pointer after insert. 47 Added dw_container_change_row_title() for changing a row pointer after insert.
47 Added clipboard support on OS/2. 48 Added clipboard support on OS/2.
48 Added HICN data type for icon handles an changed icon functions to use it. 49 Added HICN data type for icon handles and changed icon functions to use it.
49 Added DW_RESOURCE() macro for casting to HICN when using resource IDs. 50 Added DW_RESOURCE() macro for casting to HICN when using resource IDs.
50 Added support for borderless buttons except on Windows (DW_BS_NOBORDER). 51 Added support for borderless buttons except on Windows (DW_BS_NOBORDER).
51 Changed the return codes of dw_container_setup, dw_filesystem_setup and 52 Changed the return codes of dw_container_setup, dw_filesystem_setup and
52 dw_event_wait(). Please check any code that use these functions. 53 dw_event_wait(). Please check any code that use these functions.
53 Changed GTK2+ now supports font name styles like the other platforms. 54 Changed GTK2+ now supports font name styles like the other platforms.