summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Making a more robust version control version tracking.SND\MaddTheSane_cp2013-09-223-20/+44
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87260 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Messing with the constraints on the file XIBsSND\MaddTheSane_cp2013-09-223-424/+680
| | | | | | Moved the French preference XIB to constraints. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87259 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updating constraints on OS X XIBs.SND\MaddTheSane_cp2013-09-2211-290/+285
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87258 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Take into account if a user closed the emulator window before a new CD ↵SND\MaddTheSane_cp2013-09-222-11/+28
| | | | | | became available on OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87257 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Setting mime type on the OS X images.SND\MaddTheSane_cp2013-09-210-0/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87255 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fiddling with the Xcode files.SND\MaddTheSane_cp2013-09-204-7/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87253 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Making the (English) Preference window use auto layout.SND\MaddTheSane_cp2013-09-201-146/+383
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87252 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Migrating xibs to Xcode 5.SND\MaddTheSane_cp2013-09-2046-37812/+5951
| | | | | | Have the icons on OS X be in the new Xcode assets file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87248 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor Xcode changeSND\MaddTheSane_cp2013-09-191-0/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87234 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updating the Xcode project using Xcode 5.0.SND\MaddTheSane_cp2013-09-191-1/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87233 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updating the Info.plist files.SND\MaddTheSane_cp2013-09-1711-11/+17
| | | | | | Don't deny directories being open, just in case we get to support UTIs that are OS X packages. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87222 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Wait for a new physical CD to be inserted when ejecting the CD on OS X.SND\MaddTheSane_cp2013-09-166-98/+119
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87220 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* compilation errors was fixed (cdriso);SND\edgbla_cp2013-09-161-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87207 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ECM file support: mature enough so it can be now integrated with other ↵SND\ckain_cp2013-09-164-55/+91
| | | | | | platforms aswell. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87188 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Changing a few Objective C classes to have their ivars hidden.SND\MaddTheSane_cp2013-09-1326-1009/+660
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87167 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added ECM file suffix to GTK GUI file load.SND\ckain_cp2013-09-131-0/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87154 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ECM file support: fixed handling inside CUE and with CDDA tracks.SND\ckain_cp2013-09-131-27/+38
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87153 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Quieting a warning about small integer size on OS X.SND\MaddTheSane_cp2013-09-121-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87142 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Slight modification to OS X's pad plug-in code.SND\MaddTheSane_cp2013-09-124-21/+56
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87141 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimental on-fly decoding of ECM file format. For now compiles also with ↵SND\ckain_cp2013-09-122-0/+485
| | | | | | --enable-ccdda git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87140 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Removing redundant SDK declarations in the Xcode project.SND\MaddTheSane_cp2013-09-111-30/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87120 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Convert Objective-C code to modern syntax, mainly for the NSDictionaries.SND\MaddTheSane_cp2013-09-1026-501/+481
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87115 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Remove 32-bit support on OS X.SND\MaddTheSane_cp2013-09-1052-524/+73
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87114 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Don't generate .dsym bundle on OS X for the main app when building for debug.SND\MaddTheSane_cp2013-09-061-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87098 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* small fix (windows);SND\edgbla_cp2013-09-062-3/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87093 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-09-052-5/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87087 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* 'debian-upstream' directory was removed, not actual.SND\edgbla_cp2013-09-057-173/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87086 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimetal decoding of compressed CDDA tracks (APE,FLAC,MP3,...) via ↵SND\ckain_cp2013-09-051-5/+310
| | | | | | ffmpeg. Compile with --enable-ccdda git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87080 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimetal decoding of compressed CDDA tracks (APE,FLAC,MP3,...) via ↵SND\ckain_cp2013-09-051-1/+21
| | | | | | ffmpeg. Compile with --enable-ccdda git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87079 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Oops, forgot to remove the empty Spanish locaLization folders for the OS X ↵SND\MaddTheSane_cp2013-09-021-95/+0
| | | | | | version. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87052 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Commenting out more unlocalized French strings on OS X.SND\MaddTheSane_cp2013-09-011-12/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87049 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Remove the Spanish localization because there isn't a spanish .po file.SND\MaddTheSane_cp2013-09-0153-26722/+455
| | | | | | Translate some localizable.strings files to French, as well as some of the app's preference xib and InfoPlist.strings. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87048 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Some more work on localization for OS X.SND\MaddTheSane_cp2013-09-0145-25/+32544
| | | | | | Create a Spanish localization. It currently is just the English files copied over. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87046 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfcdrom: type fix;SND\edgbla_cp2013-08-311-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87044 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* PadSSSPSX, 'background' option for gamepads;SND\edgbla_cp2013-08-305-4/+16
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87027 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor change to the OS X versioning script.SND\MaddTheSane_cp2013-08-301-1/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87026 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Better prefs managing on the main app.SND\MaddTheSane_cp2013-08-3014-169/+148
| | | | | | Moving a few things around on the Mac side of the plug-ins. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87025 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Preference changes in OS X plug-ins.SND\MaddTheSane_cp2013-08-305-46/+52
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87024 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Re-working how DFInput on OS X stores preferences, making it match the rest ↵SND\MaddTheSane_cp2013-08-2915-466/+726
| | | | | | | | | | of the OS X plug-ins. Do some localization support work on DFInput on OS X. Bump the version in the info.plist file for DFInput to 1.5. Other code changes and improvements on the Mac port. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87023 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* SDL2/SDL1.2 (Linux);SND\edgbla_cp2013-08-297-23/+28
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87020 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Add a symbol export file for the OS X sound plug-ins.SND\MaddTheSane_cp2013-08-282-0/+35
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87016 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* * Update po;SND\edgbla_cp2013-08-279-3379/+3889
| | | | | | | * Add Hungarian locale to list for Windows; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87004 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* make dist fix;SND\edgbla_cp2013-08-271-2/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87003 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* small gtk gui fix;SND\edgbla_cp2013-08-273-10/+52
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86978 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-08-271-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86959 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CPU -> Save window position (windows);SND\edgbla_cp2013-08-275-12/+45
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86958 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dialogs placement (windows);SND\edgbla_cp2013-08-271-13/+19
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86957 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-08-271-12/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86955 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Bumping the version up to 1.9.94.SND\MaddTheSane_cp2013-08-271-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86948 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-08-261-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86947 e17a0e51-4ae3-4d35-97c3-1a29b211df97