comparison readme @ 1535:2913bb58f439

Added DW_FCF_COMPOSITED frame creation flag, used only on Windows currently... it enabled composited (translucent) windows on supported versions of Windows (7 and Vista). Deprecated the DW_FCF_VERTSCROLL and DW_FCF_HORZSCROLL flags... use scrollboxes instead. Removed a terrible hack of using the WS_VSCROLL flag to pass task list... applications require a recompile so we will still handle the old WS_VSCROLL flag until version 3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 11 Jan 2012 05:36:00 +0000
parents 783a464afab2
children a80ec948c3eb
comparison
equal deleted inserted replaced
1534:ad8181f70f31 1535:2913bb58f439
51 Added faster and less buggy layout engine 2.0 for OS/2, Windows and Mac. 51 Added faster and less buggy layout engine 2.0 for OS/2, Windows and Mac.
52 Added auto-positioning on Mac; reimplemented auto-positioning on OS/2. 52 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 53 Added DW_DRAW_NOAA which can be passed to dw_draw_*() API functions
54 that accept the flags parameter to disable anti-aliasing. 54 that accept the flags parameter to disable anti-aliasing.
55 Added dw_main_quit() to cause the dw_main() message loop to return. 55 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.
56 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac. 57 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac.
57 Fixed bubble help not being displayed on Windows. 58 Fixed bubble help not being displayed on Windows.
58 Fixed menu bar items remaining highlighted on Mac 10.6 and later. 59 Fixed menu bar items remaining highlighted on Mac 10.6 and later.
59 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size(). 60 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size().
60 Deprecated DW_FCF_NOBYTEALIGN and DW_FCF_SHELLPOSITION flags. 61 Deprecated DW_FCF_NOBYTEALIGN, DW_FCF_SHELLPOSITION, DW_FCF_HORZSCROLL and
62 DW_FCF_VERTSCROLL flags.
63
61 64
62 Dynamic Windows Documentation is available at: 65 Dynamic Windows Documentation is available at:
63 66
64 http://dbsoft.org/dw_help.php 67 http://dbsoft.org/dw_help.php
65 68