summaryrefslogtreecommitdiff
path: root/macosx/plugins
Commit message (Collapse)AuthorAgeFilesLines
* * Fix file and folder permissionsStelios Tsampas2018-03-1955-0/+0
|
* Various fixes to PeopsOpenGL preferences UI on OSXMrLavender2017-07-153-282/+220
| | | | | | | | | | - Fixed frame buffer effects options - Added frame buffer access options - Frame limit setting was being ignored - VSync setting was being ignored - Texture filtering was being restrained to a 0-2 range instead of 0-6 - Scanline color picker was not being enabled properly - Dithering is a boolean option so changed it to a checkbox - Minor layout problem with the windowWidth field on OS X 10.10+
* Fix PeopsXgl exports on OSXMrLavender2017-06-291-0/+4
|
* Fix build on OSXCarter Li2016-05-131-1/+0
| | | | Tested on OSX 10.11.4, Xcode v7.3
* OS X: Hook up the DFNet's okay and cancel buttons.SND\MaddTheSane_cp2015-02-101-2/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93922 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: limit what is exported on the plug-ins.SND\MaddTheSane_cp2015-02-086-0/+202
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93879 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Fix the SoftGL driver.SND\MaddTheSane_cp2014-11-111-2/+2
| | | | | | I knew I was overlooking something... git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92232 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Consolidate the SoftGL plug-in's OpenGL functions into one file again.SND\MaddTheSane_cp2014-11-104-815/+587
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92231 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Move the English localization files around.SND\MaddTheSane_cp2014-11-1025-9/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92229 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: make all ivars either be in the implementation block, or converted to ↵SND\MaddTheSane_cp2014-11-1023-208/+201
| | | | | | Objective C 2.0 properties. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92227 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Remove an unused function in DFNet.SND\MaddTheSane_cp2014-11-101-11/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92225 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: update the remaining xib files.SND\MaddTheSane_cp2014-10-088-132/+141
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91803 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: DFNet improvements and fixes.SND\MaddTheSane_cp2014-10-084-24/+27
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91802 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: DFInput fixes:SND\MaddTheSane_cp2014-10-083-32/+36
| | | | | | Set the window delegate from the nib, instead of relying on setting the notifications by NSNotificationCenter. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91801 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: change the Xcode development version on xibs to "default" (6.0).SND\MaddTheSane_cp2014-09-2710-51/+32
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91640 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Modernize the Cocoa code using Xcode 6.SND\MaddTheSane_cp2014-07-212-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91019 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Set the development target of xibs to Xcode 5.1SND\MaddTheSane_cp2014-07-2110-142/+32
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91016 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Minor changesSND\MaddTheSane_cp2014-05-224-9/+9
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* DFInput: Implement SDL2 GameController support.SND\MaddTheSane_cp2014-04-0819-99/+256
| | | | | | | | This change allows the user to use SDL2’s GameController API instead of the Joystick API. The Game Controller API maps the buttons similar to an Xbox 360 controller, so some tricky mapping needed to be done. Note that it currently only supports OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89828 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: minor xib change.SND\MaddTheSane_cp2014-04-081-33/+35
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89827 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: initially center windows via their xibs.SND\MaddTheSane_cp2014-04-089-24/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89826 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Fiddle with a xib.SND\MaddTheSane_cp2014-04-081-11/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89825 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Forgot to update one credits file.SND\MaddTheSane_cp2014-04-082-13/+9
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89824 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-04-024-35/+7
| | | | | | | Stop the memory card images from animating when the preferences window closes. Other changes and improvements. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89782 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: remove deleted file from the Xcode archive.SND\MaddTheSane_cp2014-04-011-16/+9
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89776 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Improvements.SND\MaddTheSane_cp2014-04-016-57/+57
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89774 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: minor changes to the credits.rtf files.SND\MaddTheSane_cp2014-03-2912-52/+37
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89719 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Copy over the QuickLook plug-in into the app.SND\MaddTheSane_cp2014-03-293-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 fiddlingSND\MaddTheSane_cp2014-03-036-19/+23
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89254 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Messing with xib constraints.SND\MaddTheSane_cp2014-03-039-162/+165
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89253 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Check for an RTFD credits in the plug-ins.SND\MaddTheSane_cp2014-03-039-115/+142
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89252 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Adding a Chinese localizable strings file to the DFSound plug-ins.SND\MaddTheSane_cp2014-03-032-22/+55
| | | | | | | Messing with the link order. Messing with the DFSound’s xib constraints. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89251 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-168-10/+8
| | | | | | Set proper development region on the info.plists git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88348 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-057-131/+136
| | | | | | Fiddling with XIB constraints. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88251 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Fix some Pedantic warnings.SND\MaddTheSane_cp2014-01-025-5/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88210 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Remove untranslated Korean files.SND\MaddTheSane_cp2013-12-2923-975/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88197 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2013-12-291-3/+10
| | | | | | Minor code style change. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88196 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Wow, I feel like an idiot: I didn’t realize there was a setStringValue: in ↵SND\MaddTheSane_cp2013-12-172-12/+18
| | | | | | NSTextField. Using that instead of setting the title via the cell. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88137 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Initial work on OS X Korean localization.SND\MaddTheSane_cp2013-12-1723-0/+975
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88131 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2013-12-089-14/+32
| | | | | | | Localizing some strings in the Net Plug-In Changing three periods to ellipses on all localizations. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88069 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor changes to OS X’s info.plist files.SND\MaddTheSane_cp2013-12-088-10/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88068 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Messing with the OS X credits.SND\MaddTheSane_cp2013-12-0614-82/+113
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88065 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Adding Chinese localization from Sdchun.SND\MaddTheSane_cp2013-12-0418-7/+999
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88047 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor wording change on English version.SND\MaddTheSane_cp2013-12-021-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88039 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor constraint changes on OS X xibs.SND\MaddTheSane_cp2013-12-022-28/+40
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88038 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Some code changes.SND\MaddTheSane_cp2013-12-026-37/+28
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88035 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Replace three periods with ellipses on OS X localization files.SND\MaddTheSane_cp2013-12-024-6/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88033 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Even MORE OS X localization work.SND\MaddTheSane_cp2013-11-2720-39/+1598
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87985 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Apple seems to be really pushing OpenGL3, let’s see if I can make an ↵SND\MaddTheSane_cp2013-11-274-688/+828
| | | | | | | | OpenGL 3 context on the Software renderer. We’ll begin by splitting up the renderers into different files. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87979 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* More work on OS X localization.SND\MaddTheSane_cp2013-11-261-0/+4
| | | | | | Some OS X bug fixes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87971 e17a0e51-4ae3-4d35-97c3-1a29b211df97