summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2023-06-30Merge pull request #11955 from TellowKrinkle/CMakeDependenciesAdmiral H. Curtiss
2023-06-19Merge pull request #11972 from Minty-Meeo/string-improvements-part-1cAdmiral H. Curtiss
2023-06-18Replace std::ostringstream usage with fmt::formatget
2023-06-17DITConfiguration: Use File::ReadFileToStringget
2023-06-15CMake: Use targets for all optionally-external dependenciesTellowKrinkle
2023-06-12ControllerEmu: Convert Translatability to enum classDentomologist
2023-06-08Merge pull request #11681 from iwubcode/asset_managementAdmiral H. Curtiss
2023-06-08Merge pull request #11902 from Minty-Meeo/regex-best-practicesAdmiral H. Curtiss
2023-06-08Prefer static const std::regexget
2023-06-07InputCommon / VideoCommon: remove dynamic input reloading the texture cache, ...iwubcode
2023-06-06InputCommon: Don't treat two analog inputs as a spurious trigger comboJosJuice
2023-06-06Merge pull request #11762 from jbosboom/xinput2-raw-event-queryAdmiral H. Curtiss
2023-05-29Merge pull request #11819 from JosJuice/android-input-device-nullAdmiral H. Curtiss
2023-05-19XInput2: Listen to master devices onlyJeffrey Bosboom
2023-05-19XInput2: Use raw events and queries for buttons and keysJeffrey Bosboom
2023-05-19XInput2: Request XInput 2.1Jeffrey Bosboom
2023-05-19XInput2: Make button state a u32Jeffrey Bosboom
2023-05-19Merge pull request #11739 from OatmealDome/iokit-be-goneAdmiral H. Curtiss
2023-05-19Merge pull request #11758 from jbosboom/xinput2-client-pointerAdmiral H. Curtiss
2023-05-16StringUtil: Move IsAlpha() into Common namespaceLioncash
2023-05-10Support Steam Deck controls directly through hidrawR
2023-05-07ControllerInterface/Android: Add some missing DeleteLocalRef callsJosJuice
2023-05-07ControllerInterface/Android: Use InputEvent.getDeviceIdJosJuice
2023-04-14Merge pull request #11756 from lioncash/iniAdmiral H. Curtiss
2023-04-13XInput2: Accept input from keyboards other than the first masterJeffrey Bosboom
2023-04-13Common/IniFile: Move interface into Common namespaceLioncash
2023-04-12Pragma diagnostic ignore [-Wregister] is no longer neededMinty-Meeo
2023-04-07InputCommon: Remove OSX (IOKit) input backendOatmealDome
2023-03-14Merge pull request #11635 from Dentomologist/wiimote_fix_disconnection_deadlockPierre Bourdon
2023-03-08ControllerInterface: Fix deadlock when Wii Remote disconnectsDentomologist
2023-03-07Android: Change how the overlay controller setting worksJosJuice
2023-03-07Android: Remove the in-emulation IR sensitivity optionsJosJuice
2023-03-07Android: Add the advanced input mapping dialogJosJuice
2023-03-03Android: Add input device selectionJosJuice
2023-03-03ControllerInterface/Android: Implement rumbleJosJuice
2023-03-03ControllerInterface/Android: Automatically suspend sensorsJosJuice
2023-03-03ControllerInterface/Android: Implement sensor input for InputDevicesJosJuice
2023-03-03ControllerInterface/Android: Implement sensor inputJosJuice
2023-03-03ControllerInterface/Android: Implement hotplugJosJuice
2023-03-03ControllerInterface/Android: Return whether input was handledJosJuice
2023-03-03ControllerInterface/Android: Handle input eventsJosJuice
2023-03-03ControllerInterface/Android: Implement device populationJosJuice
2023-03-03ControllerInterface/Android: Rip out ButtonManagerJosJuice
2023-02-26InputCommon: Fix ControlGroup::SaveConfig with DefaultValue::DisabledJosJuice
2023-02-17InputCommon: Fix memory leak in ExpressionParserPokechu22
2023-02-15ControllerInterface: Fix uninitialized variables in DualShockUDPClientPokechu22
2023-02-09InputCommon/XInput2: Fix shadowing warningPokechu22
2023-02-09Resolve various "no previous declaration" warningsPokechu22
2023-02-09Merge pull request #11544 from jmallach/spngMarkus Wick
2023-02-06Allow building against system libspngJordi Mallach