summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: on OS X, add menu items "hide" and "plumb devdraw(1)"David Jeannot2012-01-161-14/+22
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5505092
* devdraw: OS X: neutralize menu and Dock bugs in fullscreen modeDavid Jeannot2012-01-161-3/+9
| | | | | | | | | | | | | | | | | | | Previously, the menu bar has been set to hidden instead of autohidden in fullscreen mode, because it appeared too easily. Occasionally however, it still appears. This patch makes sure it won't. With OS X Lion's fullscreen, the Dock is autohidden, but sometimes remains hidden. This bug comes with visual menu bar bugs during space transition and when exiting fullscreen. Those bugs happen after each Devdraw's activation, for example. This patch neutralizes them. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5502091
* devdraw: fix handling of compose key on OS XDavid Jeannot2012-01-162-12/+15
| | | | | | | | | | | 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
* devdraw: remove old OS X codeDavid Jeannot2012-01-165-1435/+0
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5528046
* cocoa devdraw: activation on receiving Ttop messagesDavid Jeannot2012-01-163-2/+17
| | | | | | | | | | | | (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: OS X dead key supportDavid Jeannot2012-01-161-0/+19
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5503086
* Cocoa Devdraw: cursor fixDavid Jeannot2011-12-093-117/+139
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050
* Cocoa Devdraw: cursor, menu bar, old fs, activationDavid Jeannot2011-11-081-20/+52
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5318054
* devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen)Russ Cox2011-10-233-3/+50
|
* OS X PowerPC fixes (thanks Cameron Kaiser)Russ Cox2011-10-231-0/+1
|
* devdraw: more fixes (thanks David Jeannot)Russ Cox2011-10-124-319/+378
|
* devdraw: cleanup, fix macargvRuss Cox2011-10-123-14/+44
|
* devdraw: fix screen grabber, allocation warningDavid Jeannot2011-10-031-62/+113
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5170041
* devdraw: do not interpret alt-tab as alt for composeJustin Davis2011-09-283-2/+16
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050
* devdraw: disable Lion warningRuss Cox2011-09-261-1/+1
| | | | | R=rsc http://codereview.appspot.com/5132045
* use cocoa on snow leopardRuss Cox2011-09-261-1/+1
| | | | | R=rsc http://codereview.appspot.com/5146043
* devdraw: cocoa updatesDavid Jeannot2011-09-261-43/+55
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5131041
* devdraw: handle, warn about LionRuss Cox2011-09-191-1/+9
| | | | | R=rsc http://codereview.appspot.com/5069042
* devdraw: update Lion cocoaDavid Jeannot2011-09-196-405/+602
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042
* devdraw: draft cocoa supportDavid Jeannot2011-09-066-0/+1335
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060
* devdraw: dynamic discovery of MultiTouch devicesMarius Eriksen2011-06-201-8/+106
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4653041
* devdraw: Shrinking a window on osx 10.6.7 no longer disables drawing.David Swasey2011-06-201-9/+14
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4632051
* mklatinkbd: fix buffer overflowEoghan Sherry2011-04-041-1/+1
| | | | | | | | Fixes #71. R=rsc CC=codebot http://codereview.appspot.com/4327057
* devdraw: fix flashing during window dragJeff Sickel2011-01-122-3/+5
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/3922043
* mklatinkbd: fix out of bounds bugRuss Cox2011-01-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/3828045
* keyboard(7): document X compose sequencesRuss Cox2011-01-023-23/+111
| | | | | | | | | 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
* mkfiles: fix macargv bufRuss Cox2010-10-272-1/+3
| | | | | R=rsc http://codereview.appspot.com/2729042
* mac: add 9term.app, Plumb.appRuss Cox2010-10-273-0/+96
| | | | | R=rsc http://codereview.appspot.com/2783041
* devdraw: snarf better with ChromeRuss Cox2010-07-221-5/+4
| | | | | | | maybe the code is also actually correct. who knows. R=rsc http://codereview.appspot.com/1875045
* devdraw: only one flushproc, please (OS X)Russ Cox2010-04-021-1/+5
| | | | | R=rsc http://codereview.appspot.com/799045
* devdraw: fix mouse(3) moveto on OS XEoghan Sherry2010-03-031-1/+7
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/224104
* devdraw: fix support for multitouch trackpadsRuss Cox2010-02-061-8/+8
| | | | | R=rsc http://codereview.appspot.com/203059
* R=rscAnthony Sorace2010-01-261-1/+1
| | | | | CC=codebot http://codereview.appspot.com/193056
* devdraw: fix OS X resize bug caused by redraw bug fixRuss Cox2010-01-161-7/+9
| | | | | R=rsc http://codereview.appspot.com/189104
* devdraw: fewer spurious mouse clicks in OS X multitouchRuss Cox2010-01-151-2/+5
| | | | | | | | | Was turning all button touches into clicks of high buttons, causing spurious clicks even outside the app window. R=rsc http://codereview.appspot.com/189084
* devdraw: handle kEventWindowDrawContentRuss Cox2010-01-141-0/+8
| | | | | | | | | makes windows redraw properly when moved between screens when monitors get shuffled around R= CC= http://codereview.appspot.com/189076
* devdraw: release multitouch mouse when app is collapsed (minimized)Russ Cox2010-01-041-1/+15
| | | | | | R=rsc CC=plalonde, r http://codereview.appspot.com/181129
* devdraw: add multitouch code from Paul LalondeRuss Cox2010-01-043-11/+267
| | | | | | | | | | 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
* devdraw: fix OS X behavior for Spanish keyboardsEnrique Soriano2009-11-301-1/+3
| | | | | | R=rsc_swtch, rsc CC=old.codebot, codebot http://codereview.appspot.com/132045
* devdraw: draft of new Cocoa-based devdrawJeff Sickel2009-09-295-1/+1439
| | | | | | | Can test with cd $PLAN9/src/cmd/devdraw mk devdraw-cocoa DEVDRAW=devdraw-cocoa colors
* devdraw: fix X11 input sequencesRuss Cox2009-09-141-0/+17
| | | | | | | fixes http://groups.google.com/group/plan9port-dev/t/f865adc9a520653a see also http://archive.netbsd.se/?ml=plan9-9fans&a=2007-03&t=3328886 http://codereview.appspot.com/117072
* devdraw: update OS X snarf for 32-bit Rune (again)Russ Cox2009-09-121-9/+40
| | | | | | | | | fixes #29 http://code.swtch.com/plan9port/issues/29/ The accidental resubmission of the patch caused patch(1) to revert the patch. Thanks, patch authors! http://codereview.appspot.com/117057
* devdraw: update OS X snarf for 32-bit RuneRuss Cox2009-09-121-40/+9
| | | | | | fixes #29 http://code.swtch.com/plan9port/issues/29/ http://codereview.appspot.com/117057
* devdraw: update OS X snarf for 32-bit RuneRuss Cox2009-09-121-9/+40
| | | | http://codereview.appspot.com/117057
* devdraw: generate Latin-1 table from lib/keyboardMichael Teichgräber2009-07-083-100/+243
|
* devdraw: automatic OS X label updatingAndré Günther2009-06-171-24/+20
|
* mergeRuss Cox2009-06-163-2/+43
|
* mergeRuss Cox2009-06-091-3/+13
|
* devdraw: flush window on kEventAppShowJeff Sicket2009-05-171-2/+9
|
* Unicode superscript updateRuss Cox2009-05-141-1/+1
| | | | | | | font/*/supsub.*: change superscript 1 into i; delete 2, 3 lib/keyboard: fix s1, s2, s3; add si lib/unicode: add 2071 src/cmd/devdraw: update from lib/keyboard