summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc
Commit message (Collapse)AuthorAgeFilesLines
* * Fix file and folder permissionsStelios Tsampas2018-03-195-0/+0
|
* OS X: make all ivars either be in the implementation block, or converted to ↵SND\MaddTheSane_cp2014-11-103-36/+29
| | | | | | Objective C 2.0 properties. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92227 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Minor changesSND\MaddTheSane_cp2014-05-221-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Copy over the QuickLook plug-in into the app.SND\MaddTheSane_cp2014-03-291-0/+2
| | | | | | Note that the QuickLook plug-in hasn’t been tested in any way, shape, or form. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89717 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Check for an RTFD credits in the plug-ins.SND\MaddTheSane_cp2014-03-031-15/+19
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89252 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Convert Objective-C code to modern syntax, mainly for the NSDictionaries.SND\MaddTheSane_cp2013-09-102-41/+35
| | | | 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-105-27/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87114 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Better prefs managing on the main app.SND\MaddTheSane_cp2013-08-301-2/+2
| | | | | | 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-301-4/+4
| | | | 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-293-7/+14
| | | | | | | | | | 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
* Use __private_extern__ on OS X's localization functions.SND\MaddTheSane_cp2013-08-261-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86932 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use NSApp instead of +[NSApplication sharedApplication] on the plug-ins.SND\MaddTheSane_cp2013-08-261-2/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86931 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Moving most of the OS X preferences to auto layout, and all to 10.7.SND\MaddTheSane_cp2013-08-223-22/+44
| | | | | | | Changing some lists of independent checkbox buttons to matrices. Fix a discrepancy between SDL versions 1.2 and 2.0 APIs in OS X's input preferences. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86849 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixing a bug.SND\MaddTheSane_cp2013-08-221-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86811 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix compiling issue.SND\MaddTheSane_cp2013-08-211-1/+0
| | | | | | A few indentation changes in the Mac section of the XGL plug-in. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86809 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updating OS X plug-in code.SND\MaddTheSane_cp2013-07-091-8/+2
| | | | | | Now the net plug-in will warn you if you have a too large or non-ASCII characters. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85926 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor OS X changes.SND\MaddTheSane_cp2013-07-061-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85869 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Get rid of the seperate ARCBridge headers.SND\MaddTheSane_cp2013-07-051-36/+0
| | | | | | | Set the mime type on the InfoPlist.strings to be text. Why were we using sprintf with NSStrings? NSString does have methods for doing what we need. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85868 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Change some +stringWithCString and -initWithCString:encoding: to modern ↵SND\MaddTheSane_cp2013-07-052-32/+38
| | | | | | | | | | Objective-C syntax. Change the encoding of a couple of info.plists to UTF-8, otherwise Xcode was complaining. Removing some extra line breaks on OS X code. Other minor changes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85867 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix Cocoa complaining when getting the plug-in info under OS X.SND\MaddTheSane_cp2013-07-051-8/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85830 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* get rid of extra, blank lines on OS X.SND\MaddTheSane_cp2013-07-041-2/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85818 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Make the plug-ins use ARC in 64-bit mode.SND\MaddTheSane_cp2013-07-044-5/+44
| | | | | | | Change how the preprocessor macros are managed on OS X. Set the name of the product to the target name. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85795 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Get rid of the messy preprocessor hack for named sliders on the audio ↵SND\MaddTheSane_cp2013-07-036-80/+145
| | | | | | | | | | | plug-ins for OS X: Consolidate files that are the same. Whatever class loads a nib, will be that owner, no matter what the nib says. Have shared code be in a dylib that loads, so there isn't warnings about conflicting classes. Other changes git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85757 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Make OS X's localization implementation functions match the signature of ↵SND\MaddTheSane_cp2013-03-031-4/+4
| | | | | | gettext. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83305 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Setting the Plug-in window controllers' initial value to nil.SND\MaddTheSane_cp2013-01-101-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82168 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Setting end-of-line metadata.SND\MaddTheSane_cp2012-12-245-0/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81971 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* We don't need mutable dictionaries when setting plug-in defaults.SND\MaddTheSane_cp2012-10-131-28/+28
| | | | | | | Set proper classes in the DFSound Info.plist files. Fix a missing default setting in the sound plug-ins. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80391 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Quieting a warning in OS X localization implementation.SND\MaddTheSane_cp2012-09-231-3/+3
| | | | | | | Fixing a few bugs on the OS X Software Shader support, and adding a quality selector. Changing the hacks type used in the Mac preference selector from unsigned long to unsigned int. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79982 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* rearranging Sound plug-in for Mac.SND\MaddTheSane_cp2011-12-283-7/+15
| | | | | | | | | Renamed PeopsSPU plugin to PeopsSpuSDL to reflect its use of SDL. Renamed PeopsAL plugin to PeopsSpuAL. Prevent Objective-C class clashing between the sound plug-ins by renaming the named slider class based on which plug-in is being built. Splitting resources between the two different sound plug-ins. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73841 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Localizing the Named Sliders in the SPU plug-in.SND\MaddTheSane_cp2011-11-221-13/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72527 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Adding a kludge around defines to get each plug-in to have a unique ↵SND\MaddTheSane_cp2011-11-181-0/+31
| | | | | | localization function on Mac OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72452 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* First steps for localization support for Mac OS X/Cocoa, including:SND\MaddTheSane_cp2011-11-171-0/+10
| | | | | | | | | | Localizable.strings files for each plug-in. Try to get localizable string from a c string (see Pcsxr_locale_text in main.m). Each Mac plug-in now has a Principal class declaration in their Info.plist Also updated the memory card extensions git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72361 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Big Mac Commit!SND\MaddTheSane_cp2011-11-121-2/+3
| | | | | | | | | Updating plug-ins to use Release instead of Debug for command line building. Update to use 64-bit safe datatypes (NSInteger where needed). Getting rid of no longer used variables in the Xcode projects. Making a Localizable.strings file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72225 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 10794.SND\edgbla_cp2011-11-111-0/+13
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72167 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 10767 (Durandal_1707).SND\edgbla_cp2011-11-092-5/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72138 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 9753 (MaddTheSane).SND\edgbla_cp2011-06-212-0/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@68034 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -dfsound (macosx): added volume adjustment/muting support.SND\weimingzhi_cp2011-02-223-15/+28
| | | | | | -peopsxgl (macosx): removed powerpc from deployment configuration as the plugin is not big-endian compatible. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63687 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -Removed obsoleted files.SND\weimingzhi_cp2011-02-192-95/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63550 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -Reverted some changes to make the code build again on Tiger.SND\weimingzhi_cp2011-02-191-1/+1
| | | | | | | | -Removed x86_64 from Deployment configuration. -macosx: Use SDL for sound plugin, removed Carbon backend. -(MaddTheSane)Fixed memory leaks (Patch #8427). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63548 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* macosx - dfsound - plugincontroller-nullSND\shalma_cp2010-12-212-190/+0
| | | | | | | - (MaddTheSane) Redo files from last bad shalma diff git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61373 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* macosx - dfsound (null)SND\shalma_cp2010-12-202-0/+285
| | | | | | | - (MaddTheSane) configure screen - Patch #7815 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61342 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34487 ↵SND\weimingzhi_cp2009-11-011-4/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34480 ↵SND\weimingzhi_cp2009-11-014-0/+237
e17a0e51-4ae3-4d35-97c3-1a29b211df97