summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/mkwsysrules.sh
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: remove os x 10.5 compatibility codeJacob Vosmaer2018-11-151-8/+2
|
* devdraw: rewrite the Cocoa screen using MetalXiao-Yong Jin2018-11-151-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.
* fontsrv: fix build on OpenBSD 5.2Christian Kellermann2012-12-111-0/+1
| | | | | | R=rsc CC=plan9port.codebot https://codereview.appspot.com/6850108
* Cocoa Devdraw: cursor fixDavid Jeannot2011-12-091-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050
* devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen)Russ Cox2011-10-231-1/+1
|
* devdraw: cleanup, fix macargvRuss Cox2011-10-121-2/+2
|
* devdraw: disable Lion warningRuss Cox2011-09-261-1/+1
| | | | | R=rsc http://codereview.appspot.com/5132045
* use cocoa on snow leopardRuss Cox2011-09-261-1/+1
| | | | | R=rsc http://codereview.appspot.com/5146043
* devdraw: handle, warn about LionRuss Cox2011-09-191-1/+9
| | | | | R=rsc http://codereview.appspot.com/5069042
* mkfiles: fix macargv bufRuss Cox2010-10-271-1/+1
| | | | | R=rsc http://codereview.appspot.com/2729042
* mac: add 9term.app, Plumb.appRuss Cox2010-10-271-0/+1
| | | | | R=rsc http://codereview.appspot.com/2783041
* devdraw: add multitouch code from Paul LalondeRuss Cox2010-01-041-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
* devdraw: default to native gui on OS XRuss Cox2008-07-091-1/+3
|
* devdraw: OS X native versionRuss Cox2008-06-301-3/+3
|
* use X11 in /usr if it is therersc2006-10-131-0/+4
|
* quietrsc2006-06-251-1/+1
|
* new draw serverrsc2006-06-251-0/+47