aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/devdraw.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06all: fix or silence all INSTALL warnings on macOSRuss Cox1-2/+2
Should be a clean build now. Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067 Reviewed-on: https://plan9port-review.googlesource.com/2781 Reviewed-by: Russ Cox <rsc@swtch.com>
2012-11-25devdraw: add forcedpi toggled by Fn+F3 on MacRuss Cox1-1/+5
R=rsc http://codereview.appspot.com/6846104
2012-11-25devdraw, libdraw: add display->dpiRuss Cox1-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
2008-06-30devdraw: OS X native versionRuss Cox1-10/+3
2008-01-30devdraw: add F11 for full-screen toggleRuss Cox1-3/+10
2006-07-05Fix resize error under KDE (Bart Locanthi)rsc1-4/+4
2006-06-25new draw serverrsc1-0/+1607