Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-09 | Cocoa Devdraw: cursor fix | David Jeannot | 3 | -117/+139 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050 | |||||
2011-11-08 | Cocoa Devdraw: cursor, menu bar, old fs, activation | David Jeannot | 1 | -20/+52 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5318054 | |||||
2011-10-23 | devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen) | Russ Cox | 3 | -3/+50 | |
2011-10-23 | OS X PowerPC fixes (thanks Cameron Kaiser) | Russ Cox | 1 | -0/+1 | |
2011-10-12 | devdraw: more fixes (thanks David Jeannot) | Russ Cox | 4 | -319/+378 | |
2011-10-12 | devdraw: cleanup, fix macargv | Russ Cox | 3 | -14/+44 | |
2011-10-03 | devdraw: fix screen grabber, allocation warning | David Jeannot | 1 | -62/+113 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5170041 | |||||
2011-09-28 | devdraw: do not interpret alt-tab as alt for compose | Justin Davis | 3 | -2/+16 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050 | |||||
2011-09-26 | devdraw: disable Lion warning | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/5132045 | |||||
2011-09-26 | use cocoa on snow leopard | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/5146043 | |||||
2011-09-26 | devdraw: cocoa updates | David Jeannot | 1 | -43/+55 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5131041 | |||||
2011-09-19 | devdraw: handle, warn about Lion | Russ Cox | 1 | -1/+9 | |
R=rsc http://codereview.appspot.com/5069042 | |||||
2011-09-19 | devdraw: update Lion cocoa | David Jeannot | 6 | -405/+602 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042 | |||||
2011-09-06 | devdraw: draft cocoa support | David Jeannot | 6 | -0/+1335 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060 | |||||
2011-06-20 | devdraw: dynamic discovery of MultiTouch devices | Marius Eriksen | 1 | -8/+106 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4653041 | |||||
2011-06-20 | devdraw: Shrinking a window on osx 10.6.7 no longer disables drawing. | David Swasey | 1 | -9/+14 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4632051 | |||||
2011-04-04 | mklatinkbd: fix buffer overflow | Eoghan Sherry | 1 | -1/+1 | |
Fixes #71. R=rsc CC=codebot http://codereview.appspot.com/4327057 | |||||
2011-01-12 | devdraw: fix flashing during window drag | Jeff Sickel | 2 | -3/+5 | |
R=rsc CC=codebot http://codereview.appspot.com/3922043 | |||||
2011-01-02 | mklatinkbd: fix out of bounds bug | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/3828045 | |||||
2011-01-02 | keyboard(7): document X compose sequences | Russ Cox | 3 | -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 | |||||
2010-10-27 | mkfiles: fix macargv buf | Russ Cox | 2 | -1/+3 | |
R=rsc http://codereview.appspot.com/2729042 | |||||
2010-10-27 | mac: add 9term.app, Plumb.app | Russ Cox | 3 | -0/+96 | |
R=rsc http://codereview.appspot.com/2783041 | |||||
2010-07-22 | devdraw: snarf better with Chrome | Russ Cox | 1 | -5/+4 | |
maybe the code is also actually correct. who knows. R=rsc http://codereview.appspot.com/1875045 | |||||
2010-04-02 | devdraw: only one flushproc, please (OS X) | Russ Cox | 1 | -1/+5 | |
R=rsc http://codereview.appspot.com/799045 | |||||
2010-03-03 | devdraw: fix mouse(3) moveto on OS X | Eoghan Sherry | 1 | -1/+7 | |
R=rsc CC=codebot http://codereview.appspot.com/224104 | |||||
2010-02-06 | devdraw: fix support for multitouch trackpads | Russ Cox | 1 | -8/+8 | |
R=rsc http://codereview.appspot.com/203059 | |||||
2010-01-26 | R=rsc | Anthony Sorace | 1 | -1/+1 | |
CC=codebot http://codereview.appspot.com/193056 | |||||
2010-01-16 | devdraw: fix OS X resize bug caused by redraw bug fix | Russ Cox | 1 | -7/+9 | |
R=rsc http://codereview.appspot.com/189104 | |||||
2010-01-15 | devdraw: fewer spurious mouse clicks in OS X multitouch | Russ Cox | 1 | -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 | |||||
2010-01-14 | devdraw: handle kEventWindowDrawContent | Russ Cox | 1 | -0/+8 | |
makes windows redraw properly when moved between screens when monitors get shuffled around R= CC= http://codereview.appspot.com/189076 | |||||
2010-01-04 | devdraw: release multitouch mouse when app is collapsed (minimized) | Russ Cox | 1 | -1/+15 | |
R=rsc CC=plalonde, r http://codereview.appspot.com/181129 | |||||
2010-01-04 | devdraw: add multitouch code from Paul Lalonde | Russ Cox | 3 | -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 | |||||
2009-11-30 | devdraw: fix OS X behavior for Spanish keyboards | Enrique Soriano | 1 | -1/+3 | |
R=rsc_swtch, rsc CC=old.codebot, codebot http://codereview.appspot.com/132045 | |||||
2009-09-29 | devdraw: draft of new Cocoa-based devdraw | Jeff Sickel | 5 | -1/+1439 | |
Can test with cd $PLAN9/src/cmd/devdraw mk devdraw-cocoa DEVDRAW=devdraw-cocoa colors | |||||
2009-09-14 | devdraw: fix X11 input sequences | Russ Cox | 1 | -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 | |||||
2009-09-12 | devdraw: update OS X snarf for 32-bit Rune (again) | Russ Cox | 1 | -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 | |||||
2009-09-12 | devdraw: update OS X snarf for 32-bit Rune | Russ Cox | 1 | -40/+9 | |
fixes #29 http://code.swtch.com/plan9port/issues/29/ http://codereview.appspot.com/117057 | |||||
2009-09-12 | devdraw: update OS X snarf for 32-bit Rune | Russ Cox | 1 | -9/+40 | |
http://codereview.appspot.com/117057 | |||||
2009-07-08 | devdraw: generate Latin-1 table from lib/keyboard | Michael Teichgräber | 3 | -100/+243 | |
2009-06-17 | devdraw: automatic OS X label updating | André Günther | 1 | -24/+20 | |
2009-06-16 | merge | Russ Cox | 3 | -2/+43 | |
2009-06-09 | merge | Russ Cox | 1 | -3/+13 | |
2009-05-17 | devdraw: flush window on kEventAppShow | Jeff Sicket | 1 | -2/+9 | |
2009-05-14 | Unicode superscript update | Russ Cox | 1 | -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 | |||||
2009-04-30 | merge | Russ Cox | 1 | -32/+71 | |
2008-10-08 | devdraw/OSX: read $mousebuttonmap to allow swapping mouse buttons | Russ Cox | 3 | -0/+64 | |
2008-10-08 | devdraw/OSX: flush to screen in background, fix resize bug | Russ Cox | 1 | -2/+35 | |
2008-10-08 | devdraw/OSX: correct access to reply buffer (fixes rpc tag crash) | Russ Cox | 1 | -0/+4 | |
2008-07-22 | devdraw: keep Ctl-Alt from turning into Ctl-U on X11 | grai | 1 | -1/+1 | |
2008-07-10 | devdraw: correct mouse event buffering on OS X | Russ Cox | 1 | -15/+22 | |