# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1618091617 0 # Node ID e747f03699e75f095729121429d7f1a7126015bf # Parent 8a12b4caf6b9bd8e652bb63156c5254426cf9d5a Update the readme with iOS information and fix a typo. diff -r 8a12b4caf6b9 -r e747f03699e7 readme.txt --- 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.