comparison readme @ 1350:4333b58d879d

Upped the version number to 2.2. Added a Version file to reduce the number of places the version number needs to be changed when pushing out new releases. Updated the readme file with the information regarding the new OS/2 calendar widget.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 15 Nov 2011 13:26:15 +0000
parents 890890c31ba6
children 896347a9be19
comparison
equal deleted inserted replaced
1349:19aa1af6855e 1350:4333b58d879d
1 This is a preview release of Dynamic Windows version 2.2.0. 1 This is a stable release of Dynamic Windows version 2.2.0.
2 2
3 The current Dynamic Windows source base is considered stable on: 3 The current Dynamic Windows source base is considered stable on:
4 OS/2, Mac, Windows, Linux, FreeBSD and Solaris. 4 OS/2, Mac, Windows, Linux, FreeBSD and Solaris.
5 5
6 Known problems: 6 Known problems:
25 a Mac specific DW function _dw_pool_drain() at the end of the 25 a Mac specific DW function _dw_pool_drain() at the end of the
26 thread's loop to prevent memory leaks. 26 thread's loop to prevent memory leaks.
27 27
28 Future features: 28 Future features:
29 29
30 OS/2 is currently missing the Calendar and HTML widgets because 30 OS/2 is currently missing the HTML widget because the system does
31 the system does not support them by default. Looking into writing 31 not support it by default. Looking into importing functionality
32 custom ones or importing functionality from available libraries. 32 from available libraries (Firefox, Webkit, Qt, etc).
33 33
34 Changes from version 2.1: 34 Changes from version 2.1:
35 Added printing support via dw_print_new, dw_print_run and dw_print_cancel. 35 Added printing support via dw_print_new, dw_print_run and dw_print_cancel.
36 Added pixmap font override support. In prior versions when drawing 36 Added pixmap font override support. In prior versions when drawing
37 text to pixmaps the font set on the associated window handle is used. 37 text to pixmaps the font set on the associated window handle is used.
60 same as TRUE so code using the old scheme should still work unchanged. 60 same as TRUE so code using the old scheme should still work unchanged.
61 Added DW_MENU_AUTO and DW_MENU_POPUP constants for autogenerating menu IDs. 61 Added DW_MENU_AUTO and DW_MENU_POPUP constants for autogenerating menu IDs.
62 Added dw_debug() function for sending debug messages to the console. 62 Added dw_debug() function for sending debug messages to the console.
63 Added path and/or filename support to dw_file_browse() on OS/2, Windows, 63 Added path and/or filename support to dw_file_browse() on OS/2, Windows,
64 GTK2, GTK3 and Mac 10.6 or higher. 64 GTK2, GTK3 and Mac 10.6 or higher.
65 Added custom calendar widget for OS/2, leaving only the HTML widget missing.
65 Improved container optimization on Mac, header width now taken into account. 66 Improved container optimization on Mac, header width now taken into account.
66 Fixes for incorrect return codes from the dw_event_* functions on Windows. 67 Fixes for incorrect return codes from the dw_event_* functions on Windows.
67 Fixes for incorrect behavior on key_press callbacks on Mac and Windows. 68 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
68 Fixes for MDI support in GTK3. 69 Fixes for MDI support in GTK3.
69 Fixes for problems with multiple sliders/percent widgets in a box on OS/2. 70 Fixes for problems with multiple sliders/percent widgets in a box on OS/2.