summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/cocoa-srv.c
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: fix handling of compose key on OS XDavid Jeannot2012-01-161-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
* cocoa devdraw: activation on receiving Ttop messagesDavid Jeannot2012-01-161-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
* devdraw: more fixes (thanks David Jeannot)Russ Cox2011-10-121-2/+0
|
* devdraw: update Lion cocoaDavid Jeannot2011-09-191-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042
* devdraw: draft cocoa supportDavid Jeannot2011-09-061-0/+397
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060