summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/osx-screen.c
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: add multitouch code from Paul LalondeRuss Cox2010-01-041-913/+0
| | | | | | | | | | 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
* devdraw: fix OS X behavior for Spanish keyboardsEnrique Soriano2009-11-301-1/+3
| | | | | | R=rsc_swtch, rsc CC=old.codebot, codebot http://codereview.appspot.com/132045
* devdraw: update OS X snarf for 32-bit Rune (again)Russ Cox2009-09-121-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
* devdraw: update OS X snarf for 32-bit RuneRuss Cox2009-09-121-40/+9
| | | | | | fixes #29 http://code.swtch.com/plan9port/issues/29/ http://codereview.appspot.com/117057
* devdraw: update OS X snarf for 32-bit RuneRuss Cox2009-09-121-9/+40
| | | | http://codereview.appspot.com/117057
* devdraw: automatic OS X label updatingAndré Günther2009-06-171-24/+20
|
* mergeRuss Cox2009-06-161-1/+41
|
* mergeRuss Cox2009-06-091-3/+13
|
* devdraw: flush window on kEventAppShowJeff Sicket2009-05-171-2/+9
|
* mergeRuss Cox2009-04-301-32/+71
|
* devdraw/OSX: flush to screen in background, fix resize bugRuss Cox2008-10-081-2/+35
|
* devdraw: minor OS X leak fixes and attempted speedupsRuss Cox2008-07-091-8/+21
|
* devdraw: make OS X native gui build (Eric Nichols)Russ Cox2008-07-031-1/+1
|
* devdraw: OS X: fix Unicode input errors (Andrey Mirtchovski)Russ Cox2008-07-031-2/+4
|
* devdraw: OS X: go full screen on largest device (Eric Nichols)Russ Cox2008-07-031-1/+3
|
* devdraw: do not create OS X window group (Eric Nichols)Russ Cox2008-07-031-3/+0
|
* devdraw: OS X unicode input (Andrey Mirtchovski)Russ Cox2008-07-021-0/+7
|
* devdraw: OS X mouse scroll fix (Jeff Sickel)Russ Cox2008-07-021-1/+1
|
* devdraw: add %F for fullscreen on OS XRuss Cox2008-07-011-10/+30
|
* devdraw: OS X native versionRuss Cox2008-06-301-0/+714