summaryrefslogtreecommitdiff
path: root/macosx/Pcsxr.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
* As loathe as I am to do it, making OS X's .strings files into UTF-16.SND\MaddTheSane_cp2013-10-191-98/+98
* Initial work on broad localization.SND\MaddTheSane_cp2013-10-191-0/+211
* Don’t load old pad preferences on OS X if we already have new ones.SND\MaddTheSane_cp2013-10-051-42/+11
* Minor fixes and improvements on OS X code.SND\MaddTheSane_cp2013-10-041-2/+2
* Explicitly set the path on the OS X versioning scriptSND\MaddTheSane_cp2013-09-281-1/+1
* We don’t need to “install” the plug-ins on OS X.SND\MaddTheSane_cp2013-09-221-0/+3
* On OS X, strip headers that are in the app: they most likely came from a fram...SND\MaddTheSane_cp2013-09-221-0/+15
* Generate pkginfo unconditionally.SND\MaddTheSane_cp2013-09-221-1/+0
* Making a more robust version control version tracking.SND\MaddTheSane_cp2013-09-221-20/+17
* Fiddling with the Xcode files.SND\MaddTheSane_cp2013-09-201-5/+0
* Migrating xibs to Xcode 5.SND\MaddTheSane_cp2013-09-201-31/+14
* Minor Xcode changeSND\MaddTheSane_cp2013-09-191-0/+3
* Updating the Xcode project using Xcode 5.0.SND\MaddTheSane_cp2013-09-191-1/+14
* Wait for a new physical CD to be inserted when ejecting the CD on OS X.SND\MaddTheSane_cp2013-09-161-0/+4
* Slight modification to OS X's pad plug-in code.SND\MaddTheSane_cp2013-09-121-0/+32
* Removing redundant SDK declarations in the Xcode project.SND\MaddTheSane_cp2013-09-111-30/+0
* Convert Objective-C code to modern syntax, mainly for the NSDictionaries.SND\MaddTheSane_cp2013-09-101-0/+30
* Remove 32-bit support on OS X.SND\MaddTheSane_cp2013-09-101-25/+0
* Don't generate .dsym bundle on OS X for the main app when building for debug.SND\MaddTheSane_cp2013-09-061-0/+1
* Remove the Spanish localization because there isn't a spanish .po file.SND\MaddTheSane_cp2013-09-011-78/+21
* Some more work on localization for OS X.SND\MaddTheSane_cp2013-09-011-4/+80
* Minor change to the OS X versioning script.SND\MaddTheSane_cp2013-08-301-1/+0
* Re-working how DFInput on OS X stores preferences, making it match the rest o...SND\MaddTheSane_cp2013-08-291-1/+7
* Add a symbol export file for the OS X sound plug-ins.SND\MaddTheSane_cp2013-08-281-0/+8
* 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