# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1612701940 0 # Node ID 5dd3108db1a543ec6d11a33aded8acbee9184c2c # Parent 2a208d5400c556fca1271f154f296e7b5b7ff5e0 Update the readme with GTK4 and Mac information, plus a minor code cleanup. diff -r 2a208d5400c5 -r 5dd3108db1a5 mac/dw.m --- a/mac/dw.m Sun Feb 07 11:39:24 2021 +0000 +++ b/mac/dw.m Sun Feb 07 12:45:40 2021 +0000 @@ -7456,7 +7456,7 @@ [tree reloadDataForRowIndexes:[NSIndexSet indexSetWithIndex:row] columnIndexes:[NSIndexSet indexSetWithIndex:0]]; #else - [tree reloadData]; + [tree reloadData]; #endif DW_LOCAL_POOL_OUT; DW_FUNCTION_RETURN_NOTHING; diff -r 2a208d5400c5 -r 5dd3108db1a5 readme.txt --- a/readme.txt Sun Feb 07 11:39:24 2021 +0000 +++ b/readme.txt Sun Feb 07 12:45:40 2021 +0000 @@ -11,7 +11,7 @@ 64bit Intel with Notifications, Dark Mode for 10.14-15. 10.8-10.12: configure --with-arch=intel --with-minver=10.8 64 and 32bit Intel with Notifications but no Dark Mode. - 10.6: configure --with-arch=classic --with-minver=10.5 + 10.5-10.6: configure --with-arch=classic --with-minver=10.5 32bit PowerPC, 64bit and 32bit Intel classic support. No Notifications, Dark Mode nor NSView container/trees. Windows: @@ -55,6 +55,7 @@ Ports to iOS and Android are underway. Changes from version 3.1: +Added initial support for GTK4. --with-gtk4 is now available. 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. @@ -68,7 +69,8 @@ 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. Dynamic Windows Documentation is available at: http://dbsoft.org/dw_help.php