<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/devdraw/x11-srv.c, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>devdraw: x11 working again</title>
<updated>2020-01-13T21:46:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2020-01-12T19:53:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=50923426bf684402160dd7748f14560afd447b73'/>
<id>50923426bf684402160dd7748f14560afd447b73</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: more cleanup, clearer locking</title>
<updated>2020-01-13T21:46:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-10T05:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=41547af3f614061dd2c94bb52ae118f146925743'/>
<id>41547af3f614061dd2c94bb52ae118f146925743</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial changes: whitespace and modes.</title>
<updated>2020-01-10T14:54:30+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2020-01-10T14:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fa325e9b42b0bdfb48857d1958d9fb7ceac55151'/>
<id>fa325e9b42b0bdfb48857d1958d9fb7ceac55151</id>
<content type='text'>
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 &lt;cross@gajendra.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;cross@gajendra.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)</title>
<updated>2019-04-05T19:09:35+00:00</updated>
<author>
<name>Fazlul Shahriar</name>
<email>fshahriar@gmail.com</email>
</author>
<published>2019-04-05T19:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=7bb69ba88b8083b3eb9b3afefd8cdeae6aea2149'/>
<id>7bb69ba88b8083b3eb9b3afefd8cdeae6aea2149</id>
<content type='text'>
Some libraries that depend on devdraw don't know about
32x32 cursor -- mainly 9fans.net/go/draw.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some libraries that depend on devdraw don't know about
32x32 cursor -- mainly 9fans.net/go/draw.</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: clear altdown on focus out (thanks Ethan Burns)</title>
<updated>2014-01-22T18:41:13+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2014-01-22T18:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=042a069825343a987ae3c930a2caa43a3d997d88'/>
<id>042a069825343a987ae3c930a2caa43a3d997d88</id>
<content type='text'>
TBR=rsc
https://codereview.appspot.com/53820044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TBR=rsc
https://codereview.appspot.com/53820044
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/devdraw: clear keyboard state on lost focus.</title>
<updated>2013-07-17T16:55:09+00:00</updated>
<author>
<name>Roger Peppe</name>
<email>rogpeppe@gmail.com</email>
</author>
<published>2013-07-17T16:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=d74fdb6edbedbb184de9a8230e156460cb609aa6'/>
<id>d74fdb6edbedbb184de9a8230e156460cb609aa6</id>
<content type='text'>
See https://bitbucket.org/rsc/plan9port/issue/128/alt-button-sticks-in-acme-sometimes-after

R=rsc
https://codereview.appspot.com/11453043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://bitbucket.org/rsc/plan9port/issue/128/alt-button-sticks-in-acme-sometimes-after

R=rsc
https://codereview.appspot.com/11453043
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: control+click = button 2, alt/shift+click = button 3</title>
<updated>2013-03-08T03:40:47+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2013-03-08T03:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=36bb28dc638bb3091e05996156b5fbecbc67dcd5'/>
<id>36bb28dc638bb3091e05996156b5fbecbc67dcd5</id>
<content type='text'>
For single-button mouse users.

R=rsc
https://codereview.appspot.com/7620043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For single-button mouse users.

R=rsc
https://codereview.appspot.com/7620043
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: do not interpret alt-tab as alt for compose</title>
<updated>2011-09-28T18:11:32+00:00</updated>
<author>
<name>Justin Davis</name>
<email>jrcd83@gmail.com</email>
</author>
<published>2011-09-28T18:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=4b58d457076fa1ee3d86ed31162a0721ebf44862'/>
<id>4b58d457076fa1ee3d86ed31162a0721ebf44862</id>
<content type='text'>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5132050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5132050
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: full-screen cleanup</title>
<updated>2008-01-30T17:03:11+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-01-30T17:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=c155dcfeb74766db97c08d7a09cca4b42ba45f0f'/>
<id>c155dcfeb74766db97c08d7a09cca4b42ba45f0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: add F11 for full-screen toggle</title>
<updated>2008-01-30T17:01:43+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-01-30T17:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=35288690ce41267ae9c6341e1d73f74c56726297'/>
<id>35288690ce41267ae9c6341e1d73f74c56726297</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
