Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-13 | devdraw: more cleanup, clearer locking | Russ Cox | 1 | -2/+2 | |
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -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-05 | libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217) | Fazlul Shahriar | 1 | -0/+1 | |
Some libraries that depend on devdraw don't know about 32x32 cursor -- mainly 9fans.net/go/draw. | |||||
2014-01-22 | devdraw: clear altdown on focus out (thanks Ethan Burns) | Russ Cox | 1 | -0/+1 | |
TBR=rsc https://codereview.appspot.com/53820044 | |||||
2013-07-17 | cmd/devdraw: clear keyboard state on lost focus. | Roger Peppe | 1 | -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-07 | devdraw: control+click = button 2, alt/shift+click = button 3 | Russ Cox | 1 | -18/+87 | |
For single-button mouse users. R=rsc https://codereview.appspot.com/7620043 | |||||
2011-09-28 | devdraw: do not interpret alt-tab as alt for compose | Justin Davis | 1 | -1/+5 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050 | |||||
2008-01-30 | devdraw: full-screen cleanup | Russ Cox | 1 | -1/+1 | |
2008-01-30 | devdraw: add F11 for full-screen toggle | Russ Cox | 1 | -1/+40 | |
2006-07-05 | Fix resize error under KDE (Bart Locanthi) | rsc | 1 | -19/+41 | |
2006-06-26 | slow mode for debugging | rsc | 1 | -2/+17 | |
2006-06-25 | new draw server | rsc | 1 | -0/+481 | |