<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinWX/ISOFile.cpp, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>ISOProperties/GameListCtrl: Use Global INI Change event.</title>
<updated>2016-05-29T14:49:11+00:00</updated>
<author>
<name>EmptyChaos</name>
<email>EmptyChaos@users.noreply.github.com</email>
</author>
<published>2016-05-29T14:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=309d0e59f4697fdfc2763c7d3ee0075c514abe9b'/>
<id>309d0e59f4697fdfc2763c7d3ee0075c514abe9b</id>
<content type='text'>
ISOProperties no longer needs its hack to refresh the game list, the
new INI Modified event can be used instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ISOProperties no longer needs its hack to refresh the game list, the
new INI Modified event can be used instead.
</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>Don't read from volume when reloading Wii banners</title>
<updated>2015-12-03T16:29:59+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-12-03T16:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a0cd753060fb8b2701c4e1733cc56da4523f852c'/>
<id>a0cd753060fb8b2701c4e1733cc56da4523f852c</id>
<content type='text'>
Should make loading cached Wii games that lack banners slightly faster.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should make loading cached Wii games that lack banners slightly faster.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3111 from JosJuice/wx-banner-scaling</title>
<updated>2015-12-02T12:59:13+00:00</updated>
<author>
<name>Markus Wick</name>
<email>degasus@users.noreply.github.com</email>
</author>
<published>2015-12-02T12:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4a40e7b40534bba3da4939c0060ee4f35cc59125'/>
<id>4a40e7b40534bba3da4939c0060ee4f35cc59125</id>
<content type='text'>
DolphinWX: Improve HBC banner scaling</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DolphinWX: Improve HBC banner scaling</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3211 from JosJuice/themes-to-resources</title>
<updated>2015-11-27T10:47:44+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2015-11-27T10:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5a1729877e5d0f801d18bafc3ca134721da4959f'/>
<id>5a1729877e5d0f801d18bafc3ca134721da4959f</id>
<content type='text'>
Move nobanner and fileplatform from Themes to Resources</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move nobanner and fileplatform from Themes to Resources</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>ISOFile/GameFile: Simplify IsElfOrDol</title>
<updated>2015-11-27T09:50:19+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-11-15T17:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4249d9ef773a027d13630044522579af582dbdba'/>
<id>4249d9ef773a027d13630044522579af582dbdba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ISOFile: Get rid of explicit deletes</title>
<updated>2015-11-22T02:15:01+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-11-22T02:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=35b02db39d845fb8a78920d3929d308592bbd219'/>
<id>35b02db39d845fb8a78920d3929d308592bbd219</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ISOFile/GameFile: Clean up includes</title>
<updated>2015-11-15T16:15:16+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-11-15T16:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=eeda0564908ed68aef011668bb47c15d972954db'/>
<id>eeda0564908ed68aef011668bb47c15d972954db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Respect aspect ratio of banners</title>
<updated>2015-09-30T19:31:20+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-09-30T19:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=dec142cd00e0f5d81a01ab9d85e86ca613bbcfb7'/>
<id>dec142cd00e0f5d81a01ab9d85e86ca613bbcfb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
