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
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Get rid of the seperate ARCBridge headers.
SND\MaddTheSane_cp
2013-07-05
9
-252
/
+0
*
Change some +stringWithCString and -initWithCString:encoding: to modern Objec...
SND\MaddTheSane_cp
2013-07-05
16
-57
/
+63
*
Grouping similar classes in Xcode.
SND\MaddTheSane_cp
2013-07-05
6
-1
/
+1
*
Consolidate the plug-ins in OS X into the main PCSXR project.
SND\MaddTheSane_cp
2013-07-05
9
-3716
/
+16
*
Moving the Xcode config files to their own folder, and fixing the projects' r...
SND\MaddTheSane_cp
2013-07-05
7
-35
/
+36
*
Fix Cocoa complaining when getting the plug-in info under OS X.
SND\MaddTheSane_cp
2013-07-05
7
-55
/
+84
*
Make it build again
SND\MaddTheSane_cp
2013-07-05
2
-5
/
+12
*
Implement the Xcode setting files on Xcode projects.
SND\MaddTheSane_cp
2013-07-05
7
-269
/
+141
*
Making the SIO plug-ins work on OS X.
SND\MaddTheSane_cp
2013-07-05
5
-53
/
+951
*
This should get the bladesio plug-in building on OS X.
SND\MaddTheSane_cp
2013-07-04
11
-0
/
+1599
*
SVN is being stupid
SND\MaddTheSane_cp
2013-07-04
10
-1125
/
+0
*
get rid of extra, blank lines on OS X.
SND\MaddTheSane_cp
2013-07-04
13
-29
/
+2
*
Still more work to get Bladesio1 set up for OS X.
SND\MaddTheSane_cp
2013-07-04
1
-409
/
+0
*
Still more work to get Bladesio1 set up for OS X.
SND\MaddTheSane_cp
2013-07-04
1
-252
/
+0
*
Copy over DFCdrom to bladesio1 on OS X. to begin the process for the OS X plu...
SND\MaddTheSane_cp
2013-07-04
12
-0
/
+1786
*
Make the plug-ins use ARC in 64-bit mode.
SND\MaddTheSane_cp
2013-07-04
31
-206
/
+522
*
Get rid of the messy preprocessor hack for named sliders on the audio plug-in...
SND\MaddTheSane_cp
2013-07-03
13
-1406
/
+493
*
Some work on OS X's net plug-in.
SND\MaddTheSane_cp
2013-06-26
1
-19
/
+28
*
Modify the Memory Object class a little bit. Some minor changes.
SND\MaddTheSane_cp
2013-06-22
1
-1
/
+1
*
Fixing a deadlock in PeopsSoftGL's shader code.
SND\MaddTheSane_cp
2013-06-22
1
-64
/
+59
*
Hook up one of the shader selectors.
SND\MaddTheSane_cp
2013-04-25
1
-18
/
+27
*
Fix a crash when using SoftGL on OS X.
SND\MaddTheSane_cp
2013-03-17
1
-164
/
+172
*
Make OS X's localization implementation functions match the signature of gett...
SND\MaddTheSane_cp
2013-03-03
6
-18
/
+18
*
Applying patch 13817.
SND\MaddTheSane_cp
2013-02-08
1
-2
/
+2
*
minor changes
SND\MaddTheSane_cp
2013-01-29
2
-96
/
+89
*
Window calls should only be done on the main thread on OS X.
SND\MaddTheSane_cp
2013-01-29
1
-12
/
+15
*
Updating Xcode project files based on Xcode 4.6 upgrade recommendation.
SND\MaddTheSane_cp
2013-01-29
5
-5
/
+75
*
Use strlcpy on OS X code.
SND\MaddTheSane_cp
2013-01-10
2
-2
/
+2
*
Setting the Plug-in window controllers' initial value to nil.
SND\MaddTheSane_cp
2013-01-10
6
-10
/
+6
*
Changing some things on the OS X net plug-in.
SND\MaddTheSane_cp
2013-01-10
1
-6
/
+10
*
Messing with the OS X plug-in code:
SND\MaddTheSane_cp
2013-01-10
5
-0
/
+10
*
Get OS X compiling again:
SND\MaddTheSane_cp
2012-12-28
4
-6
/
+8
*
Setting end-of-line metadata.
SND\MaddTheSane_cp
2012-12-24
47
-0
/
+0
*
Implement fast-forward in the display plug-ins for OS X.
SND\MaddTheSane_cp
2012-12-20
2
-2
/
+48
*
Mac Patch 13437.
SND\MaddTheSane_cp
2012-12-15
8
-68
/
+85
*
Unix style EOL (thanks to darktjm);
SND\edgbla_cp
2012-11-18
2
-61
/
+61
*
Some code refactoring.
SND\MaddTheSane_cp
2012-11-14
1
-11
/
+7
*
update my email address.
SND\weimingzhi_cp
2012-10-23
11
-11
/
+11
*
Allocate the buffer in loadSource via length of the data and not the file siz...
SND\MaddTheSane_cp
2012-10-19
1
-54
/
+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
*
Quieting a warning found by Clang's static analyzer.
SND\MaddTheSane_cp
2012-10-10
5
-0
/
+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
2
-25
/
+22
*
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
*
Quieting a warning in OS X localization implementation.
SND\MaddTheSane_cp
2012-09-23
10
-55
/
+247
*
Modernizing PeopsXGL for OS X.
SND\MaddTheSane_cp
2012-09-23
1
-15
/
+10
[prev]
[next]