summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2021-06-07InputCommon: fix 2nd+ controller not defaulting to the default deviceFiloppi
2021-06-07Merge pull request #9792 from sepalani/lintLéo Lam
2021-06-07Lint: End of namespaceSepalani
2021-06-07InputCommon: Make Wiimote rumble variable thread safeFiloppi
2021-06-07ControllerInterface: fix DSU thread safety and use PlatformPopulateDevices()Filoppi
2021-06-07ControllerInterface: polish DInput Keyboard and Mouse (add comments and logs)Filoppi
2021-06-07ControllerInterface: DInput Joystick fix non thread safe static variableFiloppi
2021-06-07ControllerInterface: Implement ChangeWindow on DInput without recreating the ...Filoppi
2021-06-07ControllerInterface: devices population is now async so implement devices sor...Filoppi
2021-06-07ControllerInterface: make evdev use PlatformPopulateDevicesFiloppi
2021-06-07ControllerInterface: make SDL use PlatformPopulateDevices()Filoppi
2021-06-07ControllerInterface: make real Wiimote use PlatformPopulateDevices()Filoppi
2021-06-07ControllerInterface: Remove OSX window handleFiloppi
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