summaryrefslogtreecommitdiff
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Get OS X compiling again:SND\MaddTheSane_cp2012-12-284-6/+8
* Setting end-of-line metadata.SND\MaddTheSane_cp2012-12-2481-0/+0
* Implement fast-forward in the display plug-ins for OS X.SND\MaddTheSane_cp2012-12-208-41/+464
* Add a recent menu.SND\MaddTheSane_cp2012-12-206-10/+373
* Incorporating changes from the GTK memory manager.SND\MaddTheSane_cp2012-12-201-11/+100
* Fix a double release bug.SND\MaddTheSane_cp2012-12-161-1/+0
* Add missing file from last commit.SND\MaddTheSane_cp2012-12-151-0/+114
* Mac Patch 13437.SND\MaddTheSane_cp2012-12-1524-187/+1347
* Unix style EOL (thanks to darktjm);SND\edgbla_cp2012-11-183-466/+466
* Some code refactoring.SND\MaddTheSane_cp2012-11-141-11/+7
* Break out of the file handling loop when we reach a handle.SND\MaddTheSane_cp2012-10-312-2/+10
* Naming the PSX thread on OS X.SND\MaddTheSane_cp2012-10-311-0/+6
* update my email address.SND\weimingzhi_cp2012-10-2311-11/+11
* Allocate the buffer in loadSource via length of the data and not the file siz...SND\MaddTheSane_cp2012-10-191-54/+2
* Putting my name in the right place.SND\MaddTheSane_cp2012-10-151-2/+2
* Use rect_texture if available and we're not using shaders.SND\MaddTheSane_cp2012-10-131-22/+22
* Fix off-by-one on shader quality on the Mac SoftGL port.SND\MaddTheSane_cp2012-10-131-2/+2
* We don't need mutable dictionaries when setting plug-in defaults.SND\MaddTheSane_cp2012-10-137-124/+112
* Fixing naming convention on a Cocoa function.SND\MaddTheSane_cp2012-10-135-23/+22
* Quieting a warning found by Clang's static analyzer.SND\MaddTheSane_cp2012-10-106-8/+6
* Added some sanity checking so we don't try to use nil objects in the SoftGL M...SND\MaddTheSane_cp2012-10-102-2/+23
* Mainly spacing changes, and a few OCD things.SND\MaddTheSane_cp2012-10-104-35/+37
* spacing change.SND\MaddTheSane_cp2012-10-071-1/+1
* Fixing something I goofed on last commit.SND\MaddTheSane_cp2012-10-061-2/+5
* -NSURL fileReferenceURL] didn't do what I thought it did. Instead, Bookmarks ...SND\MaddTheSane_cp2012-10-061-34/+37
* Minor spacing changes.SND\MaddTheSane_cp2012-09-281-2/+2
* 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