summaryrefslogtreecommitdiff
path: root/macosx/Pcsxr.xcodeproj/project.pbxproj
Commit message (Collapse)AuthorAgeFilesLines
* Add PGXP preferences UI for OS XMrLavender2017-07-011-0/+6
|
* Fix OSX debug buildMrLavender2017-06-271-15/+1
|
* Fix OSX buildCarter Li2016-08-051-0/+36
|
* Fix build on OSXCarter Li2016-05-131-3/+34
| | | | Tested on OSX 10.11.4, Xcode v7.3
* OS X: limit what is exported on the plug-ins.SND\MaddTheSane_cp2015-02-081-0/+25
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93879 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: The SoftGL plug-in don't need to link against GLKit:SND\MaddTheSane_cp2015-02-081-2/+0
| | | | | | We don't use anything from it. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93878 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Remove the Code sign identity.SND\MaddTheSane_cp2014-11-171-1/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92300 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Consolidate the SoftGL plug-in's OpenGL functions into one file again.SND\MaddTheSane_cp2014-11-101-8/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92231 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Move the English localization files around.SND\MaddTheSane_cp2014-11-101-123/+123
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92229 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: make all ivars either be in the implementation block, or converted to ↵SND\MaddTheSane_cp2014-11-101-3/+12
| | | | | | Objective C 2.0 properties. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92227 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: update the remaining xib files.SND\MaddTheSane_cp2014-10-081-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91803 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Match the command-line arguments with those of the Linux/UNIX version.SND\MaddTheSane_cp2014-10-011-0/+3
| | | | | | Quiet warnings about comments. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91777 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: minor maintenance:SND\MaddTheSane_cp2014-09-271-29/+1
| | | | | | | Remove reference to "SJIS name": It wasn't being used anymore. Strip headers from SDL2 when copying it over: we don't need those files. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91642 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: very minor changes.SND\MaddTheSane_cp2014-09-081-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91360 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Move the default folder for the memory cards to within the user's ↵SND\MaddTheSane_cp2014-08-191-1/+1
| | | | | | Documents folder. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91262 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Generate a thumbnail image for a memory card file.SND\MaddTheSane_cp2014-07-221-2/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91028 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: trim down how much HTML code is in the SpotLight importer.SND\MaddTheSane_cp2014-07-211-4/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91022 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: more improvements to the QuickLook plug-in.SND\MaddTheSane_cp2014-07-211-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91020 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Modernize the Cocoa code using Xcode 6.SND\MaddTheSane_cp2014-07-211-41/+18
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91019 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Implement the memory card QuickLook preview.SND\MaddTheSane_cp2014-07-211-36/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91017 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Begin work on the memory card QuickLook.SND\MaddTheSane_cp2014-07-211-0/+10
| | | | | | Disable the memory card QuickLook parts: it can wait for another day. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91006 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Move source files to their own folder.SND\MaddTheSane_cp2014-07-201-15/+17
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90999 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: copy strings over as binary, except for the metadata/QuickLook plug-ins.SND\MaddTheSane_cp2014-07-191-0/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90995 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: consolidate the Xcode configs into the Xcode project itself.SND\MaddTheSane_cp2014-07-071-39/+68
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90900 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Update the metadata plug-in to be slightly fasterSND\MaddTheSane_cp2014-07-071-101/+41
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90899 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Use the proper localization code for the metadata importer.SND\MaddTheSane_cp2014-07-071-3/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: We don’t need to link to CoreData.SND\MaddTheSane_cp2014-07-071-2/+1
| | | | | | Fix improper import/include preprocessor on the importer. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90896 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: implement the metadata (Spotlight) importer for the memory cards.SND\MaddTheSane_cp2014-06-061-2/+7
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90603 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Begin working on a metadata importer for the memory cards.SND\MaddTheSane_cp2014-06-061-0/+205
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90602 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Remove the QuickLook plug-in from the copy phase.SND\MaddTheSane_cp2014-06-061-2/+10
| | | | | | I’ll have to look into why it’s misbehaving. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90601 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: working on the QuickLook generator.SND\MaddTheSane_cp2014-05-261-2/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90520 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* DFInput: Implement SDL2 GameController support.SND\MaddTheSane_cp2014-04-081-2/+2
| | | | | | | | 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
* OS X:SND\MaddTheSane_cp2014-04-021-14/+5
| | | | | | | 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
* OS X: remove deleted file from the Xcode archive.SND\MaddTheSane_cp2014-04-011-2/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89776 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Improvements.SND\MaddTheSane_cp2014-04-011-8/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89774 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Fix plist reference.SND\MaddTheSane_cp2014-03-291-6/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89718 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Copy over the QuickLook plug-in into the app.SND\MaddTheSane_cp2014-03-291-30/+43
| | | | | | Note that the QuickLook plug-in hasn’t been tested in any way, shape, or form. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89717 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Refactoring.SND\MaddTheSane_cp2014-03-291-0/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89712 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-03-291-9/+16
| | | | | | More work on the QL importer. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89711 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: More work on the QuickLook plug-in.SND\MaddTheSane_cp2014-03-281-11/+16
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89710 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Begin work on a QuickLook plug-in for freeze states.SND\MaddTheSane_cp2014-03-281-3/+198
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89709 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: SND\MaddTheSane_cp2014-03-241-2/+0
| | | | | | Looks like I still somehow managed to miss a few files… git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89549 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: clean-up after moving resources to their own directory.SND\MaddTheSane_cp2014-03-231-134/+127
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89540 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: minor changes to the localization files.SND\MaddTheSane_cp2014-03-231-4/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89537 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-03-231-5/+3
| | | | | | | Upgrade the Xcode project. Remove the localized display name. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89536 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Adding a Chinese localizable strings file to the DFSound plug-ins.SND\MaddTheSane_cp2014-03-031-8/+14
| | | | | | | Messing with the link order. Messing with the DFSound’s xib constraints. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89251 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Add precompiled header.SND\MaddTheSane_cp2014-01-251-5/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88469 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-021-16/+15
| | | | | | Changing some stuff in the Xcode project. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88220 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-021-1/+1
| | | | | | A few more minor changes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88211 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Remove untranslated Korean files.SND\MaddTheSane_cp2013-12-291-60/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88197 e17a0e51-4ae3-4d35-97c3-1a29b211df97