summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
2017-12-15Merge pull request #6166 from ligfx/invokedeviceschangedcallbacksLeo Lam
2017-11-19DeviceQualifier: small cleanupMichael M
2017-11-19GCPadEmu: only connected if default device connectedMichael Maltese
2017-11-11evdev: Correctly calculate axis range for min values greater than 0.Scott Pleb
2017-11-10ControllerInterface: don't call InvokeDevicesChangedCallbacks more than once ...Michael M
2017-11-10ControllerInterface: add mutex around callbacks vectorMichael M
2017-11-10ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacksMichael M
2017-11-10ControllerInterface: invoke callbacks in AddDevice/RemoveDeviceMichael M
2017-09-15Prevent multiple HID elements of same usage type on OSXArthur Carlsson
2017-09-09Common: Move version strings to their own headerLioncash
2017-08-24Implement GamePAd and MultiAxisController detectionNick
2017-08-23formatting cleanupNick
2017-08-22keyboard fixes v2Nick
2017-08-21Depreciate old OSX Keyboard and MouseNick
2017-08-17Merge pull request #5742 from ToadKing/fix-bad-controllersLeo Lam
2017-08-09Ignore capabilities reported by an XInput deviceMichael Lelli
2017-08-01Fix axis not working with Switch Pro controller on macOSJocelyn Turcotte
2017-06-11StringUtil: Make SplitString return by valueLéo Lam
2017-06-05Merge pull request #5276 from ligfx/macosheadlessshuffle2
2017-06-05Fix minor formatting issuesLéo Lam
2017-06-03Device: Provide operator!= counterparts to operator== for DeviceQualifierLioncash
2017-04-15Add headless support on macOSMichael Maltese
2017-02-20Add missing "functional" includeSteven Newbury
2017-02-07InputCommon: Extract ControlReference from ControllerInterfaceMichael Maltese
2017-01-23No longer need to //clang-format off for Windows headersMichael Maltese
2017-01-23Add includes for building on Windows without PCHMichael Maltese
2017-01-02macOS: Add missing includes to fix no-PCH buildhthh
2016-12-26evdev: reduce startup timeTillmann Karras
2016-12-05evdev: set flag in a thread-safe wayTillmann Karras
2016-12-05evdev: fix shutdown hangTillmann Karras
2016-12-01Merge pull request #4362 from ligfx/osxhotplugAnthony
2016-11-30ControllerInterface: enable hotplugging on macOSMichael Maltese
2016-11-30ControllerInterface: replace Reinitialize with RefreshDevicesMichael Maltese
2016-11-30ControllerInterface: clear devices before shutting down backendsMichael Maltese
2016-10-31Merge pull request #4405 from xrix4096/mac-unknown-joyaxisMarkus Wick
2016-10-31Merge pull request #4376 from leoetlino/warning-fixMarkus Wick
2016-10-30Use the IOHIDElement cookie as a part of the axis name for unknown axis. Prev...Chris Pritchard
2016-10-24Fix various comment typosSintendo
2016-10-23Fix -Wunused-result warningsLéo Lam
2016-10-03InputCommon: Fix formatting issues in QuartzLéo Lam
2016-10-03Merge pull request #4111 from EmptyChaos/startup-perf-langsshuffle2
2016-10-03Merge pull request #4102 from ligfx/quartz_inputshuffle2
2016-09-04InputCommon: Remove the Xlib backendJasper St. Pierre
2016-09-04XInput2: Only do a round trip when the mouse has movedJasper St. Pierre
2016-08-11InputCommon: Fix slow startup on some Windows systemsEmptyChaos
2016-08-09And pull KeycodeToName into its own functionMichael Maltese
2016-08-09use a std::map instead of running through the AOSMichael Maltese
2016-08-09use std::to_string instead of sstreamMichael Maltese
2016-08-09clang-format and cleaning up Key::GetNameMichael Maltese
2016-08-09style fixesMichael Maltese