comparison readme.txt @ 2297:48a541ffa84d

Some more information for the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 07 Feb 2021 22:42:48 +0000
parents 5dd3108db1a5
children a15bb7a2496e
comparison
equal deleted inserted replaced
2296:5dd3108db1a5 2297:48a541ffa84d
54 if a popular notification system is not already in existance. 54 if a popular notification system is not already in existance.
55 Ports to iOS and Android are underway. 55 Ports to iOS and Android are underway.
56 56
57 Changes from version 3.1: 57 Changes from version 3.1:
58 Added initial support for GTK4. --with-gtk4 is now available. 58 Added initial support for GTK4. --with-gtk4 is now available.
59 GTK4 support is less complete than GTK3, a number of features
60 of the GTK3 version are no longer possible in GTK4 like:
61 Taskbar icon support, Window positioning and gravity.
59 Added support for dw_window_set_font() with a NULL font paramaeter. 62 Added support for dw_window_set_font() with a NULL font paramaeter.
60 This resets the font used on the widget to the default font. 63 This resets the font used on the widget to the default font.
61 Fixed GTK warnings on GTK3 caused by using Pango style font syntax. 64 Fixed GTK warnings on GTK3 caused by using Pango style font syntax.
62 Fixed GTK3 leaks when setting fonts or colors on a widget repeatedly. 65 Fixed GTK3 leaks when setting fonts or colors on a widget repeatedly.
63 Fixed incorrect reporting of word wrap support on Windows. 66 Fixed incorrect reporting of word wrap support on Windows.
67 worked to avoid setting a color, not resetting them to default. 70 worked to avoid setting a color, not resetting them to default.
68 Added oldsockpipe() macro which will be used as a fallback. 71 Added oldsockpipe() macro which will be used as a fallback.
69 This allows us to use domain socket sockpipe() when available... 72 This allows us to use domain socket sockpipe() when available...
70 and fall back to the old version when not, letting us have 73 and fall back to the old version when not, letting us have
71 Windows 10 domain socket builds that work on earlier versions. 74 Windows 10 domain socket builds that work on earlier versions.
72 Fixed building and several issues related to 10.5 now that I have 75 Fixed building and several issues related to MacOS 10.5 now that I
73 a PowerMac G5 running 10.5.8 to test on. 76 have a PowerMac G5 running 10.5.8 to test on.
77
74 Dynamic Windows Documentation is available at: 78 Dynamic Windows Documentation is available at:
75 79
76 http://dbsoft.org/dw_help.php 80 http://dbsoft.org/dw_help.php
77 81
78 If you have any questions or suggestions feel free to email me at: 82 If you have any questions or suggestions feel free to email me at: