summaryrefslogtreecommitdiff
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* OS X:SND\MaddTheSane_cp2013-08-243-52/+45
* Continual improvement to OS X code.SND\MaddTheSane_cp2013-08-244-21/+35
* Moving most of the OS X preferences to auto layout, and all to 10.7.SND\MaddTheSane_cp2013-08-2225-3828/+10363
* Use SDL2.framework from /Library/Frameworks on OS X instead of miniSDL.SND\MaddTheSane_cp2013-08-2254-31680/+29
* Messing with the order of arguments of the LaunchArg class in OS X.SND\MaddTheSane_cp2013-08-223-23/+29
* Fixing a bug.SND\MaddTheSane_cp2013-08-221-1/+1
* Unloading bundles with Objective C classes is dangerous. Let's not unload the...SND\MaddTheSane_cp2013-08-211-1/+1
* Fix compiling issue.SND\MaddTheSane_cp2013-08-213-20/+22
* Fix OS X 10.8-only behavior in the XGL plug-in.SND\MaddTheSane_cp2013-08-219-85/+94
* Implement window size for the PeopsXGL plug-in on OS X.SND\MaddTheSane_cp2013-08-213-55/+358
* Make OS X's version be the current SVN version. This script will probably be ...SND\MaddTheSane_cp2013-08-192-1/+87
* Updating OS X's version to match that of Linux.SND\MaddTheSane_cp2013-08-173-17/+15
* Finish work on OS X's cheat management.SND\MaddTheSane_cp2013-08-176-826/+957
* Make more plug-ins use and implement RunOnMainThreadSync.SND\MaddTheSane_cp2013-08-177-53/+81
* Some work on the cheat window on OS X. Note that the changes are disabled by ...SND\MaddTheSane_cp2013-08-163-137/+1734
* Work on the cheat handling on OS X.SND\MaddTheSane_cp2013-08-152-40/+47
* Some preferences improvements to the PeopsSoftGL plug-in on OS X.SND\MaddTheSane_cp2013-08-102-17/+31
* Fix a problem if the memory cards couldn't be found. This fixes the plug-ins ...SND\MaddTheSane_cp2013-08-101-5/+24
* Minor spacing change in OS X's memory card manager.SND\MaddTheSane_cp2013-08-091-61/+43
* Make some functions in SoftGL on OS X use modern Objective-C syntax.SND\MaddTheSane_cp2013-08-011-11/+11
* Some work on OS X's cheat interface.SND\MaddTheSane_cp2013-08-019-6/+107
* fixing the wrong project being non-arc.SND\MaddTheSane_cp2013-07-266-52/+60
* Minor bug fixes.SND\MaddTheSane_cp2013-07-242-26/+11
* Minor changes on OS X code.SND\MaddTheSane_cp2013-07-245-5/+29
* Change the plug-in implementation on OS X's PeopsXGL plug-in.SND\MaddTheSane_cp2013-07-233-1246/+1375
* Fix debug messages when the debug file pointer isn't inited on OS X. This onl...SND\MaddTheSane_cp2013-07-201-3/+6
* Fix a leak in non-ARC code.SND\MaddTheSane_cp2013-07-162-1/+3
* Fixing bug 10934.SND\MaddTheSane_cp2013-07-122-2/+3