<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox, branch puzzlesmanual</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>stuff</title>
<updated>2017-07-22T15:00:47+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-07-22T15:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=57db318a9e2de5cf9422ccf96e4f55df4840b88f'/>
<id>57db318a9e2de5cf9422ccf96e4f55df4840b88f</id>
<content type='text'>
Change-Id: Ic707fb03c2472b9a0c4ea3e64eb3620c411f661c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic707fb03c2472b9a0c4ea3e64eb3620c411f661c
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: update manual entry</title>
<updated>2017-07-22T02:02:19+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-06-04T02:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=320ab442789f1c247a366cea4d47d9e0c380d9bc'/>
<id>320ab442789f1c247a366cea4d47d9e0c380d9bc</id>
<content type='text'>
Change-Id: I9c53eaa217ec8cd36ce3de4eaa1237c78bb0c1ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9c53eaa217ec8cd36ce3de4eaa1237c78bb0c1ea
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: fix star drawing in Signpost</title>
<updated>2017-07-17T21:03:03+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-07-13T20:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3a70222a732621e52cec9f865e4d2ee2de7d8541'/>
<id>3a70222a732621e52cec9f865e4d2ee2de7d8541</id>
<content type='text'>
- change point ordering to make concave polygon rendering work
- also enables an "Easter egg" of sorts

Change-Id: I3b4044a374dce1cff889d5f3744de9e634978591
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- change point ordering to make concave polygon rendering work
- also enables an "Easter egg" of sorts

Change-Id: I3b4044a374dce1cff889d5f3744de9e634978591
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: dynamic text size via custom font pack</title>
<updated>2017-07-17T20:58:13+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-07-12T16:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e7a35ba3833925043b1b3e4a164e06058500bcd8'/>
<id>e7a35ba3833925043b1b3e4a164e06058500bcd8</id>
<content type='text'>
Up to now, we'd just ignore whatever font size the puzzle asked for,
and instead just go with either the UI font or system font regardless
of their size, which led to some horrible-looking puzzles. This patch
adds the ability to automatically load fonts of the proper size when
they are available, which makes text-based puzzles such as Pattern and
Slant function correctly with any UI font.

The font pack, which should be extracted to the system-wide fonts
directory consists of 3 small bitmap fonts from 7px to 10px and then
anti-aliased Deja Vu fonts from 10px to 36px. It is available in the
source tree (apps/plugins/puzzles/fonts.zip), or from
&lt;http://download.rockbox.org/useful/sgt-fonts.zip&gt;.

Change-Id: I05c8fe7bd6d867e14de9b941deb91e8c642ee4a8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Up to now, we'd just ignore whatever font size the puzzle asked for,
and instead just go with either the UI font or system font regardless
of their size, which led to some horrible-looking puzzles. This patch
adds the ability to automatically load fonts of the proper size when
they are available, which makes text-based puzzles such as Pattern and
Slant function correctly with any UI font.

The font pack, which should be extracted to the system-wide fonts
directory consists of 3 small bitmap fonts from 7px to 10px and then
anti-aliased Deja Vu fonts from 10px to 36px. It is available in the
source tree (apps/plugins/puzzles/fonts.zip), or from
&lt;http://download.rockbox.org/useful/sgt-fonts.zip&gt;.

Change-Id: I05c8fe7bd6d867e14de9b941deb91e8c642ee4a8
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: allow using hints in Fifteen</title>
<updated>2017-07-12T16:23:21+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-07-12T16:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=84e13d5749835234347c8f94f85ea2790980f44d'/>
<id>84e13d5749835234347c8f94f85ea2790980f44d</id>
<content type='text'>
This maps the select button to the "h" key for Fifteen only.

Change-Id: I7a5a61cec46e86254218fabfb191974f98c12319
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This maps the select button to the "h" key for Fifteen only.

Change-Id: I7a5a61cec46e86254218fabfb191974f98c12319
</pre>
</div>
</content>
</entry>
<entry>
<title>zen/zenxfi: map menu button to pitch screen toggle mode</title>
<updated>2017-06-29T11:27:36+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-06-29T11:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f9198ba35c55bf8765e54c271f1598a181f5c268'/>
<id>f9198ba35c55bf8765e54c271f1598a181f5c268</id>
<content type='text'>
The toggle action was unmapped for some reason

Change-Id: I061d790801215a99f56771993169341e46e54a77
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The toggle action was unmapped for some reason

Change-Id: I061d790801215a99f56771993169341e46e54a77
</pre>
</div>
</content>
</entry>
<entry>
<title>mkimxboot: fix compilation issues with crypto lib</title>
<updated>2017-06-24T10:52:53+00:00</updated>
<author>
<name>Cástor Muñoz</name>
<email>cmvidal@gmail.com</email>
</author>
<published>2017-04-13T19:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=d6452729e3b8a4f7d111916af8eaad5a5a60b3c9'/>
<id>d6452729e3b8a4f7d111916af8eaad5a5a60b3c9</id>
<content type='text'>
Change-Id: Ic81583dc7e872d332cbd4fd87143579cceeda484
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic81583dc7e872d332cbd4fd87143579cceeda484
</pre>
</div>
</content>
</entry>
<entry>
<title>mks5lboot: updates</title>
<updated>2017-06-19T00:00:30+00:00</updated>
<author>
<name>Cástor Muñoz</name>
<email>cmvidal@gmail.com</email>
</author>
<published>2017-05-04T08:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=fbbba9292b07d91916d330b31e7f8644d65ff91a'/>
<id>fbbba9292b07d91916d330b31e7f8644d65ff91a</id>
<content type='text'>
- fix Makefile to allow cross compilation
- Windows: use Sleep() instead of nanosleep()
- Windows: libusb now is optional
- OS X: use IOKit instead of libusb
- small rework on the DFU API

Change-Id: Ia4b07012c098ad608594e15f6effe9c9d2164b9b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix Makefile to allow cross compilation
- Windows: use Sleep() instead of nanosleep()
- Windows: libusb now is optional
- OS X: use IOKit instead of libusb
- small rework on the DFU API

Change-Id: Ia4b07012c098ad608594e15f6effe9c9d2164b9b
</pre>
</div>
</content>
</entry>
<entry>
<title>ipodpatcher: remove external ddk/ntddscsi.h dependency</title>
<updated>2017-06-19T00:00:30+00:00</updated>
<author>
<name>Cástor Muñoz</name>
<email>cmvidal@gmail.com</email>
</author>
<published>2017-05-06T00:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=cf168d4636b81e414f11ef2c69b1430302d33c3b'/>
<id>cf168d4636b81e414f11ef2c69b1430302d33c3b</id>
<content type='text'>
Change-Id: Ib614f4181fe29ef04fcf64f90e37edc3a064270a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib614f4181fe29ef04fcf64f90e37edc3a064270a
</pre>
</div>
</content>
</entry>
<entry>
<title>nwztools/scsitool: add a command to query multiple nvp nodes at once</title>
<updated>2017-06-18T21:16:18+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-06-18T21:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=37a945d203873a7c4e49ce5506385e82c0001d0b'/>
<id>37a945d203873a7c4e49ce5506385e82c0001d0b</id>
<content type='text'>
Change-Id: I89fed904b282a202bc845b08f4c8d1200a49636d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I89fed904b282a202bc845b08f4c8d1200a49636d
</pre>
</div>
</content>
</entry>
</feed>
