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