summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/osx-srv.c
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: remove os x 10.5 compatibility codeJacob Vosmaer2018-11-151-462/+0
|
* devdraw: add Cursor2 support on macOS 10.14 MojaveRuss Cox2018-11-151-2/+2
| | | | | This replaces the pixel-art scaling algorithm used for upscaling before. The results were not crisp enough to serve as everyday cursors.
* devdraw: add multitouch code from Paul LalondeRuss Cox2010-01-041-0/+4
| | | | | | | | | | 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
* mergeRuss Cox2009-06-161-1/+1
|
* devdraw/OSX: correct access to reply buffer (fixes rpc tag crash)Russ Cox2008-10-081-0/+4
|
* devdraw: correct mouse event buffering on OS XRuss Cox2008-07-101-15/+22
|
* devdraw: double-check write return value on OS XRuss Cox2008-07-041-1/+2
|
* devdraw: OS X alt key supportRuss Cox2008-07-011-2/+38
|
* devdraw: OS X native versionRuss Cox2008-06-301-0/+410