aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/devdraw.h
AgeCommit message (Collapse)AuthorFilesLines
2020-05-17devdraw: use global drawlk instead of per-clientRuss Cox1-2/+3
Setting up for a real window system.
2020-05-17devdraw: use indirect impl interfaceRuss Cox1-9/+14
Setting up for a real window system.
2020-01-14devdraw: notify window resize promptly on x11Russ Cox1-0/+1
Fixes #339.
2020-01-13devdraw: x11 working againRuss Cox1-5/+10
Need to think a bit more about locking, but overall it's a working devdraw. Multiclient mode may not be working but nothing is using it yet.
2020-01-13devdraw: multiclient modeRuss Cox1-0/+3
2020-01-13devdraw: more cleanup, clearer lockingRuss Cox1-28/+63
2020-01-13devdraw: refactor, clean up mac screenRuss Cox1-2/+20
Also turn mac-srv.c into a generic srv.c, so we can remove the duplication with x11-srv.c.
2020-01-13devdraw: move per-window globals in mac-screen.m into ClientRuss Cox1-0/+1
2020-01-13devdraw: move Client into devdraw.h and move global state inRuss Cox1-6/+163
2012-11-25devdraw: add forcedpi toggled by Fn+F3 on MacRuss Cox1-0/+1
R=rsc http://codereview.appspot.com/6846104
2012-11-25devdraw, libdraw: add display->dpiRuss Cox1-1/+1
Fixed at 100 right now, but the plan is to make it accurate and then use it. R=rsc http://codereview.appspot.com/6856091
2011-09-28devdraw: do not interpret alt-tab as alt for composeJustin Davis1-0/+2
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050
2008-10-08devdraw/OSX: read $mousebuttonmap to allow swapping mouse buttonsRuss Cox1-0/+1
2008-06-30devdraw: OS X native versionRuss Cox1-0/+2
2006-06-25new draw serverrsc1-0/+4