changeset 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 70460d0afd03
children 3343ae3ac327
files readme.txt
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/readme.txt	Mon Nov 30 23:11:08 2020 +0000
+++ b/readme.txt	Tue Dec 01 18:31:25 2020 +0000
@@ -42,6 +42,7 @@
     Requires Windows 8 or higher SDK to build and the nuget package from:
     https://www.nuget.org/packages/Microsoft.Web.WebView2 unzipped into
     .\packages\Microsoft.Web.WebView2
+    Install runtime: https://developer.microsoft.com/en-us/microsoft-edge/webview2/
 Added notification APIs: dw_notification_new() dw_notification_send() dw_app_id_set()
     Requires Windows 8 or higher. MacOS 10.8 or higher. GLib 2.40 or higher on Unix.
     MacOS also requires the application bundle being signed or self-signed.
@@ -54,7 +55,7 @@
     DW_SIGNAL_HTML_RESULT requires webkit2gtk on Unix.
 Added DW_SIGNAL_HTML_CHANGED signal handler for getting the status of embedded HTML.
     Status can be: DW_HTML_CHANGE_STARTED/REDIRECT/LOADING/COMPLETE
-Fixed internatational calendar issues on Mac.
+Fixed international calendar issues on Mac.
 Added dw_mle_set_auto_complete() to enable completion, only available on Mac.
 Changed to using GTK3 by default instead of GTK2.  --with-gtk2 is now available.
 Changed to using winsock2 on Windows ending support for Win95 and NT 3.5.
@@ -62,6 +63,9 @@
     If compiled with Visual Studio 2017 or later, otherwise the old method is used.
 Added dw_feature_set/get() to test if certain features are available on the current
     library and operating system combination at runtime or enabled/disable features.
+Added support for GResource embedded images on GTK2/3 with GLib 2.32. The old 
+    resouce system is still available via configure --with-deprecated if needed.
+Added support for NSView based Tree, Container and Listbox widgets on Mac 10.7+.
 Fixed many small bugs, too numerous to list here.
 
 Dynamic Windows Documentation is available at: