changeset 2345:a15bb7a2496e

Update the readme with information about GTK3/4 and Wayland.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 04 Mar 2021 03:38:53 +0000
parents 88f7e871b283
children 7b04d1b9f2eb
files readme.txt
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/readme.txt	Thu Mar 04 03:05:56 2021 +0000
+++ b/readme.txt	Thu Mar 04 03:38:53 2021 +0000
@@ -58,7 +58,13 @@
 Added initial support for GTK4. --with-gtk4 is now available.
     GTK4 support is less complete than GTK3, a number of features
     of the GTK3 version are no longer possible in GTK4 like:
-    Taskbar icon support, Window positioning and gravity.
+    Taskbar icon support, MDI, gravity and non-callback drawing.
+Added initial support for Wayland on GTK3 and GTK4.
+    Wayland is not in my opinion ready for prime time, many features,
+    possibly a half a dozen functions, dealing with coordinates, 
+    mouse pointer grabbing and such are unable to function.
+    I recommend sticking with X11 for now, but built with GTK3 or
+    GTK4 Dynamic Windows applications will run on Wayland now.
 Added support for dw_window_set_font() with a NULL font paramaeter.
     This resets the font used on the widget to the default font.
 Fixed GTK warnings on GTK3 caused by using Pango style font syntax.