# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1612737768 0 # Node ID 48a541ffa84db8f36f22fdb3229f291e60d205b0 # Parent 5dd3108db1a543ec6d11a33aded8acbee9184c2c Some more information for the readme. diff -r 5dd3108db1a5 -r 48a541ffa84d readme.txt --- a/readme.txt Sun Feb 07 12:45:40 2021 +0000 +++ b/readme.txt Sun Feb 07 22:42:48 2021 +0000 @@ -56,6 +56,9 @@ Changes from version 3.1: 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. 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. @@ -69,8 +72,9 @@ This allows us to use domain socket sockpipe() when available... and fall back to the old version when not, letting us have Windows 10 domain socket builds that work on earlier versions. -Fixed building and several issues related to 10.5 now that I have - a PowerMac G5 running 10.5.8 to test on. +Fixed building and several issues related to MacOS 10.5 now that I + have a PowerMac G5 running 10.5.8 to test on. + Dynamic Windows Documentation is available at: http://dbsoft.org/dw_help.php