<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Data/Sys/Resources, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Use optipng too.</title>
<updated>2016-02-29T16:08:18+00:00</updated>
<author>
<name>Alcaro</name>
<email>floating@muncher.se</email>
</author>
<published>2016-02-29T15:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=da68dfc2f4dd6c5ff446578785ee74eb3af60857'/>
<id>da68dfc2f4dd6c5ff446578785ee74eb3af60857</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run pngout and zopflipng on every single PNG in this repo.</title>
<updated>2016-02-27T21:25:51+00:00</updated>
<author>
<name>Alcaro</name>
<email>floating@muncher.se</email>
</author>
<published>2016-02-27T21:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a79d9ccfa14bcddb07d3d0a34e990c3410773313'/>
<id>a79d9ccfa14bcddb07d3d0a34e990c3410773313</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the size of the Wii platform icon</title>
<updated>2016-01-06T20:26:53+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2016-01-06T20:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d41821b49ec56b42a5cfe5201cf84c2042fa142d'/>
<id>d41821b49ec56b42a5cfe5201cf84c2042fa142d</id>
<content type='text'>
In DolphinWX, the right edge of the Wii platform icon used to be bit
too close to the banner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In DolphinWX, the right edge of the Wii platform icon used to be bit
too close to the banner.
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Stop using XPM images</title>
<updated>2016-01-05T18:11:58+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-12-19T10:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=81466d7fa3bd3fdbb4f00039342d878c4dc8aad7'/>
<id>81466d7fa3bd3fdbb4f00039342d878c4dc8aad7</id>
<content type='text'>
Using the XPM format for images has become a maintenance problem because
people don't know how to create them. This commit removes all XPM images
and all C files that contain PNG images. DolphinWX now uses the PNGs
in the Resources folder instead, just like DolphinQt and DolphinQt2 do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the XPM format for images has become a maintenance problem because
people don't know how to create them. This commit removes all XPM images
and all C files that contain PNG images. DolphinWX now uses the PNGs
in the Resources folder instead, just like DolphinQt and DolphinQt2 do.
</pre>
</div>
</content>
</entry>
<entry>
<title>New 32x32 platform icons by MaJoR</title>
<updated>2016-01-05T18:04:10+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2016-01-05T15:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=460cef492a5b18dae8e9701ecbd324331b2929e3'/>
<id>460cef492a5b18dae8e9701ecbd324331b2929e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove padding from platform icons and rating icons</title>
<updated>2016-01-05T15:57:31+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-12-19T10:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ea7d686811e394d4c059a16062099d0e9b1b26a3'/>
<id>ea7d686811e394d4c059a16062099d0e9b1b26a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move nobanner and fileplatform from Themes to Resources</title>
<updated>2015-11-27T10:09:20+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-10-30T09:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9b2fe62bc99221678bce66ab4694f06296ec2fdb'/>
<id>9b2fe62bc99221678bce66ab4694f06296ec2fdb</id>
<content type='text'>
fileplatform is moved so it's in the same place as the other platform
icons, and nobanner is moved just because it fits better in Resources.
Both of them were identical in all of Dolphin's themes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fileplatform is moved so it's in the same place as the other platform
icons, and nobanner is moved just because it fits better in Resources.
Both of them were identical in all of Dolphin's themes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Resources: Update flag for Australia</title>
<updated>2015-11-13T21:15:31+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-11-13T21:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=18fc7931fbe8f13ddf71e9ae7c70f94f3baa82f1'/>
<id>18fc7931fbe8f13ddf71e9ae7c70f94f3baa82f1</id>
<content type='text'>
The updated flag is by MaJoR, as usual. 93e46631 updated all other flags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The updated flag is by MaJoR, as usual. 93e46631 updated all other flags.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding new flag icons.</title>
<updated>2015-07-11T07:06:38+00:00</updated>
<author>
<name>MaJoRoesch</name>
<email>majoroesch@gmail.com</email>
</author>
<published>2015-07-11T06:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=93e46631a303be7c284f8f49f13e0e56b1e4c919'/>
<id>93e46631a303be7c284f8f49f13e0e56b1e4c919</id>
<content type='text'>
Forgot the HiDPI icons. &gt;_&gt;

MaJoR broke the Taiwan flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgot the HiDPI icons. &gt;_&gt;

MaJoR broke the Taiwan flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to beautify About dialog on OS X.</title>
<updated>2015-04-25T11:22:32+00:00</updated>
<author>
<name>Jeffrey Pfau</name>
<email>jeffrey@endrift.com</email>
</author>
<published>2015-04-25T11:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=addbafcfda08096a118f98c46bec8fb85e4ac238'/>
<id>addbafcfda08096a118f98c46bec8fb85e4ac238</id>
<content type='text'>
Added a 2x version of the logo, and cleaned up layout a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a 2x version of the logo, and cleaned up layout a bit.
</pre>
</div>
</content>
</entry>
</feed>
