comparison readme.txt @ 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 48a541ffa84d
children 9ae60d8f4ea3
comparison
equal deleted inserted replaced
2344:88f7e871b283 2345:a15bb7a2496e
56 56
57 Changes from version 3.1: 57 Changes from version 3.1:
58 Added initial support for GTK4. --with-gtk4 is now available. 58 Added initial support for GTK4. --with-gtk4 is now available.
59 GTK4 support is less complete than GTK3, a number of features 59 GTK4 support is less complete than GTK3, a number of features
60 of the GTK3 version are no longer possible in GTK4 like: 60 of the GTK3 version are no longer possible in GTK4 like:
61 Taskbar icon support, Window positioning and gravity. 61 Taskbar icon support, MDI, gravity and non-callback drawing.
62 Added initial support for Wayland on GTK3 and GTK4.
63 Wayland is not in my opinion ready for prime time, many features,
64 possibly a half a dozen functions, dealing with coordinates,
65 mouse pointer grabbing and such are unable to function.
66 I recommend sticking with X11 for now, but built with GTK3 or
67 GTK4 Dynamic Windows applications will run on Wayland now.
62 Added support for dw_window_set_font() with a NULL font paramaeter. 68 Added support for dw_window_set_font() with a NULL font paramaeter.
63 This resets the font used on the widget to the default font. 69 This resets the font used on the widget to the default font.
64 Fixed GTK warnings on GTK3 caused by using Pango style font syntax. 70 Fixed GTK warnings on GTK3 caused by using Pango style font syntax.
65 Fixed GTK3 leaks when setting fonts or colors on a widget repeatedly. 71 Fixed GTK3 leaks when setting fonts or colors on a widget repeatedly.
66 Fixed incorrect reporting of word wrap support on Windows. 72 Fixed incorrect reporting of word wrap support on Windows.