summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
2018-09-07Android: Add rumble for phonezackhow
2018-08-27InputCommon/XInput2: Increase mouse buttons to 32Techjar
2018-06-04Add hotplug support to SDL2 controller backendMichael M
2018-06-04SDLJoystick: store name on creationMichael M
2018-06-04CMake: make SDL a private dep of InputCommonMichael M
2018-04-12Reformat all the things!spycrab
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-02-07Merge pull request #6355 from myfreeweb/clang6-warningAnthony
2018-02-05Ignore -Wregister to calm down recent clang and GCC (C++17 mode)Greg V
2018-02-05evdev: Always unref received udev devicesLéo Lam
2018-02-04evdev: Don't leak eventfd on shutdownLéo Lam
2018-02-04evdev: Fix select() callLéo Lam
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