summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/x11-itrans.c
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: x11 working againRuss Cox2020-01-131-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 lockingRuss Cox2020-01-131-2/+2
|
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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 x11Xiao-Yong Jin2018-03-271-1/+3
|
* devdraw: fix x11 inputRuss Cox2013-06-211-1/+1
| | | | | R=rsc https://codereview.appspot.com/10458043
* devdraw: control+click = button 2, alt/shift+click = button 3Russ Cox2013-03-071-8/+23
| | | | | | | For single-button mouse users. R=rsc https://codereview.appspot.com/7620043
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-211-1/+1
| | | | | R=rsc http://codereview.appspot.com/6744054
* devdraw: do not interpret alt-tab as alt for composeJustin Davis2011-09-281-1/+9
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050
* keyboard(7): document X compose sequencesRuss Cox2011-01-021-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 ChromeRuss Cox2010-07-221-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 X11grai2008-07-221-1/+1
|
* report target list as 32-bit chunks, not 8-bit, for OS Xrsc2007-05-041-1/+1
|
* say utf8string before string in target listrsc2007-05-031-2/+2
|
* try for utf8 string first in getsnarf; new test program snarfrsc2007-05-031-44/+56
|
* new draw serverrsc2006-06-251-0/+704