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
/
ControllerEmu
/
ControlGroup
/
ModifySettingsButton.cpp
Age
Commit message (
Expand
)
Author
2026-04-17
Improve usage of std::move and const references parameters
Martino Fontana
2026-01-25
Remove unused imports
Martino Fontana
2023-06-12
ControllerEmu: Convert Translatability to enum class
Dentomologist
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-10
InputCommon: follow coding conventions and rename GetState() to UpdateState()
Filoppi
2020-02-09
InputCommon: Clean up creation of inputs.
Jordan Woyak
2020-02-09
InputCommon: Eliminate some duplicated button threshold logic.
Jordan Woyak
2020-02-08
InputCommon: Allow controller settings specified with input expresions.
Jordan Woyak
2019-04-07
InputCommon: Clean up how numeric settings are handled. Add units of measure ...
Jordan Woyak
2019-01-16
Merge pull request #7664 from jordan-woyak/kill-button-threshold
Léo Lam
2018-12-31
ControllerEmu: Killed the Buttons group threshold setting.
Jordan Woyak
2018-12-29
WiimoteEmu: Remove redundant threshold setting from hotkeys button group.
Jordan Woyak
2018-04-13
ControllerEmu: Use enum instead of bool for translatability
JosJuice
2018-04-13
Translate certain button names but not all
JosJuice
2017-05-06
Don't translate button names
JosJuice
2017-04-30
Remove incorrect usage of _trans
JosJuice
2017-03-02
InputCommon: move Setting classes out of ControlGroup
Michael Maltese
2017-02-09
ControllerEmu: Separate ControlGroup from ControllerEmu
Lioncash