summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2024-08-20Remove redundant semicolonsDr. Dystopia
2024-08-15Misc. Container Find Changesmitaclaw
2024-08-15Use 'contains' methodmitaclaw
2024-08-14Use 'contains' methodDr. Dystopia
2024-08-07Merge pull request #12961 from JosJuice/expression-parser-translationTilka
2024-07-28InputCommon: Translate ExpressionParser error messagesJosJuice
2024-07-26Adjust order and spacing of various #includesDentomologist
2024-07-21Use C++20 erase_if() instead of erase(remove_if()) (NFC)Tillmann Karras
2024-06-15Merge pull request #12850 from jordan-woyak/device-sortingAdmiral H. Curtiss
2024-06-15ControllerInterface: Adjust sort priorities to ensure default keyboard-mouse ...Jordan Woyak
2024-06-15Merge pull request #12818 from iwubcode/json_file_operationsAdmiral H. Curtiss
2024-05-31InputCommon / VideoCommon: update to use new JsonFromFile functioniwubcode
2024-05-31TAS Input: Enable hotkeys and controller input when Input has focusDentomologist
2024-05-21Merge pull request #12711 from jordan-woyak/modifier-range-ini-defaultAdmiral H. Curtiss
2024-04-22port to OpenBSDGuilherme Janczak
2024-04-15InputCommon: Fix unnecessary "Modifier/Range" ini file entries.Jordan Woyak
2024-04-15DolphinQt/Mapping: Disable relative input when "Mouse Controlled Pointing" bu...Jordan Woyak
2024-04-13Android/ControllerInterface: Run the init codeJosJuice
2024-04-13Merge pull request #12632 from jordan-woyak/input-backend-implsTilka
2024-04-12NumericSetting: Stop values from binding to numbered input names.Jordan Woyak
2024-04-12ExpressionParser: Support unary plus operator.Jordan Woyak
2024-04-08Core::GetState: Avoid Global System Accessormitaclaw
2024-04-06evdev: close file descriptors in a separate threadTillmann Karras
2024-04-01Merge pull request #12631 from jordan-woyak/remove-osx-input-leftoversOatmealDome
2024-03-31Merge pull request #12640 from jordan-woyak/sdl-cleanupAdmiral H. Curtiss
2024-03-20GCAdapter: Adjust libusb transfer timeout to 100ms.Jordan Woyak
2024-03-14SDL: Remove duplicate button/hat Inputs. Hide duplicate Axis Inputs.Jordan Woyak
2024-03-14ControllerInterface: Add IsHidden function to Control interface.Jordan Woyak
2024-03-14SDL: Deduplicate Motor logic with templates.Jordan Woyak
2024-03-14SDL: Move class definition out of header.Jordan Woyak
2024-03-11WiimoteEmu: Add user-accessible controls that report the desired state of the...Admiral H. Curtiss
2024-03-11InputCommon/WiimoteController: Add inputs that report the raw IR objects seen...Admiral H. Curtiss
2024-03-11InputCommon: Add Android InputBackend class.Jordan Woyak
2024-03-11InputCommon: Handle window change in Quartz.Jordan Woyak
2024-03-11InputCommon: Implement xlib window change logic.Jordan Woyak
2024-03-11InputCommon: Add Win32 InputBackend class.Jordan Woyak
2024-03-11InputCommon: Add Pipes InputBackend class.Jordan Woyak
2024-03-11InputCommon: Add XInput2 InputBackend class.Jordan Woyak
2024-03-11InputCommon: Add Quartz InputBackend class.Jordan Woyak
2024-03-11InputCommon: Provide WindowSystemInfo getter for ControllerInterface.Jordan Woyak
2024-03-11InputCommon: Remove some IOKit leftovers.Jordan Woyak
2024-02-04InputCommon: Use distinct values for profile keyJosJuice
2024-02-04InputCommon: Unify GetProfileName and GetProfileDirectoryNameJosJuice
2024-02-04InputCommon: Refactor away InputConfig::LoadConfig's switch caseJosJuice
2024-01-18InputCommon/WGInput: Handle add/remove events on separate thread to prevent d...Admiral H. Curtiss
2024-01-15InputCommon/SDL: Code style fixes.Admiral H. Curtiss
2024-01-15InputCommon/SDL: Avoid potential infinite loops from integer truncation.Admiral H. Curtiss
2024-01-15InputCommon/SDL: Check for errors from SDL_JoystickNumButtons(), SDL_Joystick...Admiral H. Curtiss
2024-01-15InputCommon/SDL: Fix incorrect use of std::vector::assign() and check bounds.Admiral H. Curtiss
2024-01-13Merge pull request #12085 from SuperSamus/sdl-gamecontrollerAdmiral H. Curtiss