aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/mkwsysrules.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-11-15devdraw: remove os x 10.5 compatibility codeJacob Vosmaer1-8/+2
2018-11-15devdraw: rewrite the Cocoa screen using MetalXiao-Yong Jin1-1/+6
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.
2012-12-11fontsrv: fix build on OpenBSD 5.2Christian Kellermann1-0/+1
R=rsc CC=plan9port.codebot https://codereview.appspot.com/6850108
2011-12-09Cocoa Devdraw: cursor fixDavid Jeannot1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050
2011-10-23devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen)Russ Cox1-1/+1
2011-10-12devdraw: cleanup, fix macargvRuss Cox1-2/+2
2011-09-26devdraw: disable Lion warningRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/5132045
2011-09-26use cocoa on snow leopardRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/5146043
2011-09-19devdraw: handle, warn about LionRuss Cox1-1/+9
R=rsc http://codereview.appspot.com/5069042
2010-10-27mkfiles: fix macargv bufRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/2729042
2010-10-27mac: add 9term.app, Plumb.appRuss Cox1-0/+1
R=rsc http://codereview.appspot.com/2783041
2010-01-04devdraw: add multitouch code from Paul LalondeRuss Cox1-1/+5
Various tweaks to avoid breaking standard mice, but probably needs tweaks to work with multitouch mice again. Still, it's a start. R=rsc CC=plalonde, r http://codereview.appspot.com/181124
2008-07-09devdraw: default to native gui on OS XRuss Cox1-1/+3
2008-06-30devdraw: OS X native versionRuss Cox1-3/+3
2006-10-13use X11 in /usr if it is therersc1-0/+4
2006-06-25quietrsc1-1/+1
2006-06-25new draw serverrsc1-0/+47