aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/cocoa-srv.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-25devdraw: use %R not Fn-F3 for retina toggleRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/6854093
2012-11-25devdraw: add forcedpi toggled by Fn+F3 on MacRuss Cox1-0/+12
R=rsc http://codereview.appspot.com/6846104
2012-01-16devdraw: fix handling of compose key on OS XDavid Jeannot1-1/+11
This implementation is simpler to understand. It removes conflicts with other modifiers and with the virtual buttons. Pressing alt during a sequence now cancels it correctly. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507049
2012-01-16cocoa devdraw: activation on receiving Ttop messagesDavid Jeannot1-1/+1
(The new variable "willactivate" is in the input structure "in", which is illogical. But this structure will soon be renamed "app". I postpone the renaming to avoid conflicts with simultaneous Codereview issues.) R=rsc CC=plan9port.codebot http://codereview.appspot.com/5504102
2011-10-12devdraw: more fixes (thanks David Jeannot)Russ Cox1-2/+0
2011-09-19devdraw: update Lion cocoaDavid Jeannot1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042
2011-09-06devdraw: draft cocoa supportDavid Jeannot1-0/+397
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060