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
/
ControlReference
Age
Commit message (
Expand
)
Author
2026-01-17
Fix various typos and spelling mistakes
Sintendo
2025-06-14
Source: Remove redundant lambda parameter lists
Dr. Dystopia
2025-02-21
Fix multiple minor warnings
Joshua Vandaƫle
2025-02-02
InputCommon/ExpressionParser: Add compound assignment operators.
Jordan Woyak
2025-02-02
Merge pull request #13315 from jordan-woyak/func-exp-cleanup
Admiral H. Curtiss
2025-02-02
Merge pull request #13314 from jordan-woyak/input-expressions-assignment-op-fix
Admiral H. Curtiss
2025-02-02
Merge pull request #13280 from jordan-woyak/input-expressions-highlighting
JMC47
2025-01-28
InputCommon/ExpressionParser: Make ValidateArguments access existing
Jordan Woyak
2025-01-28
InputCommon/ExpressionParser: Make function argument parsing error
Jordan Woyak
2025-01-28
InputCommon: Fix input expression assignment operator behavior.
Jordan Woyak
2025-01-27
Merge pull request #13178 from jordan-woyak/input-expressions-conditional-op
JMC47
2025-01-19
InputCommon/ExpressionParser: Require delimited tokens actually have their te...
Jordan Woyak
2025-01-17
ExpressionParser: Remove RemoveInertTokens.
Jordan Woyak
2025-01-17
InputCommon: Make input expression multiline-comment tokenizing less hacky.
Jordan Woyak
2024-12-15
Modernize `std::none_of` with ranges
mitaclaw
2024-12-15
Modernize `std::all_of` with ranges
mitaclaw
2024-11-07
InputCommon: Add ternary conditional operator to input expressions.
Jordan Woyak
2024-08-20
Remove redundant semicolons
Dr. Dystopia
2024-07-28
InputCommon: Translate ExpressionParser error messages
JosJuice
2024-04-12
NumericSetting: Stop values from binding to numbered input names.
Jordan Woyak
2024-04-12
ExpressionParser: Support unary plus operator.
Jordan Woyak
2023-12-12
Merge pull request #12399 from lioncash/erasing
Tilka
2023-12-12
ExpressionParser: Avoid some miscellaneous copies
Lioncash
2023-12-12
ExpressionParser: Mark constructors explicit where applicable
Lioncash
2023-12-12
ExpressionParser: Pass control qualifiers by const reference
Lioncash
2023-12-12
ExpressionParser: Make use of std::erase_if
Lioncash
2023-06-08
Prefer static const std::regex
get
2023-02-17
InputCommon: Fix memory leak in ExpressionParser
Pokechu22
2022-10-11
Input: Add "abs" input expression function.
Jordan Woyak
2022-07-25
StripSpaces: only strip spaces
Shawn Hoffman
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-24
Expose Control Expression variables to mappings UI
Filoppi
2021-05-12
InputCommon: follow coding conventions
Filoppi
2021-05-12
Add mixed comments to input code, make some tooltip clearer
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-01-27
rename InputCommon/ControllerInterface/Device to CoreDevice
Shawn Hoffman
2020-11-08
InputCommon: Return error, if any, from ControlReference::SetExpression().
Admiral H. Curtiss
2020-10-20
ExpressionParser: Add missing <functional> include
Lioncash
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: Make hotkeys and input detection aware of Ctrl -> L_Ctrl / R_Ctr...
Jordan Woyak
2020-09-25
InputCommon: Clean up modifier ignoring logic.
Jordan Woyak
2020-09-25
ExpressionParser: Allow duplicate and superset modifier hotkeys to function.
Jordan Woyak
2020-09-25
ExpressionParser: Suppress inputs when hotkey modifiers are pressed.
Jordan Woyak
2020-09-25
ExpressionParser: Add Hotkey syntax.
Jordan Woyak
2020-08-02
InputCommon: Add a handful of math functions to the expression parser.
Admiral H. Curtiss
[next]