<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Plugins/Plugin_VideoSoftware/Src/VideoConfigDialog.cpp, branch 4.0.1</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Software Renderer: Show each backend's display name instead of its short name in the config dialog.</title>
<updated>2013-08-12T16:30:42+00:00</updated>
<author>
<name>NeoBrainX</name>
<email>NeoBrainX@gmail.com</email>
</author>
<published>2013-08-12T16:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=057551ada7eb5742e95ee9810086d4209998a66d'/>
<id>057551ada7eb5742e95ee9810086d4209998a66d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New license header introduced to all Video based projects.</title>
<updated>2013-04-18T03:29:41+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2013-04-18T03:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e78d99e5c17009d5fc12bfd24298861d424b7846'/>
<id>e78d99e5c17009d5fc12bfd24298861d424b7846</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 most (99.99%) of the tab/space mismatches in the VideoSoftware project.</title>
<updated>2013-04-14T03:54:02+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2013-04-14T03:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7ab0cca6455830a838b1b1e38e2c3f265e4e5d0b'/>
<id>7ab0cca6455830a838b1b1e38e2c3f265e4e5d0b</id>
<content type='text'>
Got rid of trailing spaces that were unnecessary too.

Also update the license header for this project. We don't use SVN anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Got rid of trailing spaces that were unnecessary too.

Also update the license header for this project. We don't use SVN anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill some unnecessary c_str and use StrToWxStr in a few places that I missed.</title>
<updated>2013-02-28T08:40:03+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2013-02-28T08:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=03ec9a2e088b0818bf02a5bc2ffda4a512cba2b7'/>
<id>03ec9a2e088b0818bf02a5bc2ffda4a512cba2b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to be consistent with conversions between std::string and wxString.</title>
<updated>2013-02-28T08:30:05+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2013-02-28T04:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=56f09d3b91479deb0f3ae3c7ce623c7a4724e087'/>
<id>56f09d3b91479deb0f3ae3c7ce623c7a4724e087</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace this-&gt;Bind with Bind</title>
<updated>2013-01-13T09:33:11+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2013-01-13T09:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5dbc3b32197bdac2037f7ba261adbf15303c98a0'/>
<id>5dbc3b32197bdac2037f7ba261adbf15303c98a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate nearly all the _connect_macro_ ugliness by using wxw's newish Bind functions.</title>
<updated>2013-01-13T09:06:56+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2013-01-13T08:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=eca93c4c195963f4bd235692d2f0b584f6495d12'/>
<id>eca93c4c195963f4bd235692d2f0b584f6495d12</id>
<content type='text'>
Unlike Connect, Bind is quite type-safe.
I also seem to have fixed some errors in the input config dialog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unlike Connect, Bind is quite type-safe.
I also seem to have fixed some errors in the input config dialog.
</pre>
</div>
</content>
</entry>
<entry>
<title>Last major UI change before release.</title>
<updated>2011-06-02T19:32:34+00:00</updated>
<author>
<name>NeoBrainX</name>
<email>NeoBrainX@googlemail.com</email>
</author>
<published>2011-06-02T19:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=837375a13dfb96051a6b370eb132c1e0c9f3f447'/>
<id>837375a13dfb96051a6b370eb132c1e0c9f3f447</id>
<content type='text'>
- Moved display related options in the "Display" tab from the general config to the gfx config, renamed the tab to "Interface"
- Moved Wiimote related options in the "Wii" tab from the general config to the wiimote config
- Moved various other options to more appropriate places ("Set Console as NTSC-J", "Skip GC BIOS"
- Dropped "Window Size" adjustment
- Now displaying a warning if one tries to enable software rendering
- Other minor changes

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7577 8ced0084-cf51-0410-be5f-012b33b47a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Moved display related options in the "Display" tab from the general config to the gfx config, renamed the tab to "Interface"
- Moved Wiimote related options in the "Wii" tab from the general config to the wiimote config
- Moved various other options to more appropriate places ("Set Console as NTSC-J", "Skip GC BIOS"
- Dropped "Window Size" adjustment
- Now displaying a warning if one tries to enable software rendering
- Other minor changes

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7577 8ced0084-cf51-0410-be5f-012b33b47a6e
</pre>
</div>
</content>
</entry>
<entry>
<title>More work on making dialogs close when escape is pressed, and some general GUI code clean up.</title>
<updated>2011-03-16T22:22:21+00:00</updated>
<author>
<name>Glenn Rice</name>
<email>glennricster@gmail.com</email>
</author>
<published>2011-03-16T22:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bca4f94b47c13f6ddc9e00f451d32b1cc9cc54fb'/>
<id>bca4f94b47c13f6ddc9e00f451d32b1cc9cc54fb</id>
<content type='text'>
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7360 8ced0084-cf51-0410-be5f-012b33b47a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7360 8ced0084-cf51-0410-be5f-012b33b47a6e
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate helper functions from VideoSoftware's VideoConfigDialog</title>
<updated>2011-02-12T09:10:11+00:00</updated>
<author>
<name>Soren Jorvang</name>
<email>soren.jorvang@gmail.com</email>
</author>
<published>2011-02-12T09:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7753937e314fe00abbf1daf291a42a3fd3b9192d'/>
<id>7753937e314fe00abbf1daf291a42a3fd3b9192d</id>
<content type='text'>
into the shared VideoConfigDiag.

Clean up the list of hotkey defaults a little.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7148 8ced0084-cf51-0410-be5f-012b33b47a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
into the shared VideoConfigDiag.

Clean up the list of hotkey defaults a little.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7148 8ced0084-cf51-0410-be5f-012b33b47a6e
</pre>
</div>
</content>
</entry>
</feed>
