<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/pcsxr/macosx/plugins/PeopsXgl/macsrc/drawgl.m, 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>Remove 32-bit support on OS X.</title>
<updated>2013-09-10T18:18:15+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2013-09-10T18:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=a3ac4842bd5c7058b1363f7d3307f61724fc7178'/>
<id>urn:sha1:a3ac4842bd5c7058b1363f7d3307f61724fc7178</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87114 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>Make more plug-ins use and implement RunOnMainThreadSync.</title>
<updated>2013-08-17T20:06:59+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2013-08-17T20:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=37ba81a540460a7d34a33c23d2353ac84f887576'/>
<id>urn:sha1:37ba81a540460a7d34a33c23d2353ac84f887576</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86706 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>Change some +stringWithCString and -initWithCString:encoding: to modern Objective-C syntax.</title>
<updated>2013-07-05T21:59:24+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2013-07-05T21:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=d50bdc6fb2378fc3219e14c47a7b1adc60ee2203'/>
<id>urn:sha1:d50bdc6fb2378fc3219e14c47a7b1adc60ee2203</id>
<content type='text'>
Change the encoding of a couple of info.plists to UTF-8, otherwise Xcode was complaining.
Removing some extra line breaks on OS X code.
Other minor changes.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85867 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>get rid of extra, blank lines on OS X.</title>
<updated>2013-07-04T19:43:04+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2013-07-04T19:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=1d282b58e4404a18efe7095b4a51da0832749add'/>
<id>urn:sha1:1d282b58e4404a18efe7095b4a51da0832749add</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85818 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>Make the plug-ins use ARC in 64-bit mode.</title>
<updated>2013-07-04T03:07:44+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2013-07-04T03:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=dd7da2fae96b9ba6bdbc28f7b26469373801f21e'/>
<id>urn:sha1:dd7da2fae96b9ba6bdbc28f7b26469373801f21e</id>
<content type='text'>
Change how the preprocessor macros are managed on OS X.
Set the name of the product to the target name.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85795 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>Setting end-of-line metadata.</title>
<updated>2012-12-24T21:25:14+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2012-12-24T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=4e301cfdb8cebec150abf82667e0564526ce4be6'/>
<id>urn:sha1:4e301cfdb8cebec150abf82667e0564526ce4be6</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81971 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>Implement fast-forward in the display plug-ins for OS X.</title>
<updated>2012-12-20T23:04:58+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2012-12-20T23:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=520a24fb83acd0bb98f8b364aa5ea1ceae43f76a'/>
<id>urn:sha1:520a24fb83acd0bb98f8b364aa5ea1ceae43f76a</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81907 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>Mac Patch 13437.</title>
<updated>2012-12-15T21:07:55+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2012-12-15T21:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=be3d963074ee8adf5da0371761e090488b3681d3'/>
<id>urn:sha1:be3d963074ee8adf5da0371761e090488b3681d3</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81770 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>Changing Mac getters to be more Objective-C.</title>
<updated>2011-11-12T22:50:37+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2011-11-12T22:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=b83c8fe686c5374b38b31510f9803d3908d0c4f8'/>
<id>urn:sha1:b83c8fe686c5374b38b31510f9803d3908d0c4f8</id>
<content type='text'>
Getters in Objective-C are just named what they are getting, I.E. "getVariable" isn't valid, but "variable" is.

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