| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | devdraw: x11 working again | Russ Cox | 2020-01-13 | 1 | -741/+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 | -9/+9 |
| | | | | | | | | | | 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> | ||||
| * | devdraw: fix some memory leaks in x11 | Xiao-Yong Jin | 2018-03-27 | 1 | -1/+3 |
| | | |||||
| * | devdraw: fix x11 input | Russ Cox | 2013-06-21 | 1 | -1/+1 |
| | | | | | | R=rsc https://codereview.appspot.com/10458043 | ||||
| * | devdraw: control+click = button 2, alt/shift+click = button 3 | Russ Cox | 2013-03-07 | 1 | -8/+23 |
| | | | | | | | | For single-button mouse users. R=rsc https://codereview.appspot.com/7620043 | ||||
| * | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 2012-10-21 | 1 | -1/+1 |
| | | | | | | R=rsc http://codereview.appspot.com/6744054 | ||||
| * | devdraw: do not interpret alt-tab as alt for compose | Justin Davis | 2011-09-28 | 1 | -1/+9 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050 | ||||
| * | keyboard(7): document X compose sequences | Russ Cox | 2011-01-02 | 1 | -1/+2 |
| | | | | | | | | | | Add -x flag to mklatinkbd to generate file for $HOME/.XCompose. Thanks to Anthony Martin, Tony Lainson, and Kris Maglione for legwork. R=rsc http://codereview.appspot.com/3811043 | ||||
| * | devdraw: snarf better with Chrome | Russ Cox | 2010-07-22 | 1 | -5/+4 |
| | | | | | | | | maybe the code is also actually correct. who knows. R=rsc http://codereview.appspot.com/1875045 | ||||
| * | devdraw: keep Ctl-Alt from turning into Ctl-U on X11 | grai | 2008-07-22 | 1 | -1/+1 |
| | | |||||
| * | report target list as 32-bit chunks, not 8-bit, for OS X | rsc | 2007-05-04 | 1 | -1/+1 |
| | | |||||
| * | say utf8string before string in target list | rsc | 2007-05-03 | 1 | -2/+2 |
| | | |||||
| * | try for utf8 string first in getsnarf; new test program snarf | rsc | 2007-05-03 | 1 | -44/+56 |
| | | |||||
| * | new draw server | rsc | 2006-06-25 | 1 | -0/+704 |
