changeset 2453:e747f03699e7

Update the readme with iOS information and fix a typo.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 10 Apr 2021 21:53:37 +0000
parents 8a12b4caf6b9
children 2312b315ec20
files readme.txt
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/readme.txt	Sat Apr 10 21:33:12 2021 +0000
+++ b/readme.txt	Sat Apr 10 21:53:37 2021 +0000
@@ -65,12 +65,17 @@
     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 initial iOS support, kicking off a push for mobile.
+    iOS requires 13.0 or later due use of SF Symbols and features
+    introduced with iOS 13 and Mac Catalyst. Several widgets are
+    currently unsupported: Tree, Scrollbars, MDI and Taskbar.
+    Command line builds not supported, create an Xcode project.
 Added dw_render_redraw() function to trigger a DW_SIGNAL_EXPOSE 
     event on render widgets allowing drawing to happen in the
     callback. GTK4 and GTK3 with Wayland require drawing to be 
     done in the callback, necessitating a dw_render_redraw() or
     dw_flush() call.  dw_flush() may cause multiple draw passes.
-Added support for dw_window_set_font() with a NULL font paramaeter.
+Added support for dw_window_set_font() with a NULL font parameter.
     This resets the font used on the widget to the default font.
 Fixed GTK warnings on GTK3 caused by using Pango style font syntax.
 Fixed GTK3 leaks when setting fonts or colors on a widget repeatedly.