comparison readme.txt @ 2221:9f336ce185fd

Update Unix make rules for clean and dist taking into account 3.1 changes. Also update the readme removing redundant and slightly inaccurate info.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 19 Dec 2020 00:15:49 +0000
parents 4020bdb806dc
children 2407c8b46143
comparison
equal deleted inserted replaced
2220:4020bdb806dc 2221:9f336ce185fd
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
15 32bit PowerPC, 64bit and 32bit Intel classic support. 15 32bit PowerPC, 64bit and 32bit Intel classic support.
16 No Notifications, Dark Mode nor NSView container/trees.
16 Windows: 17 Windows:
17 10: Visual Studio 2017-2019, WebView2 and WinToast. 18 10: Visual Studio 2017-2019, WebView2 and WinToast.
18 Should run on Vista and later, but sockpipe() only on 10. 19 Should run on Vista and later, but sockpipe() only on 10.
19 Supports domain sockets on Windows 10 dwcompat sockpipe(). 20 Supports domain sockets on Windows 10 dwcompat sockpipe().
20 7-8.1: Visual Studio 2015, WebView2 and WinToast with 8 SDK. 21 7-8.1: Visual Studio 2015, WebView2 and WinToast with 8 SDK.
21 Should run on Vista and later, old sockpipe() on all. 22 Should run on Vista and later, old sockpipe() on all.
22 XP: Visual Studio 2010. Old sockpipe() on all versions. 23 XP: Visual Studio 2010. Old sockpipe() on all versions.
23 Should run on XP and later, with Aero on Vista and 7. 24 Should run on XP and later, with Aero on Vista and 7.
24 No notifications or WebView2 and old sockpipe() on all. 25 No Notifications nor WebView2 and old sockpipe() on all.
25 2000: Visual Studio 2005. Remove -DAEROGLASS from CFLAGS. 26 2000: Visual Studio 2005. Remove -DAEROGLASS from CFLAGS.
26 Should run on 2000 and later, no Aero, notifications, 27 Should run on 2000 and later, no Aero, Notifications,
27 WebView2 and old sockpipe() on all versions. 28 WebView2 and old sockpipe() on all versions.
28 29
29 Known problems: 30 Known problems:
30 31
31 Boxes with no expandable items will have their contents centered on 32 Boxes with no expandable items will have their contents centered on
35 unless they use scrolled windows. GTK2 and other platforms do. 36 unless they use scrolled windows. GTK2 and other platforms do.
36 In Unicode mode on OS/2 there are some bugs in the input controls, 37 In Unicode mode on OS/2 there are some bugs in the input controls,
37 minor bugs in entryfield based controls and major bugs in the MLE. 38 minor bugs in entryfield based controls and major bugs in the MLE.
38 The text displays properly but the cursor and selection jumps 39 The text displays properly but the cursor and selection jumps
39 around oddly when passing over multibyte characters. 40 around oddly when passing over multibyte characters.
40 Building for MacOS 10.14 or later may prevent apps from running on
41 earlier versions. Building for versions prior to 10.14 should
42 work on any supported version but dark mode may not be available
43 for these apps running on 10.14 and later. If you wish to support
44 dark mode I suggest building 2 versions, one for 64 bit intel
45 only for 10.14 and later. Then a fat binary for prior to 10.14.
46 41
47 Known limitations: 42 Known limitations:
48 43
49 It is not safe on all platforms to operate on widgets before they 44 It is not safe on all platforms to operate on widgets before they
50 are packed. For portability pack widgets before operating on them. 45 are packed. For portability pack widgets before operating on them.