summaryrefslogtreecommitdiff
path: root/macosx/Pcsxr.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
* Use __private_extern__ on OS X's localization functions.SND\MaddTheSane_cp2013-08-261-10/+10
* Use NSApp instead of +[NSApplication sharedApplication] on the plug-ins.SND\MaddTheSane_cp2013-08-261-1/+0
* Adding an info.plist for the shared spu library on OS X.SND\MaddTheSane_cp2013-08-261-0/+20
* Use a codesign for OS X to get around gatekeeper.SND\MaddTheSane_cp2013-08-261-0/+2
* Moving most of the OS X preferences to auto layout, and all to 10.7.SND\MaddTheSane_cp2013-08-221-6/+3
* Use SDL2.framework from /Library/Frameworks on OS X instead of miniSDL.SND\MaddTheSane_cp2013-08-221-413/+22
* Fix compiling issue.SND\MaddTheSane_cp2013-08-211-1/+4
* Make OS X's version be the current SVN version. This script will probably be ...SND\MaddTheSane_cp2013-08-191-0/+86
* Updating OS X's version to match that of Linux.SND\MaddTheSane_cp2013-08-171-6/+9
* Finish work on OS X's cheat management.SND\MaddTheSane_cp2013-08-171-0/+6
* Some work on OS X's cheat interface.SND\MaddTheSane_cp2013-08-011-2/+8
* fixing the wrong project being non-arc.SND\MaddTheSane_cp2013-07-261-4/+4
* Minor bug fixes.SND\MaddTheSane_cp2013-07-241-24/+9
* Minor changes on OS X code.SND\MaddTheSane_cp2013-07-241-0/+24
* Don't build the mini-SDL library with ARC.SND\MaddTheSane_cp2013-07-111-0/+3
* Changing a lot of NSLogs to SysPrintf on OS X's PCSXR.SND\MaddTheSane_cp2013-07-091-0/+1
* Include file missing from last commit.SND\MaddTheSane_cp2013-07-091-2/+4
* Since when did PcsxrPlugin.m in Xcode get marked to use spaces instead of tabs?SND\MaddTheSane_cp2013-07-091-21/+21
* Have the arguments passed to the OS X app be done in a specific order, so i.e...SND\MaddTheSane_cp2013-07-081-10/+24
* Clang apparently doesn't respond to -falign-loops or -finline-limit. Removing...SND\MaddTheSane_cp2013-07-081-8/+6
* Rewriting the memory card management on OS X. It's lacking copy capability ri...SND\MaddTheSane_cp2013-07-081-0/+12
* Moving the memory card manager to the preferences window.SND\MaddTheSane_cp2013-07-061-12/+0
* Minor OS X changes.SND\MaddTheSane_cp2013-07-061-8/+8
* Get rid of the seperate ARCBridge headers.SND\MaddTheSane_cp2013-07-051-14/+0
* Change some +stringWithCString and -initWithCString:encoding: to modern Objec...SND\MaddTheSane_cp2013-07-051-3/+3
* Removing unneeded preprocessor defenitions on OS X.SND\MaddTheSane_cp2013-07-051-6/+0
* Grouping similar classes in Xcode.SND\MaddTheSane_cp2013-07-051-36/+308
* Consolidate the plug-ins in OS X into the main PCSXR project.SND\MaddTheSane_cp2013-07-051-326/+2490
* Moving the Xcode config files to their own folder, and fixing the projects' r...SND\MaddTheSane_cp2013-07-051-4/+5
* Implement the Xcode setting files on Xcode projects.SND\MaddTheSane_cp2013-07-051-61/+13
* Making the SIO plug-ins work on OS X.SND\MaddTheSane_cp2013-07-051-42/+125
* Make the plug-ins use ARC in 64-bit mode.SND\MaddTheSane_cp2013-07-041-5/+22
* Ignore files passed via the command line if we're parsing.SND\MaddTheSane_cp2013-06-221-0/+1
* Apply patch 13980, with fixes to get it working properly. This allows a cheat...SND\MaddTheSane_cp2013-03-031-0/+19
* Updating Xcode project files based on Xcode 4.6 upgrade recommendation.SND\MaddTheSane_cp2013-01-291-1/+15
* Bumping the minimum OS X version to 10.7.SND\MaddTheSane_cp2013-01-201-2/+2
* Use ARC in 64-bit mode on the Mac.SND\MaddTheSane_cp2013-01-091-1/+5
* Build the Recent Menu source file.SND\MaddTheSane_cp2013-01-081-0/+2
* Add a recent menu.SND\MaddTheSane_cp2012-12-201-0/+4
* Mac Patch 13437.SND\MaddTheSane_cp2012-12-151-2/+26
* Quieting a warning found by Clang's static analyzer.SND\MaddTheSane_cp2012-10-101-8/+0
* Adding AppKit and Foundation frameworks on OS X for easy function lookup.SND\MaddTheSane_cp2012-09-231-0/+4
* Main Xcode project changed slightly.SND\MaddTheSane_cp2012-09-171-10/+8
* Updating projects to build on Xcode 4.4SND\MaddTheSane_cp2012-09-171-3/+5
* Setting the proper encodings on the sound plug-ins' InfoPlist.strings.SND\MaddTheSane_cp2011-12-311-6/+8
* committing Xcode project. Forgot to do so earlier.SND\MaddTheSane_cp2011-12-121-0/+12
* Rewrote the file handling on Mac OS X.SND\MaddTheSane_cp2011-12-111-12/+14
* Removed -mstackrealign. It was impossible to debug with THAT, too. Also, it's...SND\MaddTheSane_cp2011-12-101-5/+1
* Passing -mstackrealign compiler flag when building on Mac OS X. This fixes ru...SND\MaddTheSane_cp2011-12-061-2/+5
* Made it so that opening a memory card on PCSXR for the Mac allows you to set ...SND\MaddTheSane_cp2011-12-041-0/+19