summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2020-10-23InputCommon: Migrate logging over to fmtLioncash
2020-10-21Merge pull request #9162 from jordan-woyak/quaternionLC
2020-10-21Merge pull request #9160 from jordan-woyak/xinput2-stuck-keysLéo Lam
2020-10-20ExpressionParser: Add missing <functional> includeLioncash
2020-10-20Merge pull request #9142 from jordan-woyak/expose-fovLéo Lam
2020-10-20Merge pull request #8318 from iwubcode/dynamic_input_texturesLéo Lam
2020-10-20Merge pull request #9096 from jordan-woyak/calibration-cleanupLéo Lam
2020-10-19WiimoteEmu: Tweak IMUCursor total yaw setting tool-tip.Jordan Woyak
2020-10-19InputCommon/WiimoteEmu: Replace stateful rotational matrices with quaternions.Jordan Woyak
2020-10-19Linux/XInput2: Fix keys being stuck pressed on focus loss.Jordan Woyak
2020-10-03Core: Load custom textures after inputs has been loaded and avoid sending for...iwubcode
2020-10-03InputCommon: Introducing the "Dynamic Input Texture". Configuration links an...iwubcode
2020-09-29Merge pull request #9120 from JosJuice/controller-defaultsJMC47
2020-09-29Fix controller defaults being empty on fresh runJosJuice
2020-09-28ControllerEmu: Increase "IMUPointer" "Total Yaw" default value to match that ...Jordan Woyak
2020-09-28ControllerEmu: Increase Total Yaw/Pitch default values to compensate for new ...Jordan Woyak
2020-09-28ControllerInterface/Wiimote: Add "IR Distance" input providing a calculated d...Jordan Woyak
2020-09-25ExpressionParser: Improve hotkey suppression logic. Allow activation with sim...Jordan Woyak
2020-09-25ExpressionParser: Replace ScopeGuard with custom deleter unique_ptr.Jordan Woyak
2020-09-25InputCommon: Improve input detection to produce buton combinations.Jordan Woyak
2020-09-25InputCommon: Make hotkeys and input detection aware of Ctrl -> L_Ctrl / R_Ctr...Jordan Woyak
2020-09-25InputCommon: Clean up modifier ignoring logic.Jordan Woyak
2020-09-25ControllerInterface: Add platform consistent names for modifier keys.Jordan Woyak
2020-09-25ExpressionParser: Allow duplicate and superset modifier hotkeys to function.Jordan Woyak
2020-09-25InputCommon: Support detecting combinations of inputs. (Hotkeys)Jordan Woyak
2020-09-25ExpressionParser: Suppress inputs when hotkey modifiers are pressed.Jordan Woyak
2020-09-25ExpressionParser: Add Hotkey syntax.Jordan Woyak
2020-09-20Merge pull request #8840 from Techjar/evdev-combining-physJordan Woyak
2020-09-19ControllerEmu: Improve and simplify UpdateCalibrationData.Jordan Woyak
2020-09-14Merge pull request #8985 from jordan-woyak/btemu-cleanupJMC47
2020-09-08ControllerInterface: Combine evdev devices with the same physical location in...Techjar
2020-08-26GCAdapter_Android: Minor cleanupRyan Meredith
2020-08-22name some threadsShawn Hoffman
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22windows: disable C4200 directly in libusb.hShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-08-16BTEmu/Wiimote: Cleanups/Fixes.Jordan Woyak
2020-08-08Fix various -Wshadow warningsTillmann Karras
2020-08-08Merge pull request #8804 from iwubcode/dsu-improvementsTilka
2020-08-02InputCommon: Add a handful of math functions to the expression parser.Admiral H. Curtiss
2020-07-18Merge pull request #8905 from JosJuice/jni-encodingLC
2020-07-18Use range loop (if possible)Filip Gawin
2020-07-17DolphinQt / InputCommon - add DSU string validator to avoid crashes, limited ...iwubcode
2020-07-17DolphinQt / InputCommon: Support multiple DSU serversiwubcode
2020-07-12Merge pull request #8936 from jordan-woyak/wiimote-extension-calibration-fixLC
2020-07-11WiimoteEmu: Allow writes of the i2c bus to play speaker data.Jordan Woyak
2020-07-11ControllerInterface/Wiimote: Provide fallback values for extensions with bad ...Jordan Woyak
2020-07-09InputCommon/GCAdapter: Unbreak Mayflash GCAdapters by allowing libusb_control...Jordan Woyak
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2020-07-08Merge pull request #8907 from JosJuice/android-overlay-stick-gateLC