aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* mergeRuss Cox2009-04-301-32/+71
|
* devdraw/OSX: read $mousebuttonmap to allow swapping mouse buttonsRuss Cox2008-10-083-0/+64
|
* devdraw/OSX: flush to screen in background, fix resize bugRuss Cox2008-10-081-2/+35
|
* devdraw/OSX: correct access to reply buffer (fixes rpc tag crash)Russ Cox2008-10-081-0/+4
|
* devdraw: keep Ctl-Alt from turning into Ctl-U on X11grai2008-07-221-1/+1
|
* devdraw: correct mouse event buffering on OS XRuss Cox2008-07-101-15/+22
|
* devdraw: minor OS X leak fixes and attempted speedupsRuss Cox2008-07-091-8/+21
|
* devdraw: default to native gui on OS XRuss Cox2008-07-091-1/+3
|
* devdraw: double-check write return value on OS XRuss Cox2008-07-041-1/+2
|
* devdraw: make OS X native gui build (Eric Nichols)Russ Cox2008-07-031-1/+1
|