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
2025-01-01
InputCommon: Move input mapping function into a class for non-blocking usage.
Jordan Woyak
2025-01-01
Simplify `std::find` with `Common::Contains`
mitaclaw
2024-12-26
Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-of
JMC47
2024-12-20
Merge pull request #13091 from mitaclaw/ranges-modernization-2-returns
JMC47
2024-12-15
Modernize `std::none_of` with ranges
mitaclaw
2024-12-15
Modernize `std::any_of` with ranges
mitaclaw
2024-12-15
Modernize `std::all_of` with ranges
mitaclaw
2024-12-04
InputCommon/SDL: Add touchpad inputs.
Jordan Woyak
2024-12-04
Merge pull request #13174 from jordan-woyak/sdl-battery
JMC47
2024-12-01
Android/GCAdapter: Don't join current thread
JosJuice
2024-11-17
Merge pull request #13156 from jordan-woyak/sdl-no-wgi
JosJuice
2024-11-04
ControllerInterface/SDL: Add Battery Input.
Jordan Woyak
2024-11-03
InputCommon: Move FullAnalogSurface class definition out of header file.
Jordan Woyak
2024-11-03
InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.
Jordan Woyak
2024-11-02
InputCommon: Disable DualSense Player LED
dreamsyntax
2024-10-31
ControllerInterface/SDL: Fix device removal event processing.
Jordan Woyak
2024-10-30
ControllerInterface/SDL: Disable SDL's Windows.Gaming.Input controller handling.
Jordan Woyak
2024-10-27
Merge pull request #13096 from mitaclaw/ranges-modernization-7-rewrite
JMC47
2024-10-17
Modernize `std::unique` with ranges
mitaclaw
2024-10-15
Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial
JosJuice
2024-10-11
ControllerEmu: Change trigger threshold check to >= instead of > and set mini...
Jordan Woyak
2024-10-10
C++20: Synthesize `operator!=` From `operator==`
mitaclaw
2024-10-10
Modernize `std::set_intersection` with ranges
mitaclaw
2024-10-10
Modernize `std::sort` with ranges
mitaclaw
2024-10-10
Modernize `std::fill` with ranges
mitaclaw
2024-10-10
Modernize `std::equal` with ranges
mitaclaw
2024-10-10
Modernize `std::count_if` with ranges
mitaclaw
2024-10-09
Simplify `std::transform` with `std::ranges::transform_view`
mitaclaw
2024-10-09
Simplify `std::fill` with `std::array::fill`
mitaclaw
2024-09-22
StringUtil: Remove `JoinStrings`
mitaclaw
2024-08-20
Remove redundant semicolons
Dr. Dystopia
2024-08-15
Misc. Container Find Changes
mitaclaw
2024-08-15
Use 'contains' method
mitaclaw
2024-08-14
Use 'contains' method
Dr. Dystopia
2024-08-07
Merge pull request #12961 from JosJuice/expression-parser-translation
Tilka
2024-07-28
InputCommon: Translate ExpressionParser error messages
JosJuice
2024-07-26
Adjust order and spacing of various #includes
Dentomologist
2024-07-21
Use C++20 erase_if() instead of erase(remove_if()) (NFC)
Tillmann Karras
2024-06-15
Merge pull request #12850 from jordan-woyak/device-sorting
Admiral H. Curtiss
2024-06-15
ControllerInterface: Adjust sort priorities to ensure default keyboard-mouse ...
Jordan Woyak
2024-06-15
Merge pull request #12818 from iwubcode/json_file_operations
Admiral H. Curtiss
2024-05-31
InputCommon / VideoCommon: update to use new JsonFromFile function
iwubcode
2024-05-31
TAS Input: Enable hotkeys and controller input when Input has focus
Dentomologist
2024-05-21
Merge pull request #12711 from jordan-woyak/modifier-range-ini-default
Admiral H. Curtiss
2024-04-22
port to OpenBSD
Guilherme Janczak
2024-04-15
InputCommon: Fix unnecessary "Modifier/Range" ini file entries.
Jordan Woyak
2024-04-15
DolphinQt/Mapping: Disable relative input when "Mouse Controlled Pointing" bu...
Jordan Woyak
2024-04-13
Android/ControllerInterface: Run the init code
JosJuice
2024-04-13
Merge pull request #12632 from jordan-woyak/input-backend-impls
Tilka
2024-04-12
NumericSetting: Stop values from binding to numbered input names.
Jordan Woyak
[next]