summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/osx-screen-carbon.m
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: remove os x 10.5 compatibility codeJacob Vosmaer2018-11-151-1302/+0
|
* OS X PowerPC fixes (thanks Cameron Kaiser)Russ Cox2011-10-231-0/+1
|
* 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
* devdraw: fix flashing during window dragJeff Sickel2011-01-121-1/+1
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/3922043
* 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-041-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