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
/
Pcsxr.xcodeproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
As loathe as I am to do it, making OS X's .strings files into UTF-16.
SND\MaddTheSane_cp
2013-10-19
1
-98
/
+98
*
Initial work on broad localization.
SND\MaddTheSane_cp
2013-10-19
1
-0
/
+211
*
Don’t load old pad preferences on OS X if we already have new ones.
SND\MaddTheSane_cp
2013-10-05
1
-42
/
+11
*
Minor fixes and improvements on OS X code.
SND\MaddTheSane_cp
2013-10-04
1
-2
/
+2
*
Explicitly set the path on the OS X versioning script
SND\MaddTheSane_cp
2013-09-28
1
-1
/
+1
*
We don’t need to “install” the plug-ins on OS X.
SND\MaddTheSane_cp
2013-09-22
1
-0
/
+3
*
On OS X, strip headers that are in the app: they most likely came from a fram...
SND\MaddTheSane_cp
2013-09-22
1
-0
/
+15
*
Generate pkginfo unconditionally.
SND\MaddTheSane_cp
2013-09-22
1
-1
/
+0
*
Making a more robust version control version tracking.
SND\MaddTheSane_cp
2013-09-22
1
-20
/
+17
*
Fiddling with the Xcode files.
SND\MaddTheSane_cp
2013-09-20
1
-5
/
+0
*
Migrating xibs to Xcode 5.
SND\MaddTheSane_cp
2013-09-20
1
-31
/
+14
*
Minor Xcode change
SND\MaddTheSane_cp
2013-09-19
1
-0
/
+3
*
Updating the Xcode project using Xcode 5.0.
SND\MaddTheSane_cp
2013-09-19
1
-1
/
+14
*
Wait for a new physical CD to be inserted when ejecting the CD on OS X.
SND\MaddTheSane_cp
2013-09-16
1
-0
/
+4
*
Slight modification to OS X's pad plug-in code.
SND\MaddTheSane_cp
2013-09-12
1
-0
/
+32
*
Removing redundant SDK declarations in the Xcode project.
SND\MaddTheSane_cp
2013-09-11
1
-30
/
+0
*
Convert Objective-C code to modern syntax, mainly for the NSDictionaries.
SND\MaddTheSane_cp
2013-09-10
1
-0
/
+30
*
Remove 32-bit support on OS X.
SND\MaddTheSane_cp
2013-09-10
1
-25
/
+0
*
Don't generate .dsym bundle on OS X for the main app when building for debug.
SND\MaddTheSane_cp
2013-09-06
1
-0
/
+1
*
Remove the Spanish localization because there isn't a spanish .po file.
SND\MaddTheSane_cp
2013-09-01
1
-78
/
+21
*
Some more work on localization for OS X.
SND\MaddTheSane_cp
2013-09-01
1
-4
/
+80
*
Minor change to the OS X versioning script.
SND\MaddTheSane_cp
2013-08-30
1
-1
/
+0
*
Re-working how DFInput on OS X stores preferences, making it match the rest o...
SND\MaddTheSane_cp
2013-08-29
1
-1
/
+7
*
Add a symbol export file for the OS X sound plug-ins.
SND\MaddTheSane_cp
2013-08-28
1
-0
/
+8
*
Use __private_extern__ on OS X's localization functions.
SND\MaddTheSane_cp
2013-08-26
1
-10
/
+10
*
Use NSApp instead of +[NSApplication sharedApplication] on the plug-ins.
SND\MaddTheSane_cp
2013-08-26
1
-1
/
+0
*
Adding an info.plist for the shared spu library on OS X.
SND\MaddTheSane_cp
2013-08-26
1
-0
/
+20
*
Use a codesign for OS X to get around gatekeeper.
SND\MaddTheSane_cp
2013-08-26
1
-0
/
+2
*
Moving most of the OS X preferences to auto layout, and all to 10.7.
SND\MaddTheSane_cp
2013-08-22
1
-6
/
+3
*
Use SDL2.framework from /Library/Frameworks on OS X instead of miniSDL.
SND\MaddTheSane_cp
2013-08-22
1
-413
/
+22
*
Fix compiling issue.
SND\MaddTheSane_cp
2013-08-21
1
-1
/
+4
*
Make OS X's version be the current SVN version. This script will probably be ...
SND\MaddTheSane_cp
2013-08-19
1
-0
/
+86
*
Updating OS X's version to match that of Linux.
SND\MaddTheSane_cp
2013-08-17
1
-6
/
+9
*
Finish work on OS X's cheat management.
SND\MaddTheSane_cp
2013-08-17
1
-0
/
+6
*
Some work on OS X's cheat interface.
SND\MaddTheSane_cp
2013-08-01
1
-2
/
+8
*
fixing the wrong project being non-arc.
SND\MaddTheSane_cp
2013-07-26
1
-4
/
+4
*
Minor bug fixes.
SND\MaddTheSane_cp
2013-07-24
1
-24
/
+9
*
Minor changes on OS X code.
SND\MaddTheSane_cp
2013-07-24
1
-0
/
+24
*
Don't build the mini-SDL library with ARC.
SND\MaddTheSane_cp
2013-07-11
1
-0
/
+3
*
Changing a lot of NSLogs to SysPrintf on OS X's PCSXR.
SND\MaddTheSane_cp
2013-07-09
1
-0
/
+1
*
Include file missing from last commit.
SND\MaddTheSane_cp
2013-07-09
1
-2
/
+4
*
Since when did PcsxrPlugin.m in Xcode get marked to use spaces instead of tabs?
SND\MaddTheSane_cp
2013-07-09
1
-21
/
+21
*
Have the arguments passed to the OS X app be done in a specific order, so i.e...
SND\MaddTheSane_cp
2013-07-08
1
-10
/
+24
*
Clang apparently doesn't respond to -falign-loops or -finline-limit. Removing...
SND\MaddTheSane_cp
2013-07-08
1
-8
/
+6
*
Rewriting the memory card management on OS X. It's lacking copy capability ri...
SND\MaddTheSane_cp
2013-07-08
1
-0
/
+12
*
Moving the memory card manager to the preferences window.
SND\MaddTheSane_cp
2013-07-06
1
-12
/
+0
*
Minor OS X changes.
SND\MaddTheSane_cp
2013-07-06
1
-8
/
+8
*
Get rid of the seperate ARCBridge headers.
SND\MaddTheSane_cp
2013-07-05
1
-14
/
+0
*
Change some +stringWithCString and -initWithCString:encoding: to modern Objec...
SND\MaddTheSane_cp
2013-07-05
1
-3
/
+3
*
Removing unneeded preprocessor defenitions on OS X.
SND\MaddTheSane_cp
2013-07-05
1
-6
/
+0
[next]