summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
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-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
2020-07-08Merge pull request #8908 from jordan-woyak/wiimote-battery-haxLC
2020-07-07InputCommon/GCAdapter: Fix offbrand "GCAdapters" with a libusb_control_transf...Jordan Woyak
2020-06-28WiimoteCommon: Tweak battery level math.Jordan Woyak
2020-06-29Android: Enfore correct stick gate in overlayJosJuice
2020-05-10Merge pull request #8795 from WamWooWam/masterConnor McLaughlin
2020-05-10GCAdapter: add libusb error logging on reads/writesPierre Bourdon
2020-05-09Apply fixes to all platformsThomas May
2020-05-06Update ControllerInterface.cppThomas May
2020-05-02Remove redundant Config prefix from ConfigInfo/ConfigLocationLéo Lam
2020-04-27Merge pull request #8729 from JosJuice/android-touch-ir-defaultLéo Lam
2020-04-27Android: Use touch emulation of IR by defaultJosJuice
2020-04-27Merge pull request #8696 from howard0su/cleanup_shadowLéo Lam
2020-03-24Cleanup warnings of -Wmissing-declarationsJun Su