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