plan9port/src
Xiao-Yong Jin 9af9ceca26 devdraw: rewrite the Cocoa screen using Metal
Add a new macOS cocoa screen, cocoa-screen-metal.m.
Rewrite the macOS cocoa drawing code to use the builtin runloop,
and use Metal to push pixels with CAMetalLayer.

Remove all of the deprecated code, and simplify some of the logic.
Modify mkwsysrules.sh such that the new code is used only when
the system version is equal or higher than 10.14.

Allow touch events to simulate mouse clicks:
three finger tap for the middle mouse button;
four finger tap for the 2-1 chord.

Support Tresize.

Scale 16x16 Cursor up to 32x32 with an EPX algorithm.

Support macOS input sources including the basic dead keys and the
advanced CJK input methods.

Increase the communication buffers in cocoa-srv.c to allow more
input, especially for long sentences prepared by the macOS input
souces.
2018-11-15 20:39:35 -05:00
..
cmd devdraw: rewrite the Cocoa screen using Metal 2018-11-15 20:39:35 -05:00
lib9 lib9: import frand function from Plan 9 2017-09-01 22:51:14 +02:00
lib9p fix clang warnings reported by Tuncer Ayaz 2012-10-21 11:25:08 -04:00
lib9pclient delete 9P2000.u 2010-12-07 13:34:11 -05:00
libacme
libauth
libauthsrv fix type-punned pointer warnings from gcc 2010-03-10 14:50:33 -08:00
libavl venti: import changes from plan 9 2011-06-02 09:33:56 -04:00
libbin
libbio convert to 4-byte UTF-8 and 32-bit Rune 2009-09-11 17:03:06 -04:00
libcomplete
libdisk
libdiskfs fix clang warnings reported by Tuncer Ayaz 2012-10-21 11:25:08 -04:00
libdraw libdraw: fix error in the previous commit 2018-03-27 18:11:37 +02:00
libflate make flate crc32 work when ulong is 64 bits 2010-02-07 16:51:28 -08:00
libframe libdraw, libframe, acme: fix, guard against inverted range in textsetselect 2014-12-02 01:18:40 +00:00
libgeometry
libhtml silence more warnings 2012-10-21 12:04:56 -04:00
libhttpd
libip all: DragonFly port. 2014-02-27 23:17:47 -05:00
libmach libmach: initialize ss variable in stabsline2pc function 2017-09-01 22:37:05 +02:00
libmemdraw libmemdraw: fix int size bug 2012-10-21 12:08:49 -04:00
libmemlayer
libmp all: linux/arm64 port 2015-06-03 15:34:38 +00:00
libmux
libndb fix clang 3.4 warnings and ignore uninteresting ones 2014-10-21 14:22:12 +02:00
libplumb libplumb, Mail: fix crash on nil plumb fids 2009-09-12 15:25:51 -04:00
libregexp libregexp: include stddef.h in lib9.std.h 2018-09-29 15:59:31 +02:00
libsec all: remove .cvsignore files 2017-09-14 17:25:17 +02:00
libString
libsunrpc silence more warnings 2012-10-21 12:04:56 -04:00
libthread libthread: add threadspawnd 2012-10-22 12:32:09 -04:00
libventi fix gcc 4.8 warnings 2014-03-03 22:30:34 +01:00
make2mk
mk2make
mkcommon
mkdirs
mkfile fix INSTALL warnings 2012-05-29 15:11:14 -04:00
mkhdr all: linux/arm64 port 2015-06-03 15:34:38 +00:00
mklib
mkmany
mkmk.sh mkmk.sh: update for new date files 2008-07-10 11:10:00 -04:00
mkone
mksyslib