summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2021-06-07ControllerInterface: RefactorFiloppi
2021-06-07ControllerInterface: mixed commentsFiloppi
2021-06-07ControllerInterface: fix rare deadlockFiloppi
2021-05-31ControllerInterface: make DSU inputs start from resting pose instead of 0. Ad...Filoppi
2021-05-31ControllerInterface: DSU polish: avoid hanging host thread, add disconnection...Filoppi
2021-05-31ControllerInterface: fix DSU using the same client uid between server and con...Filoppi
2021-05-24Expose Control Expression variables to mappings UIFiloppi
2021-05-19IMUGyroscope: make GetState update optional (on by default), fix const, clean...Filoppi
2021-05-19InputCommon: improve code that returns a controller attachment indexFiloppi
2021-05-19IMUAccelerometer: consistency of BoundCount checksFiloppi
2021-05-14Merge pull request #9688 from Filoppi/input_cleanupScott Mansell
2021-05-12StickGate: add custom clamp valueFiloppi
2021-05-12InputCommon: follow coding conventionsFiloppi
2021-05-12InputCommon: clamp the attachment setting max to its actual enum maxFiloppi
2021-05-12Add mixed comments to input code, make some tooltip clearerFiloppi
2021-05-12InputCommon: fix serialization of control expression with line breaksFiloppi
2021-05-10InputCommon: follow coding conventions and rename GetState() to UpdateState()Filoppi
2021-05-10InputCommon: add a ton of missing constsFiloppi
2021-05-05InputCommon: replace SerialInterface log with ControllerInterfaceFiloppi
2021-04-28Merge pull request #9674 from Filoppi/fix_hotkey_suppresion_crashJordan Woyak
2021-04-26InputCommon: small hotkey threshold symmetry fixFiloppi
2021-04-26InputCommon: fix hotkey suppression crash if nullptr suppressions were added ...Filoppi
2021-04-02Replace uses of cassert with Common/Assert.hPokechu22
2021-03-17InputCommon: Allow for partial gyro mapping; for Free Look, this allows you t...iwubcode
2021-03-17InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides th...iwubcode
2021-03-16Merge pull request #9558 from iwubcode/dsu-multi-server-avoid-blockingLéo Lam
2021-03-07Touchscreen: Add override specifiersDentomologist
2021-03-07ControllerInterface: Fix unused-result warningDentomologist
2021-03-07FreeLookController: Fix signed/unsigned warningDentomologist
2021-03-05InputCommon: instead of blocking on individual DSU server sockets, block on a...iwubcode
2021-03-02Merge pull request #9539 from iwubcode/dynamic_input_tex_more_optimizationsLéo Lam
2021-03-01Merge pull request #9492 from nolange/fix_norandr_buildLéo Lam
2021-02-27InputCommon: reduce number of image loads and texture cache invalidations by ...iwubcode
2021-02-26Common: don't call OnConfigChanged() unless it has actually changedFiloppi
2021-02-22Cleanup X11 and XRANDR MacrosNorbert Lange
2021-02-19InputCommon: Move initial dynamic input texture configuration logic to a 'spe...iwubcode
2021-02-16InputCommon: Move DynamicInputTextureData to DynamicInputTextures::Dataiwubcode
2021-02-16InputCommon: Move DynamicInputTextureConfiguration to DynamicInputTextures::C...iwubcode
2021-02-11InputCommon: When using dynamic input textures, only call force reload textur...iwubcode
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27rename InputCommon/ControllerInterface/Device to CoreDeviceShawn Hoffman
2021-01-27rename ciface::Wiimote to ciface::WiimoteControllerShawn Hoffman
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2021-01-05Fix a couple of typosFilippo Tarpini
2021-01-05Merge pull request #9418 from Filoppi/patch-10Léo Lam
2021-01-03Fix DualShockUDP not adding/removing devices correctlyFilippo Tarpini
2021-01-02Fix Quartz cursor going to +infinite if the window size was 0Filippo Tarpini
2021-01-02Fix DInput cursor going to +infinite if the window size was 0Filippo Tarpini
2021-01-02Fix XInput2 cursor going to +infinite if the window size was 0Filippo Tarpini
2020-12-13InputCommon: Fix callback dispatch deadlockseth