comparison readme.txt @ 2263:176470d75695

Remove the font test with Italic before Bold. This does not work on OS/2. Most platforms should function in either order, but on OS/2 it much match the order reported by the system. Not sure if it is worth the effort to make it not care about the order on OS/2. Also update the readme and Also correct a copy and paste error in a Mac code comment.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 27 Jan 2021 20:54:26 +0000
parents 9772a2306b43
children 5dd3108db1a5
comparison
equal deleted inserted replaced
2262:fe64be23680e 2263:176470d75695
4 OS/2, Mac, Windows, Linux, FreeBSD and OpenSolaris. 4 OS/2, Mac, Windows, Linux, FreeBSD and OpenSolaris.
5 5
6 Build Recommendations: 6 Build Recommendations:
7 MacOS: 7 MacOS:
8 11.0: configure --with-arch=modern --with-minver=10.14 8 11.0: configure --with-arch=modern --with-minver=10.14
9 64bit Intel and Apple Silicon support with Dark Mode. 9 64bit Intel and Apple Silicon (ARM64) with Dark Mode.
10 10.13-10.15: configure --with-minver=10.8 10 10.13-10.15: configure --with-minver=10.8
11 64bit Intel with Notifications, Dark Mode for 10.14-15. 11 64bit Intel with Notifications, Dark Mode for 10.14-15.
12 10.8-10.12: configure --with-arch=intel --with-minver=10.8 12 10.8-10.12: configure --with-arch=intel --with-minver=10.8
13 64 and 32bit Intel with Notifications but no Dark Mode. 13 64 and 32bit Intel with Notifications but no Dark Mode.
14 10.6: configure --with-arch=classic --with-minver=10.5 14 10.6: configure --with-arch=classic --with-minver=10.5
16 No Notifications, Dark Mode nor NSView container/trees. 16 No Notifications, Dark Mode nor NSView container/trees.
17 Windows: 17 Windows:
18 7-10: Visual Studio 2017-2019, WebView2 and WinToast. 18 7-10: Visual Studio 2017-2019, WebView2 and WinToast.
19 Should run on Vista and later, supports domain sockets 19 Should run on Vista and later, supports domain sockets
20 on Windows 10, oldsockpipe() on older versions. 20 on Windows 10, oldsockpipe() on older versions.
21 XP: Visual Studio 2010. Old sockpipe() on all versions. 21 XP: Visual Studio 2010.
22 Should run on XP and later, with Aero on Vista and 7. 22 Should run on XP and later, with Aero on Vista and 7.
23 No Notifications nor WebView2 and old sockpipe() on all. 23 No Notifications nor WebView2 and oldsockpipe() on all.
24 2000: Visual Studio 2005. Remove -DAEROGLASS from CFLAGS. 24 2000: Visual Studio 2005. Remove -DAEROGLASS from CFLAGS.
25 Should run on 2000 and later, no Aero, Notifications, 25 Should run on 2000 and later, no Aero, Notifications,
26 WebView2 and old sockpipe() on all versions. 26 WebView2 and oldsockpipe() on all versions.
27 27
28 Known problems: 28 Known problems:
29 29
30 Boxes with no expandable items will have their contents centered on 30 Boxes with no expandable items will have their contents centered on
31 GTK2 instead of top or left justified on the other platforms. 31 GTK2 instead of top or left justified on the other platforms.