summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2025-02-15Merge pull request #13320 from jordan-woyak/detect-alternationsJMC47
2025-02-08Merge pull request #13318 from sanjay900/dont-detach-macosOatmealDome
2025-02-02InputCommon/ExpressionParser: Add compound assignment operators.Jordan Woyak
2025-02-02Merge pull request #13208 from Dentomologist/wiitasinputwindow_update_on_atta...Admiral H. Curtiss
2025-02-02Merge pull request #13315 from jordan-woyak/func-exp-cleanupAdmiral H. Curtiss
2025-02-02Merge pull request #13314 from jordan-woyak/input-expressions-assignment-op-fixAdmiral H. Curtiss
2025-02-02Merge pull request #13280 from jordan-woyak/input-expressions-highlightingJMC47
2025-02-01DolphinQt/Mapping: Add setting to enable waiting for alternate mappingsJordan Woyak
2025-02-01LibusbDevice: Don't detach kernel drivers on macOSSanjay Govind
2025-01-28InputCommon/ExpressionParser: Make ValidateArguments access existingJordan Woyak
2025-01-28InputCommon/ExpressionParser: Make function argument parsing errorJordan Woyak
2025-01-28InputCommon: Fix input expression assignment operator behavior.Jordan Woyak
2025-01-28Merge pull request #13304 from JoshuaVandaele/argsegfaultAdmiral H. Curtiss
2025-01-27Merge pull request #13178 from jordan-woyak/input-expressions-conditional-opJMC47
2025-01-24Fix segfault when passing invalid argumentsJoshua Vandaƫle
2025-01-21InputCommon: Add support for SDL gamecontroller rumble triggers.Jordan Woyak
2025-01-21InputCommon: Make SDL Motor L/R Outputs not fight each other.Jordan Woyak
2025-01-19InputCommon/ExpressionParser: Require delimited tokens actually have their te...Jordan Woyak
2025-01-18WiiTASInputWindow: Update controls when attachment changesDentomologist
2025-01-17ExpressionParser: Remove RemoveInertTokens.Jordan Woyak
2025-01-17InputCommon: Make input expression multiline-comment tokenizing less hacky.Jordan Woyak
2025-01-01InputCommon: Move input mapping function into a class for non-blocking usage.Jordan Woyak
2025-01-01Simplify `std::find` with `Common::Contains`mitaclaw
2024-12-26Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-ofJMC47
2024-12-20Merge pull request #13091 from mitaclaw/ranges-modernization-2-returnsJMC47
2024-12-15Modernize `std::none_of` with rangesmitaclaw
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-12-04InputCommon/SDL: Add touchpad inputs.Jordan Woyak
2024-12-04Merge pull request #13174 from jordan-woyak/sdl-batteryJMC47
2024-12-01Android/GCAdapter: Don't join current threadJosJuice
2024-11-17Merge pull request #13156 from jordan-woyak/sdl-no-wgiJosJuice
2024-11-07InputCommon: Add ternary conditional operator to input expressions.Jordan Woyak
2024-11-04ControllerInterface/SDL: Add Battery Input.Jordan Woyak
2024-11-03InputCommon: Move FullAnalogSurface class definition out of header file.Jordan Woyak
2024-11-03InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.Jordan Woyak
2024-11-02InputCommon: Disable DualSense Player LEDdreamsyntax
2024-10-31ControllerInterface/SDL: Fix device removal event processing.Jordan Woyak
2024-10-30ControllerInterface/SDL: Disable SDL's Windows.Gaming.Input controller handling.Jordan Woyak
2024-10-27Merge pull request #13096 from mitaclaw/ranges-modernization-7-rewriteJMC47
2024-10-17Modernize `std::unique` with rangesmitaclaw
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-11ControllerEmu: Change trigger threshold check to >= instead of > and set mini...Jordan Woyak
2024-10-10C++20: Synthesize `operator!=` From `operator==`mitaclaw
2024-10-10Modernize `std::set_intersection` with rangesmitaclaw
2024-10-10Modernize `std::sort` with rangesmitaclaw
2024-10-10Modernize `std::fill` with rangesmitaclaw
2024-10-10Modernize `std::equal` with rangesmitaclaw
2024-10-10Modernize `std::count_if` with rangesmitaclaw
2024-10-09Simplify `std::transform` with `std::ranges::transform_view`mitaclaw