index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
Age
Commit message (
Expand
)
Author
2021-06-07
InputCommon: fix 2nd+ controller not defaulting to the default device
Filoppi
2021-06-07
Merge pull request #9792 from sepalani/lint
Léo Lam
2021-06-07
Lint: End of namespace
Sepalani
2021-06-07
InputCommon: Make Wiimote rumble variable thread safe
Filoppi
2021-06-07
ControllerInterface: fix DSU thread safety and use PlatformPopulateDevices()
Filoppi
2021-06-07
ControllerInterface: polish DInput Keyboard and Mouse (add comments and logs)
Filoppi
2021-06-07
ControllerInterface: DInput Joystick fix non thread safe static variable
Filoppi
2021-06-07
ControllerInterface: Implement ChangeWindow on DInput without recreating the ...
Filoppi
2021-06-07
ControllerInterface: devices population is now async so implement devices sor...
Filoppi
2021-06-07
ControllerInterface: make evdev use PlatformPopulateDevices
Filoppi
2021-06-07
ControllerInterface: make SDL use PlatformPopulateDevices()
Filoppi
2021-06-07
ControllerInterface: make real Wiimote use PlatformPopulateDevices()
Filoppi
2021-06-07
ControllerInterface: Remove OSX window handle
Filoppi
2021-06-07
ControllerInterface: Refactor
Filoppi
2021-06-07
ControllerInterface: mixed comments
Filoppi
2021-06-07
ControllerInterface: fix rare deadlock
Filoppi
2021-05-31
ControllerInterface: make DSU inputs start from resting pose instead of 0. Ad...
Filoppi
2021-05-31
ControllerInterface: DSU polish: avoid hanging host thread, add disconnection...
Filoppi
2021-05-31
ControllerInterface: fix DSU using the same client uid between server and con...
Filoppi
2021-05-24
Expose Control Expression variables to mappings UI
Filoppi
2021-05-19
IMUGyroscope: make GetState update optional (on by default), fix const, clean...
Filoppi
2021-05-19
InputCommon: improve code that returns a controller attachment index
Filoppi
2021-05-19
IMUAccelerometer: consistency of BoundCount checks
Filoppi
2021-05-14
Merge pull request #9688 from Filoppi/input_cleanup
Scott Mansell
2021-05-12
StickGate: add custom clamp value
Filoppi
2021-05-12
InputCommon: follow coding conventions
Filoppi
2021-05-12
InputCommon: clamp the attachment setting max to its actual enum max
Filoppi
2021-05-12
Add mixed comments to input code, make some tooltip clearer
Filoppi
2021-05-12
InputCommon: fix serialization of control expression with line breaks
Filoppi
2021-05-10
InputCommon: follow coding conventions and rename GetState() to UpdateState()
Filoppi
2021-05-10
InputCommon: add a ton of missing consts
Filoppi
2021-05-05
InputCommon: replace SerialInterface log with ControllerInterface
Filoppi
2021-04-28
Merge pull request #9674 from Filoppi/fix_hotkey_suppresion_crash
Jordan Woyak
2021-04-26
InputCommon: small hotkey threshold symmetry fix
Filoppi
2021-04-26
InputCommon: fix hotkey suppression crash if nullptr suppressions were added ...
Filoppi
2021-04-02
Replace uses of cassert with Common/Assert.h
Pokechu22
2021-03-17
InputCommon: Allow for partial gyro mapping; for Free Look, this allows you t...
iwubcode
2021-03-17
InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides th...
iwubcode
2021-03-16
Merge pull request #9558 from iwubcode/dsu-multi-server-avoid-blocking
Léo Lam
2021-03-07
Touchscreen: Add override specifiers
Dentomologist
2021-03-07
ControllerInterface: Fix unused-result warning
Dentomologist
2021-03-07
FreeLookController: Fix signed/unsigned warning
Dentomologist
2021-03-05
InputCommon: instead of blocking on individual DSU server sockets, block on a...
iwubcode
2021-03-02
Merge pull request #9539 from iwubcode/dynamic_input_tex_more_optimizations
Léo Lam
2021-03-01
Merge pull request #9492 from nolange/fix_norandr_build
Léo Lam
2021-02-27
InputCommon: reduce number of image loads and texture cache invalidations by ...
iwubcode
2021-02-26
Common: don't call OnConfigChanged() unless it has actually changed
Filoppi
2021-02-22
Cleanup X11 and XRANDR Macros
Norbert Lange
2021-02-19
InputCommon: Move initial dynamic input texture configuration logic to a 'spe...
iwubcode
2021-02-16
InputCommon: Move DynamicInputTextureData to DynamicInputTextures::Data
iwubcode
[next]