summaryrefslogtreecommitdiff
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Fix missing return statement.SND\MaddTheSane_cp2012-09-281-1/+1
* Quieting a warning in OS X localization implementation.SND\MaddTheSane_cp2012-09-2311-56/+248
* Changing encoding of c strings returned for the linker on OS X to ASCII: I do...SND\MaddTheSane_cp2012-09-235-68/+96
* Adding AppKit and Foundation frameworks on OS X for easy function lookup.SND\MaddTheSane_cp2012-09-231-0/+4
* Modernizing PeopsXGL for OS X.SND\MaddTheSane_cp2012-09-231-15/+10
* Quiet a warning in 64-bit code while not triggering a similar warning in 32-b...SND\MaddTheSane_cp2012-09-211-2/+2
* Main Xcode project changed slightly.SND\MaddTheSane_cp2012-09-172-18/+21
* Updating projects to build on Xcode 4.4SND\MaddTheSane_cp2012-09-1716-261/+1227
* Make repetitive array creation only happen once on OS X.SND\MaddTheSane_cp2012-05-235-5/+24
* Setting PcsxrMemCardDocument to be readable to Interface Builder 3.2.SND\MaddTheSane_cp2012-05-231-6/+20
* Basic widescreen support for Mac OS X.SND\MaddTheSane_cp2012-05-234-33/+142
* Updated Free Software Foundation address (Jem256).SND\dario86_cp2012-02-1944-45/+45
* Setting the proper encodings on the sound plug-ins' InfoPlist.strings.SND\MaddTheSane_cp2011-12-312-8/+10
* Fixing memory leak.SND\MaddTheSane_cp2011-12-311-0/+2
* Check to see if the file exists before returning it in HandleBinCue.SND\MaddTheSane_cp2011-12-301-0/+2
* Try to figure out the .bin name from a cue sheet. If that fails, use the old ...SND\MaddTheSane_cp2011-12-301-2/+33
* Fail in PcsxrPlugin initialization if we can't find the plugin specified. Pre...SND\MaddTheSane_cp2011-12-291-0/+6
* fixing the PeopsSPU Xcode projectSND\MaddTheSane_cp2011-12-281-14/+14
* rearranging Sound plug-in for Mac.SND\MaddTheSane_cp2011-12-2814-72/+1377
* Changing the cue UTI to com.goldenhawk.cdrwin-cuesheet from Boxer.SND\MaddTheSane_cp2011-12-282-3/+6
* Make IsCdHandleOpen() on Mac match the Linux method.SND\MaddTheSane_cp2011-12-271-1/+1
* Thinning down PcsxrMemoryObject header down even more.SND\MaddTheSane_cp2011-12-262-10/+14
* Adding my name to the Coders list in Credits.rtf.SND\MaddTheSane_cp2011-12-202-25/+27
* Use proper init function for NSURL. This should fix the inability to run ISOs...SND\MaddTheSane_cp2011-12-201-1/+1
* Added sanity checking around the temporary version checking for loading libra...SND\MaddTheSane_cp2011-12-201-7/+12
* Changed utisCanHandle to supportedUTIs.SND\MaddTheSane_cp2011-12-187-25/+25
* Uncomment out dlclose in SysCloseLibrary.SND\MaddTheSane_cp2011-12-182-2/+10
* Tell NSWorkspace to note the proper file path changed in PcsxrPluginHandler.SND\MaddTheSane_cp2011-12-173-4/+6
* Multiple plug-in directories support for Mac OS X. It could be better: curren...SND\MaddTheSane_cp2011-12-175-23/+65
* Reduce code duplication in -[PcsxrController application:openFile:].SND\MaddTheSane_cp2011-12-177-23/+39
* Passing CFStrings to UTTypeEqual for constant strings.SND\MaddTheSane_cp2011-12-152-9/+11
* Fixed a memory leak in HandleBinCue.SND\MaddTheSane_cp2011-12-121-2/+6
* Messing with UTIs.SND\MaddTheSane_cp2011-12-121-2/+7
* Fixed missing return type.SND\MaddTheSane_cp2011-12-121-1/+1
* Fixed possible bug.SND\MaddTheSane_cp2011-12-121-1/+1
* committing Xcode project. Forgot to do so earlier.SND\MaddTheSane_cp2011-12-121-0/+12
* Renaming com.codeplex.pcsxr.mdfdisc to com.alcohol-soft.mdfdisc, since the fo...SND\MaddTheSane_cp2011-12-128-25/+137
* Rewrote the file handling on Mac OS X.SND\MaddTheSane_cp2011-12-1114-450/+284
* Removed -mstackrealign. It was impossible to debug with THAT, too. Also, it's...SND\MaddTheSane_cp2011-12-101-5/+1
* Moving things around in the Memory manager for Mac OS X.SND\MaddTheSane_cp2011-12-094-62/+144
* Let's make sure the memory card is created before posting a notification abou...SND\MaddTheSane_cp2011-12-082-2/+7
* Use actual UTIs of most of the disk image formats. Not .bin, though. That's u...SND\MaddTheSane_cp2011-12-072-6/+3
* Passing -mstackrealign compiler flag when building on Mac OS X. This fixes ru...SND\MaddTheSane_cp2011-12-061-2/+5
* Prevent a blank memory card selector from popping up at launch.SND\MaddTheSane_cp2011-12-061-0/+4
* Workaround to get PCSXR for Mac to have ISOs selectable.SND\MaddTheSane_cp2011-12-052-3/+3
* Removing one nib that didn't get deletedSND\MaddTheSane_cp2011-12-053-0/+0
* Added PcsxrMemCardController to those listening for changes in the memory card.SND\MaddTheSane_cp2011-12-043-3/+18
* Made it so that opening a memory card on PCSXR for the Mac allows you to set ...SND\MaddTheSane_cp2011-12-047-12/+893
* Fixes for some problems found with Xcode's static analyzer. There are more, b...SND\MaddTheSane_cp2011-12-032-8/+2
* Link Enable NetPlay button to the proper action.SND\MaddTheSane_cp2011-12-034-58/+78