summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix compiling issue.SND\MaddTheSane_cp2013-08-215-54/+58
* Fix OS X 10.8-only behavior in the XGL plug-in.SND\MaddTheSane_cp2013-08-219-85/+94
* Implement window size for the PeopsXGL plug-in on OS X.SND\MaddTheSane_cp2013-08-213-55/+358
* make silence.SND\edgbla_cp2013-08-192-6/+6
* Make OS X's version be the current SVN version. This script will probably be ...SND\MaddTheSane_cp2013-08-192-1/+87
* Updating OS X's version to match that of Linux.SND\MaddTheSane_cp2013-08-173-17/+15
* Finish work on OS X's cheat management.SND\MaddTheSane_cp2013-08-176-826/+957
* Make more plug-ins use and implement RunOnMainThreadSync.SND\MaddTheSane_cp2013-08-177-53/+81
* Some work on the cheat window on OS X. Note that the changes are disabled by ...SND\MaddTheSane_cp2013-08-163-137/+1734
* Work on the cheat handling on OS X.SND\MaddTheSane_cp2013-08-152-40/+47
* Some preferences improvements to the PeopsSoftGL plug-in on OS X.SND\MaddTheSane_cp2013-08-102-17/+31
* Fix a problem if the memory cards couldn't be found. This fixes the plug-ins ...SND\MaddTheSane_cp2013-08-101-5/+24
* Minor spacing change in OS X's memory card manager.SND\MaddTheSane_cp2013-08-091-61/+43
* Make some functions in SoftGL on OS X use modern Objective-C syntax.SND\MaddTheSane_cp2013-08-011-11/+11
* Some work on OS X's cheat interface.SND\MaddTheSane_cp2013-08-019-6/+107
* GTK: autoload cheats from default path and filename, e.g. /home/user/.pcsxr/c...SND\ckain_cp2013-07-318-98/+148
* GTK: memory dump window usability fix: copy values when cells are clicked.SND\ckain_cp2013-07-311-11/+49
* fixing the wrong project being non-arc.SND\MaddTheSane_cp2013-07-266-52/+60
* GTK/dfinput: added "prevent screensaver" feature. Makes ugly call to xdg-scre...SND\ckain_cp2013-07-267-6/+84
* WIN32: enable mouse cursor on GUI always. Also CDR plugin is not mandatory so...SND\ckain_cp2013-07-252-8/+10
* GTK: added "hide mouse cursor" feature. Enable/disable via dfinput config dia...SND\ckain_cp2013-07-254-14/+33
* Minor bug fixes.SND\MaddTheSane_cp2013-07-242-26/+11
* Minor changes on OS X code.SND\MaddTheSane_cp2013-07-245-5/+29
* Change the plug-in implementation on OS X's PeopsXGL plug-in.SND\MaddTheSane_cp2013-07-233-1246/+1375
* Fix debug messages when the debug file pointer isn't inited on OS X. This onl...SND\MaddTheSane_cp2013-07-201-3/+6
* Fix a leak in non-ARC code.SND\MaddTheSane_cp2013-07-162-1/+3
* Fixing bug 10934.SND\MaddTheSane_cp2013-07-122-2/+3
* Only print some NSLogs when debugging.SND\MaddTheSane_cp2013-07-111-0/+4
* Remvoing SysPrintfs that I missed from Cocoa code the last time I did this.SND\MaddTheSane_cp2013-07-113-7/+9
* Why did svn think the Mac bladesio1 source files were binary? Fixing the head...SND\MaddTheSane_cp2013-07-110-0/+0
* Don't build the mini-SDL library with ARC.SND\MaddTheSane_cp2013-07-112-2/+10
* Revert some SysPrintfs in OS X to NSLogs.SND\MaddTheSane_cp2013-07-117-70/+34
* Define PADhandleKey in OS X's main.m file.SND\MaddTheSane_cp2013-07-101-2/+4
* Tab and spacing changes.SND\MaddTheSane_cp2013-07-101-14/+14
* minor code tweaks.SND\MaddTheSane_cp2013-07-105-27/+63
* Future work to get PADhandleKey working on OS X. Still very much a work-in-pr...SND\MaddTheSane_cp2013-07-092-1/+6
* Make the bladesio1 driver work on OS X:SND\MaddTheSane_cp2013-07-094-97/+126
* Some more work on PCSXR's logging on OS X.SND\MaddTheSane_cp2013-07-094-132/+198
* Fix a bug in OS X 32-bit code.SND\MaddTheSane_cp2013-07-094-3/+3
* Changing a lot of NSLogs to SysPrintf on OS X's PCSXR.SND\MaddTheSane_cp2013-07-0920-95/+86
* Fix some integer values being too small (according to Xcode) on 64-bit hardware.SND\MaddTheSane_cp2013-07-092-11/+11
* Fix some minor warnings on SysPrintf and SysMessage use in libpcsxcore.SND\MaddTheSane_cp2013-07-097-14/+14
* Include file missing from last commit.SND\MaddTheSane_cp2013-07-092-2/+26
* Updating OS X plug-in code.SND\MaddTheSane_cp2013-07-0912-155/+222
* Fix the CALLBACK placement in the sio1 plug-in: I messed it up when I copied ...SND\MaddTheSane_cp2013-07-092-4/+4
* Since when did PcsxrPlugin.m in Xcode get marked to use spaces instead of tabs?SND\MaddTheSane_cp2013-07-092-200/+200
* Trimming down the preprocessor macros on OS X's plugin object class.SND\MaddTheSane_cp2013-07-091-121/+115
* Messing with OS X's config window.SND\MaddTheSane_cp2013-07-081-411/+798
* Have the arguments passed to the OS X app be done in a specific order, so i.e...SND\MaddTheSane_cp2013-07-084-51/+200
* Get rid of a warning about integer truncationSND\MaddTheSane_cp2013-07-081-1/+1