summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/x11-srv.c
Commit message (Expand)AuthorAgeFilesLines
* devdraw: x11 working againRuss Cox2020-01-131-637/+0
* devdraw: more cleanup, clearer lockingRuss Cox2020-01-131-2/+2
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-18/+17
* libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)Fazlul Shahriar2019-04-051-0/+1
* devdraw: clear altdown on focus out (thanks Ethan Burns)Russ Cox2014-01-221-0/+1
* cmd/devdraw: clear keyboard state on lost focus.Roger Peppe2013-07-171-0/+6
* devdraw: control+click = button 2, alt/shift+click = button 3Russ Cox2013-03-071-18/+87
* devdraw: do not interpret alt-tab as alt for composeJustin Davis2011-09-281-1/+5
* devdraw: full-screen cleanupRuss Cox2008-01-301-1/+1
* devdraw: add F11 for full-screen toggleRuss Cox2008-01-301-1/+40
* Fix resize error under KDE (Bart Locanthi)rsc2006-07-051-19/+41
* slow mode for debuggingrsc2006-06-261-2/+17
* new draw serverrsc2006-06-251-0/+481