comparison readme.txt @ 2364:9ae60d8f4ea3

Add dw_render_redraw() information to the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 12 Mar 2021 22:07:33 +0000
parents a15bb7a2496e
children e747f03699e7
comparison
equal deleted inserted replaced
2363:d7688c3ec43f 2364:9ae60d8f4ea3
63 Wayland is not in my opinion ready for prime time, many features, 63 Wayland is not in my opinion ready for prime time, many features,
64 possibly a half a dozen functions, dealing with coordinates, 64 possibly a half a dozen functions, dealing with coordinates,
65 mouse pointer grabbing and such are unable to function. 65 mouse pointer grabbing and such are unable to function.
66 I recommend sticking with X11 for now, but built with GTK3 or 66 I recommend sticking with X11 for now, but built with GTK3 or
67 GTK4 Dynamic Windows applications will run on Wayland now. 67 GTK4 Dynamic Windows applications will run on Wayland now.
68 Added dw_render_redraw() function to trigger a DW_SIGNAL_EXPOSE
69 event on render widgets allowing drawing to happen in the
70 callback. GTK4 and GTK3 with Wayland require drawing to be
71 done in the callback, necessitating a dw_render_redraw() or
72 dw_flush() call. dw_flush() may cause multiple draw passes.
68 Added support for dw_window_set_font() with a NULL font paramaeter. 73 Added support for dw_window_set_font() with a NULL font paramaeter.
69 This resets the font used on the widget to the default font. 74 This resets the font used on the widget to the default font.
70 Fixed GTK warnings on GTK3 caused by using Pango style font syntax. 75 Fixed GTK warnings on GTK3 caused by using Pango style font syntax.
71 Fixed GTK3 leaks when setting fonts or colors on a widget repeatedly. 76 Fixed GTK3 leaks when setting fonts or colors on a widget repeatedly.
72 Fixed incorrect reporting of word wrap support on Windows. 77 Fixed incorrect reporting of word wrap support on Windows.