summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2025-12-09ControllerInterface: Turn off SDL's GameCube controller adapter handling when...Jordan Woyak
2025-11-29DITConfiguration: Prevent a crash if images fail to loadJoshua Vandaële
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-05InputCommon: Make ControllerInterface RegisterDevicesChangedCallback use Comm...Jordan Woyak
2025-10-09Merge pull request #13963 from jordan-woyak/point-passthru-needs-bound-inputsJMC47
2025-10-04WiimoteEmu: Require IRPassthrough has any bound inputs to operate. Users get ...Jordan Woyak
2025-10-04Merge pull request #13752 from jordan-woyak/xlib-duplicate-key-namesAdmiral H. Curtiss
2025-09-30SDL: Disable DirectInput handling to work around hangs with the "8BitDo Ultim...Jordan Woyak
2025-09-30SDL: Name the hotplug thread.Jordan Woyak
2025-09-28Merge pull request #13260 from JosJuice/android-gcadapter-hotplug-callbackJMC47
2025-09-26Merge pull request #13961 from Sam-Belliveau/sdl-gamepad-profileJMC47
2025-09-24Prevent profiles with no device specification from resetting deviceSam Belliveau
2025-08-17ControllerInterface/SDL: Remove manual window message pumping on Windows.Jordan Woyak
2025-08-17ControllerInterface/SDL: Don't force SDL_HINT_JOYSTICK_THREAD.Jordan Woyak
2025-08-01Merge pull request #13177 from jordan-woyak/remove-nunchuk-haxAdmiral H. Curtiss
2025-07-30Merge pull request #13781 from Dentomologist/controllerinterface_fix_windows_...JosJuice
2025-07-27Revert "Android/GCAdapter: Don't join current thread"JosJuice
2025-07-27Android: Detect GCAdapter disconnection using BroadcastReceiverJosJuice
2025-07-27Android: Detect GCAdapter connection using BroadcastReceiverJosJuice
2025-07-27Android: Clean up naming in Java_GCAdapter and Java_WiimoteAdapterJosJuice
2025-07-24InputCommon/ControllerEmu: Fix saving of Wii Remote "Attach MotionPlus" setting.Jordan Woyak
2025-07-20Merge pull request #13674 from JosJuice/android-visualize-inputJordan Woyak
2025-07-12Merge pull request #13775 from jordan-woyak/sdl-gamepad-renameJordan Woyak
2025-07-12Fix various warningsJoshua Vandaële
2025-06-28ControllerInterface: Fix Windows deadlockDentomologist
2025-06-25InputCommon: Rename SDL input backend GameController to Gamepad.Jordan Woyak
2025-06-24Merge pull request #13694 from jordan-woyak/sdl3JMC47
2025-06-24DolphinQt: Make Calibration autocomplete when data is "sensible" and stick is...Jordan Woyak
2025-06-14DolphinQt/InputCommon: Move some calibration logic to InputCommon and make th...Jordan Woyak
2025-06-14InputCommon: Make InputDetector::Start take a span instead of a vector.Jordan Woyak
2025-06-14InputCommon: Fix occasional misidentification of analog input detection.Jordan Woyak
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-12ControllerInterface/Xlib: Combine keycodes with the same name to fix non-work...Jordan Woyak
2025-06-09Merge pull request #13702 from CostPerUnit/masterJMC47
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-06-07InputCommon: Update to use SDL3 and bump the SDL submodule in Externals to re...Jordan Woyak
2025-06-07Android: Update advanced mapping dialog when devices changeJosJuice
2025-06-07Android: Make input state changes observableJosJuice
2025-05-29InputCommon/DolphinQt: Add advanced settings button for "Point" and "Point (P...CostPerUnit
2025-05-03Common and VideoCommon: Change texture data from std::vector to Common::Uniqu...Jordan Woyak
2025-05-02SDL: Check if touchpad exists before getting inputDentomologist
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-04-30Merge pull request #13436 from JoshuaVandaele/clang-format-19OatmealDome
2025-04-25Merge pull request #13476 from jordan-woyak/sdl-headerTilka
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaële
2025-04-10InputCommon: Activate IMU Accelerometer and Gyroscope when any direction has ...Jordan Woyak
2025-03-30InputCommon: Move SDL Device class into its own cpp/h files.Jordan Woyak
2025-03-28Merge pull request #13434 from JosJuice/android-non-blocking-input-detectionJMC47
2025-03-23Android: Don't use separate thread for MotionAlertDialogJosJuice
2025-03-23Merge pull request #13093 from mitaclaw/ranges-modernization-4-projectionJMC47