aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/srv.c
Commit message (Expand)AuthorAgeFilesLines
* devdraw, libdraw: fix memory leaks by freeing getns() malloced string (#431)Igor Böhm2020-07-221-2/+6
* devdraw, libdraw: handle keyboard runes > U+FFFFRuss Cox2020-05-181-2/+7
* devdraw: use indirect impl interfaceRuss Cox2020-05-171-11/+15
* devdraw: actually send resize event on resizeRuss Cox2020-01-151-0/+7
* devdraw: notify window resize promptly on x11Russ Cox2020-01-141-0/+18
* devdraw: x11 working againRuss Cox2020-01-131-1/+1
* devdraw: multiclient modeRuss Cox2020-01-131-35/+104
* devdraw: more cleanup, clearer lockingRuss Cox2020-01-131-44/+94
* devdraw: refactor, clean up mac screenRuss Cox2020-01-131-0/+402