<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/libdraw/mkfile, 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>libdraw: fix "mk"</title>
<updated>2020-01-12T20:08:28+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-09T03:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=0b6b451b71bc116c8b98cdbbfbec3fbca6c8fc17'/>
<id>0b6b451b71bc116c8b98cdbbfbec3fbca6c8fc17</id>
<content type='text'>
Should default to building the library, not getsubfont.o.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should default to building the library, not getsubfont.o.
</pre>
</div>
</content>
</entry>
<entry>
<title>libdraw: redo default font construction to be hidpi-safe</title>
<updated>2018-11-16T05:03:24+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2018-11-16T04:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=16d00819899260085ee10949012b07bf1c203db6'/>
<id>16d00819899260085ee10949012b07bf1c203db6</id>
<content type='text'>
If $font is not set, the default font is constructed from
font data linked into every libdraw binary. That process
was different from the usual openfont code, and so it was
not hidpi-aware, resulting in very tiny fonts out of the box
on hidpi systems, until users set $font.

Fix this by using openfont to construct the default font,
by recognizing the name *default* when looking for
font and subfont file contents. Then all the hidpi scaling
applies automatically.

As a side effect, the concept of a 'default subfont' is gone,
as are display-&gt;defaultsubfont, getdefont, and memgetdefont.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If $font is not set, the default font is constructed from
font data linked into every libdraw binary. That process
was different from the usual openfont code, and so it was
not hidpi-aware, resulting in very tiny fonts out of the box
on hidpi systems, until users set $font.

Fix this by using openfont to construct the default font,
by recognizing the name *default* when looking for
font and subfont file contents. Then all the hidpi scaling
applies automatically.

As a side effect, the concept of a 'default subfont' is gone,
as are display-&gt;defaultsubfont, getdefont, and memgetdefont.
</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>add iprint</title>
<updated>2006-06-25T23:52:51+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2006-06-25T23:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=8159666d6abbe11749ac45a52bb0192663849b73'/>
<id>8159666d6abbe11749ac45a52bb0192663849b73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>event</title>
<updated>2006-06-25T21:04:07+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2006-06-25T21:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=150f88023b1fd3aa82fd5213367bc1f091715be6'/>
<id>150f88023b1fd3aa82fd5213367bc1f091715be6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bye</title>
<updated>2006-06-25T18:59:29+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2006-06-25T18:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=74dc60da74c62e07f0d63179da9724d705794a6d'/>
<id>74dc60da74c62e07f0d63179da9724d705794a6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>break x11 for sure</title>
<updated>2005-02-02T22:04:41+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2005-02-02T22:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=41e0f84ca63bc829155647d99041ca3f2b1778f7'/>
<id>41e0f84ca63bc829155647d99041ca3f2b1778f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Many small edits.</title>
<updated>2005-01-13T04:49:19+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2005-01-13T04:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=c8b6342d3c2a167dec16931815926e9e4387e7ef'/>
<id>c8b6342d3c2a167dec16931815926e9e4387e7ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scrolling</title>
<updated>2004-06-11T04:13:24+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2004-06-11T04:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fa009f9d7217bd577248e53ff5aba2e8b1e0c4b2'/>
<id>fa009f9d7217bd577248e53ff5aba2e8b1e0c4b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up when finished.</title>
<updated>2004-04-19T23:04:36+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-19T23:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=1b135a78054e05cd62dfa1a2606f93e3486f2b57'/>
<id>1b135a78054e05cd62dfa1a2606f93e3486f2b57</id>
<content type='text'>
don't set PLAN9
don't set PLAN9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
don't set PLAN9
don't set PLAN9
</pre>
</div>
</content>
</entry>
</feed>
