summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPlugin.m
Commit message (Expand)AuthorAgeFilesLines
* OS X: Move source files to their own folder.SND\MaddTheSane_cp2014-07-201-404/+0
* OS X: Minor changes to the PcsxrPlugin class.SND\MaddTheSane_cp2014-01-251-8/+7
* Removing old, outdated comments.SND\MaddTheSane_cp2013-12-021-4/+0
* Changing a few Objective C classes to have their ivars hidden.SND\MaddTheSane_cp2013-09-131-14/+16
* Convert Objective-C code to modern syntax, mainly for the NSDictionaries.SND\MaddTheSane_cp2013-09-101-1/+1
* Remove 32-bit support on OS X.SND\MaddTheSane_cp2013-09-101-20/+3
* Continual improvement to OS X code.SND\MaddTheSane_cp2013-08-241-1/+9
* Work on the cheat handling on OS X.SND\MaddTheSane_cp2013-08-151-0/+9
* Since when did PcsxrPlugin.m in Xcode get marked to use spaces instead of tabs?SND\MaddTheSane_cp2013-07-091-179/+179
* Trimming down the preprocessor macros on OS X's plugin object class.SND\MaddTheSane_cp2013-07-091-121/+115
* Clang apparently doesn't respond to -falign-loops or -finline-limit. Removing...SND\MaddTheSane_cp2013-07-081-1/+1
* Minor OS X changes.SND\MaddTheSane_cp2013-07-061-3/+3
* Get rid of the seperate ARCBridge headers.SND\MaddTheSane_cp2013-07-051-43/+56
* Change some +stringWithCString and -initWithCString:encoding: to modern Objec...SND\MaddTheSane_cp2013-07-051-1/+1
* Consolidate the plug-ins in OS X into the main PCSXR project.SND\MaddTheSane_cp2013-07-051-0/+2
* Making the SIO plug-ins work on OS X.SND\MaddTheSane_cp2013-07-051-1/+8
* fixed a memory leak in non-ARC code.SND\MaddTheSane_cp2013-01-291-5/+5
* Make sPluginList in PluginList.m unsafe-unretained so we can properly free it...SND\MaddTheSane_cp2013-01-141-29/+33
* Use strlcpy on OS X code.SND\MaddTheSane_cp2013-01-101-6/+14
* Setting the Plug-in window controllers' initial value to nil.SND\MaddTheSane_cp2013-01-101-0/+2
* Messing with the OS X plug-in code:SND\MaddTheSane_cp2013-01-101-21/+29
* Use ARC in 64-bit mode on the Mac.SND\MaddTheSane_cp2013-01-091-24/+25
* Setting end-of-line metadata.SND\MaddTheSane_cp2012-12-241-0/+0
* Fixing naming convention on a Cocoa function.SND\MaddTheSane_cp2012-10-131-11/+11
* Fix missing return statement.SND\MaddTheSane_cp2012-09-281-1/+1
* Changing encoding of c strings returned for the linker on OS X to ASCII: I do...SND\MaddTheSane_cp2012-09-231-38/+47
* Fail in PcsxrPlugin initialization if we can't find the plugin specified. Pre...SND\MaddTheSane_cp2011-12-291-0/+6
* Added sanity checking around the temporary version checking for loading libra...SND\MaddTheSane_cp2011-12-201-7/+12
* Uncomment out dlclose in SysCloseLibrary.SND\MaddTheSane_cp2011-12-181-1/+9
* Tell NSWorkspace to note the proper file path changed in PcsxrPluginHandler.SND\MaddTheSane_cp2011-12-171-3/+4
* Multiple plug-in directories support for Mac OS X. It could be better: curren...SND\MaddTheSane_cp2011-12-171-7/+39
* Actually load the Net plug-in on Mac OS X.SND\MaddTheSane_cp2011-11-291-1/+3
* Changing Mac getters to be more Objective-C.SND\MaddTheSane_cp2011-11-121-14/+14
* Big Mac Commit!SND\MaddTheSane_cp2011-11-121-2/+4
* Patch 10767 (Durandal_1707).SND\edgbla_cp2011-11-091-15/+15
* Rebranding.SND\edgbla_cp2011-06-081-0/+303