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
Age
Commit message (
Expand
)
Author
2017-12-15
Merge pull request #6166 from ligfx/invokedeviceschangedcallbacks
Leo Lam
2017-11-19
DeviceQualifier: small cleanup
Michael M
2017-11-19
GCPadEmu: only connected if default device connected
Michael Maltese
2017-11-11
evdev: Correctly calculate axis range for min values greater than 0.
Scott Pleb
2017-11-10
ControllerInterface: don't call InvokeDevicesChangedCallbacks more than once ...
Michael M
2017-11-10
ControllerInterface: add mutex around callbacks vector
Michael M
2017-11-10
ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacks
Michael M
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-09-09
Common: Move version strings to their own header
Lioncash
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-17
Merge pull request #5742 from ToadKing/fix-bad-controllers
Leo Lam
2017-08-09
Ignore capabilities reported by an XInput device
Michael Lelli
2017-08-01
Fix axis not working with Switch Pro controller on macOS
Jocelyn Turcotte
2017-06-11
StringUtil: Make SplitString return by value
Léo Lam
2017-06-05
Merge pull request #5276 from ligfx/macosheadless
shuffle2
2017-06-05
Fix minor formatting issues
Léo Lam
2017-06-03
Device: Provide operator!= counterparts to operator== for DeviceQualifier
Lioncash
2017-04-15
Add headless support on macOS
Michael Maltese
2017-02-20
Add missing "functional" include
Steven Newbury
2017-02-07
InputCommon: Extract ControlReference from ControllerInterface
Michael Maltese
2017-01-23
No longer need to //clang-format off for Windows headers
Michael Maltese
2017-01-23
Add includes for building on Windows without PCH
Michael Maltese
2017-01-02
macOS: Add missing includes to fix no-PCH build
hthh
2016-12-26
evdev: reduce startup time
Tillmann Karras
2016-12-05
evdev: set flag in a thread-safe way
Tillmann Karras
2016-12-05
evdev: fix shutdown hang
Tillmann Karras
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-11-30
ControllerInterface: clear devices before shutting down backends
Michael Maltese
2016-10-31
Merge pull request #4405 from xrix4096/mac-unknown-joyaxis
Markus Wick
2016-10-31
Merge pull request #4376 from leoetlino/warning-fix
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-10-23
Fix -Wunused-result warnings
Léo Lam
2016-10-03
InputCommon: Fix formatting issues in Quartz
Léo Lam
2016-10-03
Merge pull request #4111 from EmptyChaos/startup-perf-langs
shuffle2
2016-10-03
Merge pull request #4102 from ligfx/quartz_input
shuffle2
2016-09-04
InputCommon: Remove the Xlib backend
Jasper St. Pierre
2016-09-04
XInput2: Only do a round trip when the mouse has moved
Jasper St. Pierre
2016-08-11
InputCommon: Fix slow startup on some Windows systems
EmptyChaos
2016-08-09
And pull KeycodeToName into its own function
Michael Maltese
2016-08-09
use a std::map instead of running through the AOS
Michael Maltese
2016-08-09
use std::to_string instead of sstream
Michael Maltese
2016-08-09
clang-format and cleaning up Key::GetName
Michael Maltese
2016-08-09
style fixes
Michael Maltese
[next]