summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/mkwsysrules.sh
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: add /usr/X11R7 for NetBSDRuss Cox2020-12-301-0/+2
| | | | Fixes #362.
* devdraw: refactor, clean up mac screenRuss Cox2020-01-131-2/+2
| | | | | Also turn mac-srv.c into a generic srv.c, so we can remove the duplication with x11-srv.c.
* devdraw: move per-window globals in mac-screen.m into ClientRuss Cox2020-01-131-1/+0
|
* devdraw: move Client into devdraw.h and move global state inRuss Cox2020-01-131-0/+2
|
* devdraw: use consistent mac-* prefix on macOS filesRuss Cox2020-01-131-3/+3
| | | | We were using osx- and cocoa- but it's not even OS X anymore.
* devdraw: can use libthread directly now on macOSRuss Cox2020-01-131-1/+1
|
* devdraw: simplify mac file namesRuss Cox2020-01-131-2/+2
| | | | | | Now that we only have Metal, we can drop the -metal. Also now that Carbon is gone we can drop the macargv.c, and then the -objc from object file names.
* devdraw: drop pre-metal macOS supportRuss Cox2020-01-131-11/+5
| | | | | | | We didn't start using Metal until macOS 10.14, but it was available on 10.13, which is currently the oldest Apple-supported version of macOS. Simplify by deleting the old code.
* 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