<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/pcsxr/macosx/plugins/DFInput/macsrc, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/pcsxr/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/pcsxr/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/'/>
<updated>2018-03-19T09:47:21+00:00</updated>
<entry>
<title>* Fix file and folder permissions</title>
<updated>2018-03-19T09:47:21+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2018-02-01T06:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=e11f002bf9a66a7cb01bba16a226dbe85b5c3c4a'/>
<id>urn:sha1:e11f002bf9a66a7cb01bba16a226dbe85b5c3c4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OS X: Move the English localization files around.</title>
<updated>2014-11-10T23:38:29+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-11-10T23:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=5fb82849d7fa24ccbf29aa3f89a52645fbc5d580'/>
<id>urn:sha1:5fb82849d7fa24ccbf29aa3f89a52645fbc5d580</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92229 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>OS X: make all ivars either be in the implementation block, or converted to Objective C 2.0 properties.</title>
<updated>2014-11-10T20:22:50+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-11-10T20:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=a96ba176322566d9d15b51c714984affcdfc6355'/>
<id>urn:sha1:a96ba176322566d9d15b51c714984affcdfc6355</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92227 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>OS X: DFInput fixes:</title>
<updated>2014-10-08T16:32:55+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-10-08T16:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=b3c099a3146fe08b1f19fbe99fe599d68eb44a72'/>
<id>urn:sha1:b3c099a3146fe08b1f19fbe99fe599d68eb44a72</id>
<content type='text'>
Set the window delegate from the nib, instead of relying on setting the notifications by NSNotificationCenter.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91801 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>OS X: Minor changes</title>
<updated>2014-05-22T04:24:14+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-05-22T04:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=bc9abb12a5632d450f6f6ba831c48ac0c020386e'/>
<id>urn:sha1:bc9abb12a5632d450f6f6ba831c48ac0c020386e</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>DFInput: Implement SDL2 GameController support.</title>
<updated>2014-04-08T02:33:19+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-04-08T02:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=c875a3566e340e366553beb2dcd6b2bcf4d5ab18'/>
<id>urn:sha1:c875a3566e340e366553beb2dcd6b2bcf4d5ab18</id>
<content type='text'>
This change allows the user to use SDL2’s GameController API instead of the Joystick API.
The Game Controller API maps the buttons similar to an Xbox 360 controller, so some tricky mapping needed to be done.
Note that it currently only supports OS X.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89828 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>OS X:</title>
<updated>2014-04-02T18:01:28+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-04-02T18:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=ebc8e55d33f011d9c44a5c76f463c99950f0e973'/>
<id>urn:sha1:ebc8e55d33f011d9c44a5c76f463c99950f0e973</id>
<content type='text'>
Stop the memory card images from animating when the preferences window closes.
Other changes and improvements.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89782 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>OS X: Check for an RTFD credits in the plug-ins.</title>
<updated>2014-03-03T19:22:10+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-03-03T19:22:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=95d8573be44b40a827f244d920b57d75ecff2a5c'/>
<id>urn:sha1:95d8573be44b40a827f244d920b57d75ecff2a5c</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89252 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>OS X: Fix some Pedantic warnings.</title>
<updated>2014-01-02T03:24:57+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-01-02T03:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=68feb9f62351a18bc52d0ad4d69c0b83231d2e77'/>
<id>urn:sha1:68feb9f62351a18bc52d0ad4d69c0b83231d2e77</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88210 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>Don’t load old pad preferences on OS X if we already have new ones.</title>
<updated>2013-10-05T03:15:55+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2013-10-05T03:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=609b09af544e8adf4f1a841f77cfe3c1203173f4'/>
<id>urn:sha1:609b09af544e8adf4f1a841f77cfe3c1203173f4</id>
<content type='text'>
Do a quick static analyze when building for release.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87356 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
</feed>
