summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/osx-screen-carbon.m
Commit message (Expand)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
* devdraw: Shrinking a window on osx 10.6.7 no longer disables drawing.David Swasey2011-06-201-9/+14
* devdraw: fix flashing during window dragJeff Sickel2011-01-121-1/+1
* devdraw: only one flushproc, please (OS X)Russ Cox2010-04-021-1/+5
* devdraw: fix mouse(3) moveto on OS XEoghan Sherry2010-03-031-1/+7
* devdraw: fix support for multitouch trackpadsRuss Cox2010-02-061-8/+8
* R=rscAnthony Sorace2010-01-261-1/+1
* devdraw: fix OS X resize bug caused by redraw bug fixRuss Cox2010-01-161-7/+9
* devdraw: fewer spurious mouse clicks in OS X multitouchRuss Cox2010-01-151-2/+5
* devdraw: handle kEventWindowDrawContentRuss Cox2010-01-141-0/+8
* devdraw: release multitouch mouse when app is collapsed (minimized)Russ Cox2010-01-041-1/+15
* devdraw: add multitouch code from Paul LalondeRuss Cox2010-01-041-0/+1161