index
:
xavi/pcsxr
master
sio
sio-tcp
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macosx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Putting my name in the right place.
SND\MaddTheSane_cp
2012-10-15
1
-2
/
+2
*
Use rect_texture if available and we're not using shaders.
SND\MaddTheSane_cp
2012-10-13
1
-22
/
+22
*
Fix off-by-one on shader quality on the Mac SoftGL port.
SND\MaddTheSane_cp
2012-10-13
1
-2
/
+2
*
We don't need mutable dictionaries when setting plug-in defaults.
SND\MaddTheSane_cp
2012-10-13
7
-124
/
+112
*
Fixing naming convention on a Cocoa function.
SND\MaddTheSane_cp
2012-10-13
5
-23
/
+22
*
Quieting a warning found by Clang's static analyzer.
SND\MaddTheSane_cp
2012-10-10
6
-8
/
+6
*
Added some sanity checking so we don't try to use nil objects in the SoftGL M...
SND\MaddTheSane_cp
2012-10-10
2
-2
/
+23
*
Mainly spacing changes, and a few OCD things.
SND\MaddTheSane_cp
2012-10-10
4
-35
/
+37
*
spacing change.
SND\MaddTheSane_cp
2012-10-07
1
-1
/
+1
*
Fixing something I goofed on last commit.
SND\MaddTheSane_cp
2012-10-06
1
-2
/
+5
*
-NSURL fileReferenceURL] didn't do what I thought it did. Instead, Bookmarks ...
SND\MaddTheSane_cp
2012-10-06
1
-34
/
+37
*
Minor spacing changes.
SND\MaddTheSane_cp
2012-09-28
1
-2
/
+2
*
Fix missing return statement.
SND\MaddTheSane_cp
2012-09-28
1
-1
/
+1
*
Quieting a warning in OS X localization implementation.
SND\MaddTheSane_cp
2012-09-23
11
-56
/
+248
*
Changing encoding of c strings returned for the linker on OS X to ASCII: I do...
SND\MaddTheSane_cp
2012-09-23
5
-68
/
+96
*
Adding AppKit and Foundation frameworks on OS X for easy function lookup.
SND\MaddTheSane_cp
2012-09-23
1
-0
/
+4
*
Modernizing PeopsXGL for OS X.
SND\MaddTheSane_cp
2012-09-23
1
-15
/
+10
*
Quiet a warning in 64-bit code while not triggering a similar warning in 32-b...
SND\MaddTheSane_cp
2012-09-21
1
-2
/
+2
*
Main Xcode project changed slightly.
SND\MaddTheSane_cp
2012-09-17
2
-18
/
+21
*
Updating projects to build on Xcode 4.4
SND\MaddTheSane_cp
2012-09-17
16
-261
/
+1227
*
Make repetitive array creation only happen once on OS X.
SND\MaddTheSane_cp
2012-05-23
5
-5
/
+24
*
Setting PcsxrMemCardDocument to be readable to Interface Builder 3.2.
SND\MaddTheSane_cp
2012-05-23
1
-6
/
+20
*
Basic widescreen support for Mac OS X.
SND\MaddTheSane_cp
2012-05-23
4
-33
/
+142
*
Updated Free Software Foundation address (Jem256).
SND\dario86_cp
2012-02-19
44
-45
/
+45
*
Setting the proper encodings on the sound plug-ins' InfoPlist.strings.
SND\MaddTheSane_cp
2011-12-31
2
-8
/
+10
*
Fixing memory leak.
SND\MaddTheSane_cp
2011-12-31
1
-0
/
+2
*
Check to see if the file exists before returning it in HandleBinCue.
SND\MaddTheSane_cp
2011-12-30
1
-0
/
+2
*
Try to figure out the .bin name from a cue sheet. If that fails, use the old ...
SND\MaddTheSane_cp
2011-12-30
1
-2
/
+33
*
Fail in PcsxrPlugin initialization if we can't find the plugin specified. Pre...
SND\MaddTheSane_cp
2011-12-29
1
-0
/
+6
*
fixing the PeopsSPU Xcode project
SND\MaddTheSane_cp
2011-12-28
1
-14
/
+14
*
rearranging Sound plug-in for Mac.
SND\MaddTheSane_cp
2011-12-28
14
-72
/
+1377
*
Changing the cue UTI to com.goldenhawk.cdrwin-cuesheet from Boxer.
SND\MaddTheSane_cp
2011-12-28
2
-3
/
+6
*
Make IsCdHandleOpen() on Mac match the Linux method.
SND\MaddTheSane_cp
2011-12-27
1
-1
/
+1
*
Thinning down PcsxrMemoryObject header down even more.
SND\MaddTheSane_cp
2011-12-26
2
-10
/
+14
*
Adding my name to the Coders list in Credits.rtf.
SND\MaddTheSane_cp
2011-12-20
2
-25
/
+27
*
Use proper init function for NSURL. This should fix the inability to run ISOs...
SND\MaddTheSane_cp
2011-12-20
1
-1
/
+1
*
Added sanity checking around the temporary version checking for loading libra...
SND\MaddTheSane_cp
2011-12-20
1
-7
/
+12
*
Changed utisCanHandle to supportedUTIs.
SND\MaddTheSane_cp
2011-12-18
7
-25
/
+25
*
Uncomment out dlclose in SysCloseLibrary.
SND\MaddTheSane_cp
2011-12-18
2
-2
/
+10
*
Tell NSWorkspace to note the proper file path changed in PcsxrPluginHandler.
SND\MaddTheSane_cp
2011-12-17
3
-4
/
+6
*
Multiple plug-in directories support for Mac OS X. It could be better: curren...
SND\MaddTheSane_cp
2011-12-17
5
-23
/
+65
*
Reduce code duplication in -[PcsxrController application:openFile:].
SND\MaddTheSane_cp
2011-12-17
7
-23
/
+39
*
Passing CFStrings to UTTypeEqual for constant strings.
SND\MaddTheSane_cp
2011-12-15
2
-9
/
+11
*
Fixed a memory leak in HandleBinCue.
SND\MaddTheSane_cp
2011-12-12
1
-2
/
+6
*
Messing with UTIs.
SND\MaddTheSane_cp
2011-12-12
1
-2
/
+7
*
Fixed missing return type.
SND\MaddTheSane_cp
2011-12-12
1
-1
/
+1
*
Fixed possible bug.
SND\MaddTheSane_cp
2011-12-12
1
-1
/
+1
*
committing Xcode project. Forgot to do so earlier.
SND\MaddTheSane_cp
2011-12-12
1
-0
/
+12
*
Renaming com.codeplex.pcsxr.mdfdisc to com.alcohol-soft.mdfdisc, since the fo...
SND\MaddTheSane_cp
2011-12-12
8
-25
/
+137
*
Rewrote the file handling on Mac OS X.
SND\MaddTheSane_cp
2011-12-11
14
-450
/
+284
[next]