aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/mkfile
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13devdraw: x11 working againRuss Cox1-4/+1
Need to think a bit more about locking, but overall it's a working devdraw. Multiclient mode may not be working but nothing is using it yet.
2020-01-13devdraw: refactor, clean up mac screenRuss Cox1-1/+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 Client into devdraw.h and move global state inRuss Cox1-1/+5
2020-01-13devdraw: simplify mac file namesRuss Cox1-6/+3
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: update drawclient test program to run againRuss Cox1-1/+1
2018-11-15devdraw: add Cursor2 support on macOS 10.14 MojaveRuss Cox1-0/+2
This replaces the pixel-art scaling algorithm used for upscaling before. The results were not crisp enough to serve as everyday cursors.
2018-11-15devdraw: rewrite the Cocoa screen using MetalXiao-Yong Jin1-0/+3
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-01-16devdraw: remove old OS X codeDavid Jeannot1-4/+0
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5528046
2011-10-12devdraw: cleanup, fix macargvRuss Cox1-12/+8
2011-09-19devdraw: update Lion cocoaDavid Jeannot1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042
2011-09-06devdraw: draft cocoa supportDavid Jeannot1-0/+3
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060
2011-01-02keyboard(7): document X compose sequencesRuss Cox1-0/+1
Add -x flag to mklatinkbd to generate file for $HOME/.XCompose. Thanks to Anthony Martin, Tony Lainson, and Kris Maglione for legwork. R=rsc http://codereview.appspot.com/3811043
2010-10-27mkfiles: fix macargv bufRuss Cox1-0/+2
R=rsc http://codereview.appspot.com/2729042
2010-10-27mac: add 9term.app, Plumb.appRuss Cox1-0/+5
R=rsc http://codereview.appspot.com/2783041
2009-09-29devdraw: draft of new Cocoa-based devdrawJeff Sickel1-1/+10
Can test with cd $PLAN9/src/cmd/devdraw mk devdraw-cocoa DEVDRAW=devdraw-cocoa colors
2009-07-08devdraw: generate Latin-1 table from lib/keyboardMichael Teichgräber1-0/+10
2008-10-08devdraw/OSX: read $mousebuttonmap to allow swapping mouse buttonsRuss Cox1-0/+1
2008-06-30devdraw: OS X native versionRuss Cox1-0/+1
2007-05-03try for utf8 string first in getsnarf; new test program snarfrsc1-0/+2
2006-06-25new draw serverrsc1-0/+20