Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-17 | devdraw: use global drawlk instead of per-client | Russ Cox | 1 | -2/+3 | |
Setting up for a real window system. | |||||
2020-05-17 | devdraw: use indirect impl interface | Russ Cox | 1 | -9/+14 | |
Setting up for a real window system. | |||||
2020-01-14 | devdraw: notify window resize promptly on x11 | Russ Cox | 1 | -0/+1 | |
Fixes #339. | |||||
2020-01-13 | devdraw: x11 working again | Russ Cox | 1 | -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-13 | devdraw: multiclient mode | Russ Cox | 1 | -0/+3 | |
2020-01-13 | devdraw: more cleanup, clearer locking | Russ Cox | 1 | -28/+63 | |
2020-01-13 | devdraw: refactor, clean up mac screen | Russ Cox | 1 | -2/+20 | |
Also turn mac-srv.c into a generic srv.c, so we can remove the duplication with x11-srv.c. | |||||
2020-01-13 | devdraw: move per-window globals in mac-screen.m into Client | Russ Cox | 1 | -0/+1 | |
2020-01-13 | devdraw: move Client into devdraw.h and move global state in | Russ Cox | 1 | -6/+163 | |
2012-11-25 | devdraw: add forcedpi toggled by Fn+F3 on Mac | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/6846104 | |||||
2012-11-25 | devdraw, libdraw: add display->dpi | Russ Cox | 1 | -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-28 | devdraw: do not interpret alt-tab as alt for compose | Justin Davis | 1 | -0/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050 | |||||
2008-10-08 | devdraw/OSX: read $mousebuttonmap to allow swapping mouse buttons | Russ Cox | 1 | -0/+1 | |
2008-06-30 | devdraw: OS X native version | Russ Cox | 1 | -0/+2 | |
2006-06-25 | new draw server | rsc | 1 | -0/+4 | |