<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/libdraw/drawclient.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, libdraw: fix memory leaks by freeing getns() malloced string (#431)</title>
<updated>2020-07-22T18:59:58+00:00</updated>
<author>
<name>Igor Böhm</name>
<email>boehm.igor@gmail.com</email>
</author>
<published>2020-07-22T18:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=afa34a73a91655f16d24abae491881ae45500d78'/>
<id>afa34a73a91655f16d24abae491881ae45500d78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw, libdraw: handle keyboard runes &gt; U+FFFF</title>
<updated>2020-05-19T03:45:03+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-05-19T03:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=d25d0ca1a3682d97df67f62789767562aa5bf1b3'/>
<id>d25d0ca1a3682d97df67f62789767562aa5bf1b3</id>
<content type='text'>
Runes in Plan 9 were limited to the 16-bit BMP when I drew up
the RPC protocol between graphical programs and devdraw
a long time ago. Now that they can be 32-bit, use a 32-bit wire
encoding too. A new message number to avoid problems with
other clients (like 9fans.net/go).

Add keyboard shortcut alt : , for U+1F602, face with tears of joy,
to test that it all works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Runes in Plan 9 were limited to the 16-bit BMP when I drew up
the RPC protocol between graphical programs and devdraw
a long time ago. Now that they can be 32-bit, use a 32-bit wire
encoding too. A new message number to avoid problems with
other clients (like 9fans.net/go).

Add keyboard shortcut alt : , for U+1F602, face with tears of joy,
to test that it all works.
</pre>
</div>
</content>
</entry>
<entry>
<title>libdraw: connect to devdraw via $wsysid when set</title>
<updated>2020-01-13T21:46:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-11T10:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=dbf57689c45611b8da9e269c24e409ee33a877d5'/>
<id>dbf57689c45611b8da9e269c24e409ee33a877d5</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>libdraw: add Cursor2, a 32x32 high-res cursor</title>
<updated>2018-11-16T01:39:35+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2018-11-16T01:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=8581c2b56763d7787604c8c833d2bd78bdc6a466'/>
<id>8581c2b56763d7787604c8c833d2bd78bdc6a466</id>
<content type='text'>
Also add setcursor2, esetcursor2, and draw protocol encoding.
Calls to the old setcursor, esetcursor create a 32x32 by
pixel doubling when needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add setcursor2, esetcursor2, and draw protocol encoding.
Calls to the old setcursor, esetcursor create a 32x32 by
pixel doubling when needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>libdraw: add visibleclicks mode</title>
<updated>2012-09-17T16:39:49+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-09-17T16:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=54bebe6a69875f6f020b00ed8e2c7d944d2ee93b'/>
<id>54bebe6a69875f6f020b00ed8e2c7d944d2ee93b</id>
<content type='text'>
R=rsc
http://codereview.appspot.com/6501137
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
http://codereview.appspot.com/6501137
</pre>
</div>
</content>
</entry>
<entry>
<title>merge</title>
<updated>2009-07-15T05:55:52+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2009-07-15T05:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=e6c837d612cc884aa4fe68335c121c3dadddeebc'/>
<id>e6c837d612cc884aa4fe68335c121c3dadddeebc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge</title>
<updated>2009-04-30T14:29:24+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2009-04-30T14:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=4aad1a325813fa6eed5d29d5dd31f18eae1f006d'/>
<id>4aad1a325813fa6eed5d29d5dd31f18eae1f006d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libdraw: do not let devdraw fork, for OS X</title>
<updated>2008-07-01T11:39:10+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-07-01T11:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=b61a5ce81e17c77c4a8e9869f33d41f6facc6a9d'/>
<id>b61a5ce81e17c77c4a8e9869f33d41f6facc6a9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
