| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Updating constraints on OS X XIBs. | SND\MaddTheSane_cp | 2013-09-22 | 11 | -290/+285 |
| * | Take into account if a user closed the emulator window before a new CD became... | SND\MaddTheSane_cp | 2013-09-22 | 2 | -11/+28 |
| * | Setting mime type on the OS X images. | SND\MaddTheSane_cp | 2013-09-21 | 0 | -0/+0 |
| * | Fiddling with the Xcode files. | SND\MaddTheSane_cp | 2013-09-20 | 4 | -7/+6 |
| * | Making the (English) Preference window use auto layout. | SND\MaddTheSane_cp | 2013-09-20 | 1 | -146/+383 |
| * | Migrating xibs to Xcode 5. | SND\MaddTheSane_cp | 2013-09-20 | 46 | -37812/+5951 |
| * | 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 |
| * | Updating the Info.plist files. | SND\MaddTheSane_cp | 2013-09-17 | 11 | -11/+17 |
| * | Wait for a new physical CD to be inserted when ejecting the CD on OS X. | SND\MaddTheSane_cp | 2013-09-16 | 6 | -98/+119 |
| * | compilation errors was fixed (cdriso); | SND\edgbla_cp | 2013-09-16 | 1 | -1/+2 |
| * | ECM file support: mature enough so it can be now integrated with other platfo... | SND\ckain_cp | 2013-09-16 | 4 | -55/+91 |
| * | Changing a few Objective C classes to have their ivars hidden. | SND\MaddTheSane_cp | 2013-09-13 | 26 | -1009/+660 |
| * | Added ECM file suffix to GTK GUI file load. | SND\ckain_cp | 2013-09-13 | 1 | -0/+5 |
| * | ECM file support: fixed handling inside CUE and with CDDA tracks. | SND\ckain_cp | 2013-09-13 | 1 | -27/+38 |
| * | Quieting a warning about small integer size on OS X. | SND\MaddTheSane_cp | 2013-09-12 | 1 | -1/+2 |
| * | Slight modification to OS X's pad plug-in code. | SND\MaddTheSane_cp | 2013-09-12 | 4 | -21/+56 |
| * | Experimental on-fly decoding of ECM file format. For now compiles also with -... | SND\ckain_cp | 2013-09-12 | 2 | -0/+485 |
| * | 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 | 26 | -501/+481 |
| * | Remove 32-bit support on OS X. | SND\MaddTheSane_cp | 2013-09-10 | 52 | -524/+73 |
| * | 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 |
| * | small fix (windows); | SND\edgbla_cp | 2013-09-06 | 2 | -3/+4 |
| * | . | SND\edgbla_cp | 2013-09-05 | 2 | -5/+5 |
| * | 'debian-upstream' directory was removed, not actual. | SND\edgbla_cp | 2013-09-05 | 7 | -173/+0 |
| * | Experimetal decoding of compressed CDDA tracks (APE,FLAC,MP3,...) via ffmpeg.... | SND\ckain_cp | 2013-09-05 | 1 | -5/+310 |
| * | Experimetal decoding of compressed CDDA tracks (APE,FLAC,MP3,...) via ffmpeg.... | SND\ckain_cp | 2013-09-05 | 1 | -1/+21 |
| * | Oops, forgot to remove the empty Spanish locaLization folders for the OS X ve... | SND\MaddTheSane_cp | 2013-09-02 | 1 | -95/+0 |
| * | Commenting out more unlocalized French strings on OS X. | SND\MaddTheSane_cp | 2013-09-01 | 1 | -12/+12 |
| * | Remove the Spanish localization because there isn't a spanish .po file. | SND\MaddTheSane_cp | 2013-09-01 | 53 | -26722/+455 |
| * | Some more work on localization for OS X. | SND\MaddTheSane_cp | 2013-09-01 | 45 | -25/+32544 |
| * | dfcdrom: type fix; | SND\edgbla_cp | 2013-08-31 | 1 | -0/+1 |
| * | PadSSSPSX, 'background' option for gamepads; | SND\edgbla_cp | 2013-08-30 | 5 | -4/+16 |
| * | Minor change to the OS X versioning script. | SND\MaddTheSane_cp | 2013-08-30 | 1 | -1/+0 |
| * | Better prefs managing on the main app. | SND\MaddTheSane_cp | 2013-08-30 | 14 | -169/+148 |
| * | Preference changes in OS X plug-ins. | SND\MaddTheSane_cp | 2013-08-30 | 5 | -46/+52 |
| * | Re-working how DFInput on OS X stores preferences, making it match the rest o... | SND\MaddTheSane_cp | 2013-08-29 | 15 | -466/+726 |
| * | SDL2/SDL1.2 (Linux); | SND\edgbla_cp | 2013-08-29 | 7 | -23/+28 |
| * | Add a symbol export file for the OS X sound plug-ins. | SND\MaddTheSane_cp | 2013-08-28 | 2 | -0/+35 |
| * | * Update po; | SND\edgbla_cp | 2013-08-27 | 9 | -3379/+3889 |
| * | make dist fix; | SND\edgbla_cp | 2013-08-27 | 1 | -2/+1 |
| * | small gtk gui fix; | SND\edgbla_cp | 2013-08-27 | 3 | -10/+52 |
| * | . | SND\edgbla_cp | 2013-08-27 | 1 | -2/+2 |
| * | CPU -> Save window position (windows); | SND\edgbla_cp | 2013-08-27 | 5 | -12/+45 |
| * | dialogs placement (windows); | SND\edgbla_cp | 2013-08-27 | 1 | -13/+19 |
| * | . | SND\edgbla_cp | 2013-08-27 | 1 | -12/+10 |
| * | Bumping the version up to 1.9.94. | SND\MaddTheSane_cp | 2013-08-27 | 1 | -2/+2 |
| * | . | SND\edgbla_cp | 2013-08-26 | 1 | -1/+1 |
| * | all_extension_cht, dot_extension_cht, tla_extension_cht fix; | SND\edgbla_cp | 2013-08-26 | 1 | -3/+3 |
| * | uncomment out some code: it no longer crashes. | SND\MaddTheSane_cp | 2013-08-26 | 1 | -1/+1 |