<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/devdraw/devdraw.h, 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: use global drawlk instead of per-client</title>
<updated>2020-05-18T03:24:29+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-25T19:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=587933c16132d880a06ff99bd087e64a3a04975e'/>
<id>587933c16132d880a06ff99bd087e64a3a04975e</id>
<content type='text'>
Setting up for a real window system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting up for a real window system.
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: use indirect impl interface</title>
<updated>2020-05-18T03:19:24+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-25T19:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=94d381ec9d579e5336f3817b68cf4d1a8a7333db'/>
<id>94d381ec9d579e5336f3817b68cf4d1a8a7333db</id>
<content type='text'>
Setting up for a real window system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting up for a real window system.
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: notify window resize promptly on x11</title>
<updated>2020-01-15T00:43:32+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-15T00:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=1f799495e4aa89be5f32e3fcda8da342f3057f3c'/>
<id>1f799495e4aa89be5f32e3fcda8da342f3057f3c</id>
<content type='text'>
Fixes #339.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #339.
</pre>
</div>
</content>
</entry>
<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: multiclient mode</title>
<updated>2020-01-13T21:46:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-11T11:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=892b3c4687eacf6b090bb9a5196ce882e113c423'/>
<id>892b3c4687eacf6b090bb9a5196ce882e113c423</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>devdraw: refactor, clean up mac screen</title>
<updated>2020-01-13T21:46:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-10T02:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=b1a086dee9bf5846b31323ba2c438f8853a9c87f'/>
<id>b1a086dee9bf5846b31323ba2c438f8853a9c87f</id>
<content type='text'>
Also turn mac-srv.c into a generic srv.c,
so we can remove the duplication with x11-srv.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also turn mac-srv.c into a generic srv.c,
so we can remove the duplication with x11-srv.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: move per-window globals in mac-screen.m into Client</title>
<updated>2020-01-13T21:46:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-09T05:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=843e5af1986a2e8f1c4f6177dc4509501711a22c'/>
<id>843e5af1986a2e8f1c4f6177dc4509501711a22c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: move Client into devdraw.h and move global state in</title>
<updated>2020-01-13T21:46:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-09T01:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=88ed92aa40ab5aa0f563624c488ba2a120990329'/>
<id>88ed92aa40ab5aa0f563624c488ba2a120990329</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 forcedpi toggled by Fn+F3 on Mac</title>
<updated>2012-11-26T04:38:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-11-26T04:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=55905845f3eeb3756f532484f1fd313b0ab2ca2a'/>
<id>55905845f3eeb3756f532484f1fd313b0ab2ca2a</id>
<content type='text'>
R=rsc
http://codereview.appspot.com/6846104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
http://codereview.appspot.com/6846104
</pre>
</div>
</content>
</entry>
</feed>
