summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/devdraw.c
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: add forcedpi toggled by Fn+F3 on MacRuss Cox2012-11-251-1/+5
| | | | | R=rsc http://codereview.appspot.com/6846104
* devdraw, libdraw: add display->dpiRuss Cox2012-11-251-1/+27
| | | | | | | | Fixed at 100 right now, but the plan is to make it accurate and then use it. R=rsc http://codereview.appspot.com/6856091
* devdraw: OS X native versionRuss Cox2008-06-301-10/+3
|
* devdraw: add F11 for full-screen toggleRuss Cox2008-01-301-3/+10
|
* Fix resize error under KDE (Bart Locanthi)rsc2006-07-051-4/+4
|
* new draw serverrsc2006-06-251-0/+1607