changeset 2296:5dd3108db1a5

Update the readme with GTK4 and Mac information, plus a minor code cleanup.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 07 Feb 2021 12:45:40 +0000
parents 2a208d5400c5
children 48a541ffa84d
files mac/dw.m readme.txt
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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