comparison readme @ 1528:5facb5380944

Added dw_main_quit() function for exiting the dw_main() loop. Also some cleanups added to dw_exit() on OS/2 and Windows. Changed OS/2 to no longer destroy the message queue when leaving dw_main()... it should be done in dw_exit().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 05 Jan 2012 15:45:11 +0000
parents 026c0b4d6ee9
children 783a464afab2
comparison
equal deleted inserted replaced
1527:9bab702bd6c1 1528:5facb5380944
50 Several types of widgets have this set by default now. 50 Several types of widgets have this set by default now.
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 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac. 56 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac.
56 Fixed bubble help not being displayed on Windows. 57 Fixed bubble help not being displayed on Windows.
57 Fixed menu bar items remaining highlighted on Mac. 58 Fixed menu bar items remaining highlighted on Mac.
58 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size(). 59 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size().
59 Deprecated DW_FCF_NOBYTEALIGN and DW_FCF_SHELLPOSITION flags. 60 Deprecated DW_FCF_NOBYTEALIGN and DW_FCF_SHELLPOSITION flags.