comparison readme.txt @ 1603:101b52039686

Updated the readme with the final changes for version 2.3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 26 Feb 2012 10:22:12 +0000
parents 080b764e8982
children 4034562aee7f
comparison
equal deleted inserted replaced
1602:02641cd81203 1603:101b52039686
48 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
49 that accept the flags parameter to disable anti-aliasing. 49 that accept the flags parameter to disable anti-aliasing.
50 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.
51 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. 52 Added local autorelease pools on Mac making _dw_pool_drain() unnecessary.
53 Added deprecated API support for Clang, GCC and Visual C compilers.
54 dw_mdi_new() and dw_menu_item_set_check() have been deprecated.
53 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac. 55 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac.
54 Fixed bubble help not being displayed on Windows. 56 Fixed bubble help not being displayed on Windows.
55 Fixed menu bar items remaining highlighted on Mac 10.6 and later. 57 Fixed menu bar items remaining highlighted on Mac.
56 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size(). 58 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. 59 Fixed OS/2 scrollbox resizing problems when not in the initial position.
58 Fixed Windows scrollbox maximum position is off by one. 60 Fixed Windows scrollbox maximum position is off by one.
59 Fixed various GTK3 issues and removed all deprecated functions for 3.4. 61 Fixed various GTK3 issues and removed all deprecated functions for 3.4.
60 Fixed MLE issues on almost all platforms. 62 Fixed MLE issues on almost all platforms.