aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/cocoa-screen.m
AgeCommit message (Collapse)AuthorFilesLines
2012-01-16devdraw: fix handling of compose key on OS XDavid Jeannot1-11/+4
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/+15
(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
2012-01-16devdraw: OS X dead key supportDavid Jeannot1-0/+19
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5503086
2011-12-09Cocoa Devdraw: cursor fixDavid Jeannot1-111/+138
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050
2011-11-08Cocoa Devdraw: cursor, menu bar, old fs, activationDavid Jeannot1-20/+52
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5318054
2011-10-23devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen)Russ Cox1-2/+33
2011-10-12devdraw: more fixes (thanks David Jeannot)Russ Cox1-306/+345
2011-10-03devdraw: fix screen grabber, allocation warningDavid Jeannot1-62/+113
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5170041
2011-09-26devdraw: cocoa updatesDavid Jeannot1-43/+55
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5131041
2011-09-19devdraw: update Lion cocoaDavid Jeannot1-361/+599
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042
2011-09-06devdraw: draft cocoa supportDavid Jeannot1-0/+835
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060