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
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-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
2021-02-16
InputCommon: Move DynamicInputTextureConfiguration to DynamicInputTextures::C...
iwubcode
2021-02-11
InputCommon: When using dynamic input textures, only call force reload textur...
iwubcode
2021-01-27
msbuild: bundle all dolphin "core" code into single library
Shawn Hoffman
2021-01-27
rename InputCommon/ControllerInterface/Device to CoreDevice
Shawn Hoffman
2021-01-27
rename ciface::Wiimote to ciface::WiimoteController
Shawn Hoffman
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2021-01-05
Fix a couple of typos
Filippo Tarpini
2021-01-05
Merge pull request #9418 from Filoppi/patch-10
Léo Lam
2021-01-03
Fix DualShockUDP not adding/removing devices correctly
Filippo Tarpini
2021-01-02
Fix Quartz cursor going to +infinite if the window size was 0
Filippo Tarpini
2021-01-02
Fix DInput cursor going to +infinite if the window size was 0
Filippo Tarpini
2021-01-02
Fix XInput2 cursor going to +infinite if the window size was 0
Filippo Tarpini
2020-12-13
InputCommon: Fix callback dispatch deadlock
seth
2020-12-11
Merge pull request #9289 from AdmiralCurtiss/simple-png-api-write
Léo Lam
2020-12-05
InputCommon: fix dynamic input textures being not generated when the key or d...
iwubcode
2020-11-26
InputCommon: Use Common::SavePNG() to write images.
Admiral H. Curtiss
2020-11-26
Merge pull request #9232 from AdmiralCurtiss/show-result-value-in-expression-...
Léo Lam
2020-11-21
Fix variable shadowing warnings
Léo Lam
2020-11-17
Remove a redundant i18n comment
JosJuice
2020-11-16
Use positional arguments in all translatable fmt strings
JosJuice
2020-11-12
InputCommon: Migrate over to fmt-capable panic alerts
Lioncash
2020-11-08
InputCommon: Return error, if any, from ControlReference::SetExpression().
Admiral H. Curtiss
2020-11-03
Virtual Notch settings and UI for octagonal stick
Nick Michael
2020-10-23
InputCommon: Migrate logging over to fmt
Lioncash
2020-10-21
Merge pull request #9162 from jordan-woyak/quaternion
LC
2020-10-21
Merge pull request #9160 from jordan-woyak/xinput2-stuck-keys
Léo Lam
2020-10-20
ExpressionParser: Add missing <functional> include
Lioncash
2020-10-20
Merge pull request #9142 from jordan-woyak/expose-fov
Léo Lam
2020-10-20
Merge pull request #8318 from iwubcode/dynamic_input_textures
Léo Lam
2020-10-20
Merge pull request #9096 from jordan-woyak/calibration-cleanup
Léo Lam
2020-10-19
WiimoteEmu: Tweak IMUCursor total yaw setting tool-tip.
Jordan Woyak
2020-10-19
InputCommon/WiimoteEmu: Replace stateful rotational matrices with quaternions.
Jordan Woyak
2020-10-19
Linux/XInput2: Fix keys being stuck pressed on focus loss.
Jordan Woyak
2020-10-03
Core: Load custom textures after inputs has been loaded and avoid sending for...
iwubcode
2020-10-03
InputCommon: Introducing the "Dynamic Input Texture". Configuration links an...
iwubcode
2020-09-29
Merge pull request #9120 from JosJuice/controller-defaults
JMC47
2020-09-29
Fix controller defaults being empty on fresh run
JosJuice
2020-09-28
ControllerEmu: Increase "IMUPointer" "Total Yaw" default value to match that ...
Jordan Woyak
2020-09-28
ControllerEmu: Increase Total Yaw/Pitch default values to compensate for new ...
Jordan Woyak
2020-09-28
ControllerInterface/Wiimote: Add "IR Distance" input providing a calculated d...
Jordan Woyak
2020-09-25
ExpressionParser: Improve hotkey suppression logic. Allow activation with sim...
Jordan Woyak
2020-09-25
ExpressionParser: Replace ScopeGuard with custom deleter unique_ptr.
Jordan Woyak
2020-09-25
InputCommon: Improve input detection to produce buton combinations.
Jordan Woyak
[next]