aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/x11-srv.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13devdraw: x11 working againRuss Cox1-637/+0
2020-01-13devdraw: more cleanup, clearer lockingRuss Cox1-2/+2
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-18/+17
2019-04-05libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)Fazlul Shahriar1-0/+1
2014-01-22devdraw: clear altdown on focus out (thanks Ethan Burns)Russ Cox1-0/+1
2013-07-17cmd/devdraw: clear keyboard state on lost focus.Roger Peppe1-0/+6
2013-03-07devdraw: control+click = button 2, alt/shift+click = button 3Russ Cox1-18/+87
2011-09-28devdraw: do not interpret alt-tab as alt for composeJustin Davis1-1/+5
2008-01-30devdraw: full-screen cleanupRuss Cox1-1/+1
2008-01-30devdraw: add F11 for full-screen toggleRuss Cox1-1/+40
2006-07-05Fix resize error under KDE (Bart Locanthi)rsc1-19/+41
2006-06-26slow mode for debuggingrsc1-2/+17
2006-06-25new draw serverrsc1-0/+481