Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-15 | devdraw: actually send resize event on resize | Russ Cox | 1 | -0/+7 | |
Fixes #340. Fixes #343. | |||||
2020-01-14 | devdraw: notify window resize promptly on x11 | Russ Cox | 1 | -0/+18 | |
Fixes #339. | |||||
2020-01-13 | devdraw: x11 working again | Russ Cox | 1 | -1/+1 | |
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 | -35/+104 | |
2020-01-13 | devdraw: more cleanup, clearer locking | Russ Cox | 1 | -44/+94 | |
2020-01-13 | devdraw: refactor, clean up mac screen | Russ Cox | 1 | -0/+402 | |
Also turn mac-srv.c into a generic srv.c, so we can remove the duplication with x11-srv.c. |