summaryrefslogtreecommitdiff
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
* Uh, oops.SND\MaddTheSane_cp2013-10-181-1/+1
* Fix the configuration window on OS X for English.SND\MaddTheSane_cp2013-10-161-44/+51
* Fix OS X’s SysPrintf, when sent strings without a newline. Before, it used ...SND\MaddTheSane_cp2013-10-161-5/+29
* Replace the deprecated kIOPMAssertionTypeNoDisplaySleep with kIOPMAssertionTy...SND\MaddTheSane_cp2013-10-161-12/+21
* Don’t load old pad preferences on OS X if we already have new ones.SND\MaddTheSane_cp2013-10-052-48/+24
* Fixing a bug I introduced.SND\MaddTheSane_cp2013-10-051-2/+2
* Minor fixes and improvements on OS X code.SND\MaddTheSane_cp2013-10-043-11/+23
* Constraints change.SND\MaddTheSane_cp2013-09-282-86/+84
* Explicitly set the path on the OS X versioning scriptSND\MaddTheSane_cp2013-09-281-1/+1
* Note to self: build, THEN commit.SND\MaddTheSane_cp2013-09-241-29/+28
* Continuing to mess with constraintsSND\MaddTheSane_cp2013-09-231-499/+503
* We don’t need to “install” the plug-ins on OS X.SND\MaddTheSane_cp2013-09-222-0/+4
* 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-223-2/+1
* Making a more robust version control version tracking.SND\MaddTheSane_cp2013-09-223-20/+44
* Messing with the constraints on the file XIBsSND\MaddTheSane_cp2013-09-223-424/+680
* Updating constraints on OS X XIBs.SND\MaddTheSane_cp2013-09-2211-290/+285
* Take into account if a user closed the emulator window before a new CD became...SND\MaddTheSane_cp2013-09-222-11/+28
* Fiddling with the Xcode files.SND\MaddTheSane_cp2013-09-204-7/+6
* Making the (English) Preference window use auto layout.SND\MaddTheSane_cp2013-09-201-146/+383
* Migrating xibs to Xcode 5.SND\MaddTheSane_cp2013-09-2046-37812/+5951
* Minor Xcode changeSND\MaddTheSane_cp2013-09-191-0/+3
* Updating the Xcode project using Xcode 5.0.SND\MaddTheSane_cp2013-09-191-1/+14
* Updating the Info.plist files.SND\MaddTheSane_cp2013-09-1711-11/+17
* Wait for a new physical CD to be inserted when ejecting the CD on OS X.SND\MaddTheSane_cp2013-09-166-98/+119
* Changing a few Objective C classes to have their ivars hidden.SND\MaddTheSane_cp2013-09-1326-1009/+660
* Quieting a warning about small integer size on OS X.SND\MaddTheSane_cp2013-09-121-1/+2
* Slight modification to OS X's pad plug-in code.SND\MaddTheSane_cp2013-09-124-21/+56
* 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-1026-501/+481
* Remove 32-bit support on OS X.SND\MaddTheSane_cp2013-09-1052-524/+73
* Don't generate .dsym bundle on OS X for the main app when building for debug.SND\MaddTheSane_cp2013-09-061-0/+1
* Oops, forgot to remove the empty Spanish locaLization folders for the OS X ve...SND\MaddTheSane_cp2013-09-021-95/+0
* Commenting out more unlocalized French strings on OS X.SND\MaddTheSane_cp2013-09-011-12/+12
* Remove the Spanish localization because there isn't a spanish .po file.SND\MaddTheSane_cp2013-09-0153-26722/+455
* Some more work on localization for OS X.SND\MaddTheSane_cp2013-09-0145-25/+32544
* Minor change to the OS X versioning script.SND\MaddTheSane_cp2013-08-301-1/+0
* Better prefs managing on the main app.SND\MaddTheSane_cp2013-08-3014-169/+148
* Preference changes in OS X plug-ins.SND\MaddTheSane_cp2013-08-305-46/+52
* Re-working how DFInput on OS X stores preferences, making it match the rest o...SND\MaddTheSane_cp2013-08-2915-466/+726
* Add a symbol export file for the OS X sound plug-ins.SND\MaddTheSane_cp2013-08-282-0/+35
* Bumping the version up to 1.9.94.SND\MaddTheSane_cp2013-08-271-2/+2
* uncomment out some code: it no longer crashes.SND\MaddTheSane_cp2013-08-261-1/+1
* Bumping the version up to 1.9.94.SND\MaddTheSane_cp2013-08-261-1/+1
* Minor changes to the Sio1 plug-in for OS X.SND\MaddTheSane_cp2013-08-261-14/+9
* Use __private_extern__ on OS X's localization functions.SND\MaddTheSane_cp2013-08-264-16/+16
* Use NSApp instead of +[NSApplication sharedApplication] on the plug-ins.SND\MaddTheSane_cp2013-08-267-13/+6
* Adding an info.plist for the shared spu library on OS X.SND\MaddTheSane_cp2013-08-265-6/+41
* Use a codesign for OS X to get around gatekeeper.SND\MaddTheSane_cp2013-08-261-0/+2
* Remove commented-out code.SND\MaddTheSane_cp2013-08-241-1/+0