# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1615586853 0 # Node ID 9ae60d8f4ea32cb2a56e4d4f2b9f1f32f762c8a9 # Parent d7688c3ec43f9e34c4b212f3c9afb2448160ab20 Add dw_render_redraw() information to the readme. diff -r d7688c3ec43f -r 9ae60d8f4ea3 readme.txt --- a/readme.txt Fri Mar 12 22:03:50 2021 +0000 +++ b/readme.txt Fri Mar 12 22:07:33 2021 +0000 @@ -65,6 +65,11 @@ 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 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. This resets the font used on the widget to the default font. Fixed GTK warnings on GTK3 caused by using Pango style font syntax.