index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControllerInterface
/
OSX
Age
Commit message (
Expand
)
Author
2017-11-10
ControllerInterface: invoke callbacks in AddDevice/RemoveDevice
Michael M
2017-09-15
Prevent multiple HID elements of same usage type on OSX
Arthur Carlsson
2017-08-24
Implement GamePAd and MultiAxisController detection
Nick
2017-08-23
formatting cleanup
Nick
2017-08-22
keyboard fixes v2
Nick
2017-08-21
Depreciate old OSX Keyboard and Mouse
Nick
2017-08-01
Fix axis not working with Switch Pro controller on macOS
Jocelyn Turcotte
2017-04-15
Add headless support on macOS
Michael Maltese
2016-12-01
Merge pull request #4362 from ligfx/osxhotplug
Anthony
2016-11-30
ControllerInterface: enable hotplugging on macOS
Michael Maltese
2016-11-30
ControllerInterface: replace Reinitialize with RefreshDevices
Michael Maltese
2016-10-31
Merge pull request #4405 from xrix4096/mac-unknown-joyaxis
Markus Wick
2016-10-30
Use the IOHIDElement cookie as a part of the axis name for unknown axis. Prev...
Chris Pritchard
2016-10-24
Fix various comment typos
Sintendo
2016-07-14
ControllerInterface: Make the ID assigning code common
Léo Lam
2016-07-12
Strip whitespace from Evdev and OSX controller names.
Scott Mansell
2016-06-25
ControllerInterface: Switch to std::shared_ptr
Léo Lam
2016-06-25
ControllerInterface: Don't pass m_devices to the backends
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-02-05
normalize and check upper/lower bounds of hats input on OS X
Nick Tiberi
2015-10-02
InputCommon: Use NSNumber numeric literals in Obj-C code
Lioncash
2015-09-17
ControllerInterface: Fix -Winconsistent-missing-override warnings on OSX
Lioncash
2015-06-21
Fix misc. clang warnings - mostly complaints about inconsistent use of override.
comex
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-11-28
ControllerInterface: Make UpdateInput / UpdateOutput return void
Jasper St. Pierre
2014-11-28
ControllerInterface: Implement dummy UpdateInput / UpdateOutputs
Jasper St. Pierre
2014-10-28
Make some OSX-only functions static
Lioncash
2014-09-14
Kill off the wx casts within InputCommon and GLInterface.
Lioncash
2014-09-13
InputCommon: Initialize NSDictionaries using literal syntax.
Lioncash
2014-09-03
Change ControlState typedef to double, and change all related floats/doubles ...
Rachel Bryk
2014-08-30
InputCommon: Clean up brace placements
Lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-16
Fix some vertical alignments
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-09
ForceFeedback: Add OSX rumble support
Jules Blok
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre