<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/InputCommon/ControllerInterface/OSX, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>normalize and check upper/lower bounds of hats input on OS X</title>
<updated>2016-02-05T21:40:59+00:00</updated>
<author>
<name>Nick Tiberi</name>
<email>nicktiberi@gmail.com</email>
</author>
<published>2016-02-04T20:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e7ad0fd600e56d4779dc1ad5549762f5978be043'/>
<id>e7ad0fd600e56d4779dc1ad5549762f5978be043</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>InputCommon: Use NSNumber numeric literals in Obj-C code</title>
<updated>2015-10-02T17:23:46+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-10-02T17:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a30681834c78fcf218fcdbbbe377032a2947a001'/>
<id>a30681834c78fcf218fcdbbbe377032a2947a001</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ControllerInterface: Fix -Winconsistent-missing-override warnings on OSX</title>
<updated>2015-09-17T19:15:15+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-09-17T19:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c3332604fa2e8dd7b41d8f28883fe3606261db32'/>
<id>c3332604fa2e8dd7b41d8f28883fe3606261db32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misc. clang warnings - mostly complaints about inconsistent use of override.</title>
<updated>2015-06-21T19:42:49+00:00</updated>
<author>
<name>comex</name>
<email>comexk@gmail.com</email>
</author>
<published>2015-06-21T19:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=700b850acdb4895a6f70942d1470e998d76819c1'/>
<id>700b850acdb4895a6f70942d1470e998d76819c1</id>
<content type='text'>
Previously, MacOpenFile only overrode anything on OS X; otherwise it was
just a useless method, which is presumably why it wasn't marked override
in the first place.  Address this more sanely by wrapping it in #ifdef
__APPLE__.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, MacOpenFile only overrode anything on OS X; otherwise it was
just a useless method, which is presumably why it wasn't marked override
in the first place.  Address this more sanely by wrapping it in #ifdef
__APPLE__.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set copyright year to when a file was created</title>
<updated>2015-05-25T11:22:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-24T04:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=30ebb2459eb97ba544547183854775df8460b475'/>
<id>30ebb2459eb97ba544547183854775df8460b475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update license headers to GPLv2+</title>
<updated>2015-05-25T11:22:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-17T23:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8'/>
<id>cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ControllerInterface: Make UpdateInput / UpdateOutput return void</title>
<updated>2014-11-28T18:50:45+00:00</updated>
<author>
<name>Jasper St. Pierre</name>
<email>jstpierre@mecheye.net</email>
</author>
<published>2014-11-13T08:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f2787f620eebbbfb746f59cfbd0318210297061b'/>
<id>f2787f620eebbbfb746f59cfbd0318210297061b</id>
<content type='text'>
The return values here have never been checked, so it doesn't make sense
to return a value to begin with.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The return values here have never been checked, so it doesn't make sense
to return a value to begin with.
</pre>
</div>
</content>
</entry>
<entry>
<title>ControllerInterface: Implement dummy UpdateInput / UpdateOutputs</title>
<updated>2014-11-28T18:50:45+00:00</updated>
<author>
<name>Jasper St. Pierre</name>
<email>jstpierre@mecheye.net</email>
</author>
<published>2014-11-13T08:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=367a42dcfdf61e5fcd3e3444190ed25d4d8fc114'/>
<id>367a42dcfdf61e5fcd3e3444190ed25d4d8fc114</id>
<content type='text'>
Make the implementation here a bit easier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the implementation here a bit easier.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make some OSX-only functions static</title>
<updated>2014-10-28T12:41:50+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-10-28T12:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fd39454ad3db02cf702527442c97b364c8b6b991'/>
<id>fd39454ad3db02cf702527442c97b364c8b6b991</id>
<content type='text'>
Gets rid of function prototype warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gets rid of function prototype warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill off the wx casts within InputCommon and GLInterface.</title>
<updated>2014-09-14T05:07:08+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-09-14T05:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=357c0adc3c89d4eff44e30419ee09914b136df97'/>
<id>357c0adc3c89d4eff44e30419ee09914b136df97</id>
<content type='text'>
All because someone didn't actually return the wxWindow handle for the edge case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All because someone didn't actually return the wxWindow handle for the edge case.
</pre>
</div>
</content>
</entry>
</feed>
