comparison readme.txt @ 2216:62e5cc4bc347

Updated readme and license in preparation for an early 2021 release. Also removed some debug code accidentally left in the last commit.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 14 Dec 2020 23:03:47 +0000
parents 7c1e46dbc858
children 4020bdb806dc
comparison
equal deleted inserted replaced
2215:69b0d157bc9f 2216:62e5cc4bc347
32 not support it by default. Looking into importing functionality 32 not support it by default. Looking into importing functionality
33 from available libraries (Firefox, Webkit, Qt, etc). 33 from available libraries (Firefox, Webkit, Qt, etc).
34 34
35 Changes from version 3.0: 35 Changes from version 3.0:
36 Added support for MacOS versions through Big Sur 11.0, 36 Added support for MacOS versions through Big Sur 11.0,
37 Windows versions through 10 build 2004. 37 Windows versions through 10 build 20H2.
38 Fixed handle leak on OS/2 when built with (Open)Watcom. 38 Fixed handle leak on OS/2 when built with (Open)Watcom.
39 Added dark mode support on MacOS Mojave 10.14 and later. 39 Added dark mode support on MacOS Mojave 10.14 and later.
40 Added experimental dark mode support on Windows 10 build 1809 (disabled by default). 40 Added experimental dark mode support on Windows 10 build 1809 (disabled by default).
41 Added embedding Microsoft Edge (Chromium) support on Windows 7 and higher. 41 Added embedding Microsoft Edge (Chromium) support on Windows 7 and higher.
42 Requires Windows 8 or higher SDK to build and the nuget package from: 42 Requires Windows 8 or higher SDK to build and the nuget package from:
64 Added dw_feature_set/get() to test if certain features are available on the current 64 Added dw_feature_set/get() to test if certain features are available on the current
65 library and operating system combination at runtime or enabled/disable features. 65 library and operating system combination at runtime or enabled/disable features.
66 Added support for GResource embedded images on GTK2/3 with GLib 2.32. The old 66 Added support for GResource embedded images on GTK2/3 with GLib 2.32. The old
67 resouce system is still available via configure --with-deprecated if needed. 67 resouce system is still available via configure --with-deprecated if needed.
68 Added support for NSView based Tree, Container and Listbox widgets on Mac 10.7+. 68 Added support for NSView based Tree, Container and Listbox widgets on Mac 10.7+.
69 Removed DW_FCF_COMPOSITED support from Windows 8 and higher.
70 This flag will still function to create a glass effect on Windows Vista and 7.
71 The transparent key feature used to create it causes issues on 8 and 10, plus
72 the glass effect, the main reason for the flag was removed in 8.
69 Fixed many small bugs, too numerous to list here. 73 Fixed many small bugs, too numerous to list here.
70 74
71 Dynamic Windows Documentation is available at: 75 Dynamic Windows Documentation is available at:
72 76
73 http://dbsoft.org/dw_help.php 77 http://dbsoft.org/dw_help.php