aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/mkwsysrules.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13devdraw: refactor, clean up mac screenRuss Cox1-2/+2
Also turn mac-srv.c into a generic srv.c, so we can remove the duplication with x11-srv.c.
2020-01-13devdraw: move per-window globals in mac-screen.m into ClientRuss Cox1-1/+0
2020-01-13devdraw: move Client into devdraw.h and move global state inRuss Cox1-0/+2
2020-01-13devdraw: use consistent mac-* prefix on macOS filesRuss Cox1-3/+3
We were using osx- and cocoa- but it's not even OS X anymore.
2020-01-13devdraw: can use libthread directly now on macOSRuss Cox1-1/+1
2020-01-13devdraw: simplify mac file namesRuss Cox1-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.
2020-01-13devdraw: drop pre-metal macOS supportRuss Cox1-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.
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