summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/x11-srv.c
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: x11 working againRuss Cox2020-01-131-637/+0
| | | | | | | | 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.
* devdraw: more cleanup, clearer lockingRuss Cox2020-01-131-2/+2
|
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-18/+17
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)Fazlul Shahriar2019-04-051-0/+1
| | | | Some libraries that depend on devdraw don't know about 32x32 cursor -- mainly 9fans.net/go/draw.
* devdraw: clear altdown on focus out (thanks Ethan Burns)Russ Cox2014-01-221-0/+1
| | | | | TBR=rsc https://codereview.appspot.com/53820044
* cmd/devdraw: clear keyboard state on lost focus.Roger Peppe2013-07-171-0/+6
| | | | | | | See https://bitbucket.org/rsc/plan9port/issue/128/alt-button-sticks-in-acme-sometimes-after R=rsc https://codereview.appspot.com/11453043
* devdraw: control+click = button 2, alt/shift+click = button 3Russ Cox2013-03-071-18/+87
| | | | | | | For single-button mouse users. R=rsc https://codereview.appspot.com/7620043
* devdraw: do not interpret alt-tab as alt for composeJustin Davis2011-09-281-1/+5
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050
* 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