aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/x11-srv.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13devdraw: x11 working againRuss Cox1-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.
2020-01-13devdraw: more cleanup, clearer lockingRuss Cox1-2/+2
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2019-04-05libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)Fazlul Shahriar1-0/+1
Some libraries that depend on devdraw don't know about 32x32 cursor -- mainly 9fans.net/go/draw.
2014-01-22devdraw: clear altdown on focus out (thanks Ethan Burns)Russ Cox1-0/+1
TBR=rsc https://codereview.appspot.com/53820044
2013-07-17cmd/devdraw: clear keyboard state on lost focus.Roger Peppe1-0/+6
See https://bitbucket.org/rsc/plan9port/issue/128/alt-button-sticks-in-acme-sometimes-after R=rsc https://codereview.appspot.com/11453043
2013-03-07devdraw: control+click = button 2, alt/shift+click = button 3Russ Cox1-18/+87
For single-button mouse users. R=rsc https://codereview.appspot.com/7620043
2011-09-28devdraw: do not interpret alt-tab as alt for composeJustin Davis1-1/+5
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050
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