summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
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
2019-03-22InputCommon/OSX: Refactor IOKit controller interfacespycrab
2019-03-21Merge pull request #7906 from jordan-woyak/leak-fixTilka
2019-03-21Core/Host: Allow frontends to block inputsspycrab
2019-03-19ControllerInterface: Unbreak DirectInput POV Hats having bad values on init.Jordan Woyak
2019-03-17DolphinQt/InputCommon: Fix a few memory leaks.Jordan Woyak
2019-03-17ControllerInterface: SDL: Replace unclear bool parameter with enum class.Jordan Woyak
2019-03-17ControllerInterface: SDL cleanup and FF effect fixes.Jordan Woyak
2019-03-13Merge pull request #7829 from jordan-woyak/detect-input-improveJMC47
2019-03-05Merge pull request #7806 from jordan-woyak/wiimote-emu-swing-improveTilka
2019-03-03ControllerInterface/DolphinQt: Make mapping "all devices" way less hacky.Jordan Woyak
2019-03-03ControllerInterface: Input detection improvements.Jordan Woyak
2019-03-03WiimoteEmu: Reimplement tilt/swing/camera/orientation data using matrix math.Jordan Woyak
2019-03-01ControllerEmu: Deadzone math fix.Jordan Woyak
2019-02-13Merge pull request #7792 from jordan-woyak/auto-calibrationTilka
2019-02-13Merge pull request #7798 from ShFil119/impr/emptyTilka
2019-02-13Use empty instead of sizeFilip Gawin
2019-02-10DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input ca...Jordan Woyak
2019-02-03Merge pull request #7688 from jordan-woyak/evdev-improveAnthony
2019-02-02WiimoteEmu: Code cleanups.Jordan Woyak
2019-02-02WiimoteEmu: Major renaming and cleanup.Jordan Woyak
2019-02-02ControllerEmu: Round input floats instead of casting to prevent almost-neutra...Jordan Woyak
2019-01-26Android: Optimize rumble callzackhow
2019-01-23Load custom game IR values if they are not setzackhow
2019-01-19Android: Add touch to move pointer in overlayzackhow
2019-01-17ControllerInterface: evdev: Replace unclear bool parameter with enum class.Jordan Woyak
2019-01-17ControllerInterface: evdev: Cleanup rumble effect processing so effects aren'...Jordan Woyak
2019-01-16Merge pull request #7664 from jordan-woyak/kill-button-thresholdLéo Lam