comparison readme.txt @ 2547:dbd15c13f5bb

Android: Implement most of the font functions and control/widget color. Add an Android section in dwtest for picking fonts and folders. Minor update to the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 14 May 2021 11:29:00 +0000
parents 457c91634881
children 56183bef6793
comparison
equal deleted inserted replaced
2546:897d94c20365 2547:dbd15c13f5bb
84 done in the callback, necessitating a dw_render_redraw() or 84 done in the callback, necessitating a dw_render_redraw() or
85 dw_flush() call. dw_flush() may cause multiple draw passes. 85 dw_flush() call. dw_flush() may cause multiple draw passes.
86 Added new function dw_window_compare() to check if two window handles 86 Added new function dw_window_compare() to check if two window handles
87 reference the same object. Necessary in the Android port since 87 reference the same object. Necessary in the Android port since
88 handles passed to callbacks are local references, so they don't 88 handles passed to callbacks are local references, so they don't
89 match the handles saved during window creation. 89 always match the handles saved during window creation.
90 Added support for dw_window_set_font() with a NULL font parameter. 90 Added support for dw_window_set_font() with a NULL font parameter.
91 This resets the font used on the widget to the default font. 91 This resets the font used on the widget to the default font.
92 Fixed GTK warnings on GTK3 caused by using Pango style font syntax. 92 Fixed GTK warnings on GTK3 caused by using Pango style font syntax.
93 Fixed GTK3 leaks when setting fonts or colors on a widget repeatedly. 93 Fixed GTK3 leaks when setting fonts or colors on a widget repeatedly.
94 Fixed incorrect reporting of word wrap support on Windows. 94 Fixed incorrect reporting of word wrap support on Windows.