summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2019-08-02InputCommon/DInputJoystick: Correct force-feedback flag testingLioncash
2019-07-23StringUtil: Use std::string_view moreJosJuice
2019-06-26Use separate libusb contexts to avoid thread safety issuesLéo Lam
2019-06-17InputCommon: Use nested namespace specifiers where applicableLioncash
2019-06-10Added key for relative inputMatthew Foulds
2019-06-08Merge pull request #8117 from weihuoya/threaded_envConnor McLaughlin
2019-06-07Core/ConfigManager: Use forward declarations where applicableLioncash
2019-05-31InputCommon/CMakeLists: Specify headers in target sourcesLioncash
2019-05-30Merge pull request #8138 from lioncash/input-stringLéo Lam
2019-05-29ControllerInterface/Device: Make DetectInput() a const member functionLioncash
2019-05-29ControllerInterface/Device: Take vector by const reference in DetectInput()Lioncash
2019-05-29ControllerInterface/Device: std::move strings in constructor where applicableLioncash
2019-05-29ControllerInterface/Device: Use std::string_view where applicableLioncash
2019-05-29GCAdapter: Update Android-specific sourceVincent Duvert
2019-05-29GCAdapter: Handle dynamic status updates for non-hotplug libusbVincent Duvert
2019-05-29GCPadWiiUConfigDialog: Update the adapter state dynamicallyVincent Duvert
2019-05-29GCAdapter: Report libusb open errors to the userVincent Duvert
2019-05-29GCAdapter: Close libusb handle if an open error occursVincent Duvert
2019-05-29android: thread local envweihuoya
2019-05-27Move libusb utilities to LibusbUtilsLéo Lam
2019-05-20Merge pull request #7992 from artemist/centeringLéo Lam
2019-05-18ControllerEmu: Add support for setting the center of a ReshapableInputArtemis Tosini
2019-05-14Merge pull request #8087 from spycrab/cmake_win2019spycrab
2019-05-08WiimoteEmu/DolphinQt: Rename "IR" to "Point" and eliminate redundant Forward/...Jordan Woyak
2019-05-08InputCommon/ControlGroup.h: Add missing includespycrab
2019-05-08InputCommon/Device.cpp: Add missing includespycrab
2019-05-08InputCommon/DInput.h: Add missing includespycrab
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-05-01WiimoteEmu/DolphinQt: Better extension display names.Jordan Woyak
2019-04-29InputCommon: Remove unused "sign" macro.Jordan Woyak
2019-04-27InputCommon: Make sure setting values are initialized in case they are used b...Jordan Woyak
2019-04-23WiimoteEmu: Improve emulated swing.Jordan Woyak
2019-04-23WiimoteEmu: Implement MotionPlus parameter y0 and other cleanups.Jordan Woyak
2019-04-20ControllerInterface/DInput: Optimize cursor position updating.Jordan Woyak
2019-04-15Merge pull request #8002 from JMC47/CursorSlowdownJMC47
2019-04-15Reduce Relative Input Cursor Speed DramaticallyJMC47
2019-04-13Merge pull request #7923 from jordan-woyak/full-surface-renameJMC47
2019-04-13ControllerInterface: Rename full surface analog inputs to be more visually di...Jordan Woyak
2019-04-12WiimoteEmu: Allow shake frequency and intensity to be configured. Other minor...Jordan Woyak
2019-04-07InputCommon: Clean up how numeric settings are handled. Add units of measure ...Jordan Woyak
2019-04-06Merge pull request #7689 from jordan-woyak/sdl-improveJMC47
2019-03-31InputCommon: Fix Win32 init race.Jordan Woyak
2019-03-30Merge pull request #7776 from jordan-woyak/wm_devicechangeJMC47
2019-03-29ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplu...Jordan Woyak
2019-03-29Add hotplug support to DInput and XInput controller backendsMichael M
2019-03-29Add ControllerInterface::Win32 to wrap XInput and DInputMichael M
2019-03-29HW/SI: GCAdapter calibration fix.Jordan Woyak
2019-03-23Merge pull request #7903 from spycrab/imgui_np_chatspycrab
2019-03-22Merge pull request #7918 from spycrab/iokit_refactorspycrab