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
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
2024-04-12
ExpressionParser: Support unary plus operator.
Jordan Woyak
2024-04-08
Core::GetState: Avoid Global System Accessor
mitaclaw
2024-04-06
evdev: close file descriptors in a separate thread
Tillmann Karras
2024-04-01
Merge pull request #12631 from jordan-woyak/remove-osx-input-leftovers
OatmealDome
2024-03-31
Merge pull request #12640 from jordan-woyak/sdl-cleanup
Admiral H. Curtiss
2024-03-20
GCAdapter: Adjust libusb transfer timeout to 100ms.
Jordan Woyak
2024-03-14
SDL: Remove duplicate button/hat Inputs. Hide duplicate Axis Inputs.
Jordan Woyak
2024-03-14
ControllerInterface: Add IsHidden function to Control interface.
Jordan Woyak
2024-03-14
SDL: Deduplicate Motor logic with templates.
Jordan Woyak
2024-03-14
SDL: Move class definition out of header.
Jordan Woyak
2024-03-11
WiimoteEmu: Add user-accessible controls that report the desired state of the...
Admiral H. Curtiss
2024-03-11
InputCommon/WiimoteController: Add inputs that report the raw IR objects seen...
Admiral H. Curtiss
2024-03-11
InputCommon: Add Android InputBackend class.
Jordan Woyak
2024-03-11
InputCommon: Handle window change in Quartz.
Jordan Woyak
2024-03-11
InputCommon: Implement xlib window change logic.
Jordan Woyak
2024-03-11
InputCommon: Add Win32 InputBackend class.
Jordan Woyak
2024-03-11
InputCommon: Add Pipes InputBackend class.
Jordan Woyak
2024-03-11
InputCommon: Add XInput2 InputBackend class.
Jordan Woyak
2024-03-11
InputCommon: Add Quartz InputBackend class.
Jordan Woyak
2024-03-11
InputCommon: Provide WindowSystemInfo getter for ControllerInterface.
Jordan Woyak
2024-03-11
InputCommon: Remove some IOKit leftovers.
Jordan Woyak
2024-02-04
InputCommon: Use distinct values for profile key
JosJuice
2024-02-04
InputCommon: Unify GetProfileName and GetProfileDirectoryName
JosJuice
2024-02-04
InputCommon: Refactor away InputConfig::LoadConfig's switch case
JosJuice
2024-01-18
InputCommon/WGInput: Handle add/remove events on separate thread to prevent d...
Admiral H. Curtiss
2024-01-15
InputCommon/SDL: Code style fixes.
Admiral H. Curtiss
2024-01-15
InputCommon/SDL: Avoid potential infinite loops from integer truncation.
Admiral H. Curtiss
2024-01-15
InputCommon/SDL: Check for errors from SDL_JoystickNumButtons(), SDL_Joystick...
Admiral H. Curtiss
2024-01-15
InputCommon/SDL: Fix incorrect use of std::vector::assign() and check bounds.
Admiral H. Curtiss
2024-01-13
Merge pull request #12085 from SuperSamus/sdl-gamecontroller
Admiral H. Curtiss
[next]