Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-23 | OS X PowerPC fixes (thanks Cameron Kaiser) | Russ Cox | 1 | -0/+1 | |
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-01-12 | devdraw: fix flashing during window drag | Jeff Sickel | 1 | -1/+1 | |
R=rsc CC=codebot http://codereview.appspot.com/3922043 | |||||
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 | 1 | -0/+1161 | |
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 |