comparison readme @ 1581:a80ec948c3eb

Fixed a MinGW warning and updated the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 25 Jan 2012 09:32:17 +0000
parents 2913bb58f439
children
comparison
equal deleted inserted replaced
1580:a51397ea24bf 1581:a80ec948c3eb
13 13
14 Known limitations: 14 Known limitations:
15 15
16 It is not safe on all platforms to operate on widgets before they 16 It is not safe on all platforms to operate on widgets before they
17 are packed. For portability pack widgets before operating on them. 17 are packed. For portability pack widgets before operating on them.
18
19 On Mac if performing Dynamic Windows operations on secondary
20 threads which do not terminate, it may be required to call
21 a Mac specific DW function _dw_pool_drain() at the end of the
22 thread's loop to prevent memory leaks.
23 18
24 Future features: 19 Future features:
25 20
26 OS/2 is currently missing the HTML widget because the system does 21 OS/2 is currently missing the HTML widget because the system does
27 not support it by default. Looking into importing functionality 22 not support it by default. Looking into importing functionality
52 Added auto-positioning on Mac; reimplemented auto-positioning on OS/2. 47 Added auto-positioning on Mac; reimplemented auto-positioning on OS/2.
53 Added DW_DRAW_NOAA which can be passed to dw_draw_*() API functions 48 Added DW_DRAW_NOAA which can be passed to dw_draw_*() API functions
54 that accept the flags parameter to disable anti-aliasing. 49 that accept the flags parameter to disable anti-aliasing.
55 Added dw_main_quit() to cause the dw_main() message loop to return. 50 Added dw_main_quit() to cause the dw_main() message loop to return.
56 Added DW_FCF_COMPOSITED to enable Aero Glass effects on Windows 7 and Vista. 51 Added DW_FCF_COMPOSITED to enable Aero Glass effects on Windows 7 and Vista.
52 Added local autorelease pools on Mac making _dw_pool_drain() unnecessary.
57 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac. 53 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac.
58 Fixed bubble help not being displayed on Windows. 54 Fixed bubble help not being displayed on Windows.
59 Fixed menu bar items remaining highlighted on Mac 10.6 and later. 55 Fixed menu bar items remaining highlighted on Mac 10.6 and later.
60 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size(). 56 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size().
57 Fixed OS/2 scrollbox resizing problems when not in the initial position.
58 Fixed Windows scrollbox maximum position is off by one.
59 Fixed various GTK3 issues and removed all deprecated functions for 3.4.
60 Fixed MLE issues on almost all platforms.
61 Removed broken support for GTK 3.0, GTK 3.2 or later is required now.
61 Deprecated DW_FCF_NOBYTEALIGN, DW_FCF_SHELLPOSITION, DW_FCF_HORZSCROLL and 62 Deprecated DW_FCF_NOBYTEALIGN, DW_FCF_SHELLPOSITION, DW_FCF_HORZSCROLL and
62 DW_FCF_VERTSCROLL flags. 63 DW_FCF_VERTSCROLL flags.
63 64
64 65
65 Dynamic Windows Documentation is available at: 66 Dynamic Windows Documentation is available at: