summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
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
2016-08-08Add Quartz/CoreGraphics controller interface for default k&m eventsMichael Maltese
2016-07-30InputConfigDiag: Don't prevent closing dialog if device not foundLéo Lam
2016-07-29evdev: Add hotplugging supportLéo Lam
2016-07-29ControllerInterface: Don't block on UpdateInput()Léo Lam
2016-07-29ControllerInterface: Add RemoveDevice()Léo Lam
2016-07-29ControllerInterface: Add a way to register callbacksLéo Lam
2016-07-14ControllerInterface: Make the ID assigning code commonLéo Lam
2016-07-12Strip whitespace from Evdev and OSX controller names.Scott Mansell
2016-07-11evdev: Clamp axis values to the 0.0-1.0 rangeLéo Lam
2016-06-26Merge pull request #3943 from ShadowsFriend/nopch-fixMat M
2016-06-25Device: Use std::tie for DeviceQualifier's operator==Lioncash
2016-06-26ControllerInterface: Include memory to fix building without pchChristian Widmer
2016-06-25ControllerInterface: Switch to std::shared_ptrLéo Lam
2016-06-25Fix a small formatting issueLéo Lam
2016-06-25ControllerInterface: Add synchronisationLéo Lam
2016-06-25ControllerInterface: Don't pass m_devices to the backendsLéo Lam
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-04-23XInput: Apply Rumble/Motor output only on changes (again)mimimi085181
2016-02-06Merge pull request #3595 from Sonicadvance1/Android_headlessRyan Houdek
2016-02-05normalize and check upper/lower bounds of hats input on OS XNick Tiberi
2016-02-05Use cmake to determine if we are enabling the Android Controller InterfaceRyan Houdek
2016-01-20[Pipe input] Make the commands locale-unawaremathieui