comparison readme.txt @ 2207:7c1e46dbc858

Updated the readme with the recent changes on GTK and Mac. Also include the WebView2 runtime installer download link since the SDK won't use the Stable Edge channel that is installed on most Windows computers. Still hoping to have news from Microsoft about changes to this policy before the years end.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 01 Dec 2020 18:31:25 +0000
parents 3ba5cbea84ec
children 62e5cc4bc347
comparison
equal deleted inserted replaced
2206:70460d0afd03 2207:7c1e46dbc858
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:
43 https://www.nuget.org/packages/Microsoft.Web.WebView2 unzipped into 43 https://www.nuget.org/packages/Microsoft.Web.WebView2 unzipped into
44 .\packages\Microsoft.Web.WebView2 44 .\packages\Microsoft.Web.WebView2
45 Install runtime: https://developer.microsoft.com/en-us/microsoft-edge/webview2/
45 Added notification APIs: dw_notification_new() dw_notification_send() dw_app_id_set() 46 Added notification APIs: dw_notification_new() dw_notification_send() dw_app_id_set()
46 Requires Windows 8 or higher. MacOS 10.8 or higher. GLib 2.40 or higher on Unix. 47 Requires Windows 8 or higher. MacOS 10.8 or higher. GLib 2.40 or higher on Unix.
47 MacOS also requires the application bundle being signed or self-signed. 48 MacOS also requires the application bundle being signed or self-signed.
48 Unix requires a desktop file link with the application ID used in dw_app_id_set(). 49 Unix requires a desktop file link with the application ID used in dw_app_id_set().
49 Unzip WinToast from https://github.com/mohabouje/WinToast into .\packages\WinToast 50 Unzip WinToast from https://github.com/mohabouje/WinToast into .\packages\WinToast
52 Added function dw_html_javascript_run() to execute javascript code. 53 Added function dw_html_javascript_run() to execute javascript code.
53 Added DW_SIGNAL_HTML_RESULT signal for getting the results from javascript. 54 Added DW_SIGNAL_HTML_RESULT signal for getting the results from javascript.
54 DW_SIGNAL_HTML_RESULT requires webkit2gtk on Unix. 55 DW_SIGNAL_HTML_RESULT requires webkit2gtk on Unix.
55 Added DW_SIGNAL_HTML_CHANGED signal handler for getting the status of embedded HTML. 56 Added DW_SIGNAL_HTML_CHANGED signal handler for getting the status of embedded HTML.
56 Status can be: DW_HTML_CHANGE_STARTED/REDIRECT/LOADING/COMPLETE 57 Status can be: DW_HTML_CHANGE_STARTED/REDIRECT/LOADING/COMPLETE
57 Fixed internatational calendar issues on Mac. 58 Fixed international calendar issues on Mac.
58 Added dw_mle_set_auto_complete() to enable completion, only available on Mac. 59 Added dw_mle_set_auto_complete() to enable completion, only available on Mac.
59 Changed to using GTK3 by default instead of GTK2. --with-gtk2 is now available. 60 Changed to using GTK3 by default instead of GTK2. --with-gtk2 is now available.
60 Changed to using winsock2 on Windows ending support for Win95 and NT 3.5. 61 Changed to using winsock2 on Windows ending support for Win95 and NT 3.5.
61 Added support for domain sockets on Windows 10 in the dwcompat sockpipe() macro. 62 Added support for domain sockets on Windows 10 in the dwcompat sockpipe() macro.
62 If compiled with Visual Studio 2017 or later, otherwise the old method is used. 63 If compiled with Visual Studio 2017 or later, otherwise the old method is used.
63 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
64 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
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+.
65 Fixed many small bugs, too numerous to list here. 69 Fixed many small bugs, too numerous to list here.
66 70
67 Dynamic Windows Documentation is available at: 71 Dynamic Windows Documentation is available at:
68 72
69 http://dbsoft.org/dw_help.php 73 http://dbsoft.org/dw_help.php