summaryrefslogtreecommitdiff
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
...
* Constraints change.SND\MaddTheSane_cp2013-09-282-86/+84
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87333 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Explicitly set the path on the OS X versioning scriptSND\MaddTheSane_cp2013-09-281-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87332 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Note to self: build, THEN commit.SND\MaddTheSane_cp2013-09-241-29/+28
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87298 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Continuing to mess with constraintsSND\MaddTheSane_cp2013-09-231-499/+503
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87297 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* We don’t need to “install” the plug-ins on OS X.SND\MaddTheSane_cp2013-09-222-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87263 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* On OS X, strip headers that are in the app: they most likely came from a ↵SND\MaddTheSane_cp2013-09-221-0/+15
| | | | | | framework and are unneeded bloat. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87262 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Generate pkginfo unconditionally.SND\MaddTheSane_cp2013-09-223-2/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87261 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Making a more robust version control version tracking.SND\MaddTheSane_cp2013-09-223-20/+44
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87260 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Messing with the constraints on the file XIBsSND\MaddTheSane_cp2013-09-223-424/+680
| | | | | | Moved the French preference XIB to constraints. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87259 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updating constraints on OS X XIBs.SND\MaddTheSane_cp2013-09-2211-290/+285
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87258 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Take into account if a user closed the emulator window before a new CD ↵SND\MaddTheSane_cp2013-09-222-11/+28
| | | | | | became available on OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87257 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fiddling with the Xcode files.SND\MaddTheSane_cp2013-09-204-7/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87253 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Making the (English) Preference window use auto layout.SND\MaddTheSane_cp2013-09-201-146/+383
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87252 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Migrating xibs to Xcode 5.SND\MaddTheSane_cp2013-09-2046-37812/+5951
| | | | | | Have the icons on OS X be in the new Xcode assets file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87248 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor Xcode changeSND\MaddTheSane_cp2013-09-191-0/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87234 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updating the Xcode project using Xcode 5.0.SND\MaddTheSane_cp2013-09-191-1/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87233 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updating the Info.plist files.SND\MaddTheSane_cp2013-09-1711-11/+17
| | | | | | Don't deny directories being open, just in case we get to support UTIs that are OS X packages. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87222 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Wait for a new physical CD to be inserted when ejecting the CD on OS X.SND\MaddTheSane_cp2013-09-166-98/+119
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87220 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Changing a few Objective C classes to have their ivars hidden.SND\MaddTheSane_cp2013-09-1326-1009/+660
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87167 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Quieting a warning about small integer size on OS X.SND\MaddTheSane_cp2013-09-121-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87142 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Slight modification to OS X's pad plug-in code.SND\MaddTheSane_cp2013-09-124-21/+56
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87141 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Removing redundant SDK declarations in the Xcode project.SND\MaddTheSane_cp2013-09-111-30/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87120 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Convert Objective-C code to modern syntax, mainly for the NSDictionaries.SND\MaddTheSane_cp2013-09-1026-501/+481
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87115 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Remove 32-bit support on OS X.SND\MaddTheSane_cp2013-09-1052-524/+73
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87114 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Don't generate .dsym bundle on OS X for the main app when building for debug.SND\MaddTheSane_cp2013-09-061-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87098 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Oops, forgot to remove the empty Spanish locaLization folders for the OS X ↵SND\MaddTheSane_cp2013-09-021-95/+0
| | | | | | version. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87052 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Commenting out more unlocalized French strings on OS X.SND\MaddTheSane_cp2013-09-011-12/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87049 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Remove the Spanish localization because there isn't a spanish .po file.SND\MaddTheSane_cp2013-09-0153-26722/+455
| | | | | | Translate some localizable.strings files to French, as well as some of the app's preference xib and InfoPlist.strings. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87048 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Some more work on localization for OS X.SND\MaddTheSane_cp2013-09-0145-25/+32544
| | | | | | Create a Spanish localization. It currently is just the English files copied over. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87046 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor change to the OS X versioning script.SND\MaddTheSane_cp2013-08-301-1/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87026 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Better prefs managing on the main app.SND\MaddTheSane_cp2013-08-3014-169/+148
| | | | | | Moving a few things around on the Mac side of the plug-ins. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87025 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Preference changes in OS X plug-ins.SND\MaddTheSane_cp2013-08-305-46/+52
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87024 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Re-working how DFInput on OS X stores preferences, making it match the rest ↵SND\MaddTheSane_cp2013-08-2915-466/+726
| | | | | | | | | | of the OS X plug-ins. Do some localization support work on DFInput on OS X. Bump the version in the info.plist file for DFInput to 1.5. Other code changes and improvements on the Mac port. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87023 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Add a symbol export file for the OS X sound plug-ins.SND\MaddTheSane_cp2013-08-282-0/+35
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87016 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Bumping the version up to 1.9.94.SND\MaddTheSane_cp2013-08-271-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86948 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* uncomment out some code: it no longer crashes.SND\MaddTheSane_cp2013-08-261-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86941 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Bumping the version up to 1.9.94.SND\MaddTheSane_cp2013-08-261-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86939 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor changes to the Sio1 plug-in for OS X.SND\MaddTheSane_cp2013-08-261-14/+9
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86936 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use __private_extern__ on OS X's localization functions.SND\MaddTheSane_cp2013-08-264-16/+16
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86932 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use NSApp instead of +[NSApplication sharedApplication] on the plug-ins.SND\MaddTheSane_cp2013-08-267-13/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86931 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Adding an info.plist for the shared spu library on OS X.SND\MaddTheSane_cp2013-08-265-6/+41
| | | | | | Silence a few warnings about long to int conversions on OS X code. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86929 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use a codesign for OS X to get around gatekeeper.SND\MaddTheSane_cp2013-08-261-0/+2
| | | | | | The certificate is available to those who ask. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86928 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Remove commented-out code.SND\MaddTheSane_cp2013-08-241-1/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2013-08-243-52/+45
| | | | | | | Replace CFStringCreateByCombiningStrings with NSArray's componentsJoinedByString:. Moving some class interfaces out of CheatController.h to CheatController.m git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86897 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Continual improvement to OS X code.SND\MaddTheSane_cp2013-08-244-21/+35
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86890 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Moving most of the OS X preferences to auto layout, and all to 10.7.SND\MaddTheSane_cp2013-08-2225-3828/+10363
| | | | | | | Changing some lists of independent checkbox buttons to matrices. Fix a discrepancy between SDL versions 1.2 and 2.0 APIs in OS X's input preferences. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86849 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use SDL2.framework from /Library/Frameworks on OS X instead of miniSDL.SND\MaddTheSane_cp2013-08-2254-31680/+29
| | | | | | Remove SDL code on OS X's plug-ins subdirectory. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86848 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Messing with the order of arguments of the LaunchArg class in OS X.SND\MaddTheSane_cp2013-08-223-23/+29
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86847 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixing a bug.SND\MaddTheSane_cp2013-08-221-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86811 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Unloading bundles with Objective C classes is dangerous. Let's not unload ↵SND\MaddTheSane_cp2013-08-211-1/+1
| | | | | | the plug-in at all. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86810 e17a0e51-4ae3-4d35-97c3-1a29b211df97