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
/
ControllerInterface
/
ControllerInterface.cpp
Age
Commit message (
Expand
)
Author
2026-05-06
Unconditionally lock in ControllerInterface::UpdateInput.
Vlad Firoiu
2026-04-17
Improve usage of std::move and const references parameters
Martino Fontana
2025-11-06
Common: Remove the string parameters from the HookableEvent interface.
Jordan Woyak
2025-11-05
InputCommon: Make ControllerInterface RegisterDevicesChangedCallback use Comm...
Jordan Woyak
2025-03-09
Modernize `std::stable_sort` with ranges and projections
mitaclaw
2024-12-15
Modernize `std::any_of` with ranges
mitaclaw
2024-07-21
Use C++20 erase_if() instead of erase(remove_if()) (NFC)
Tillmann Karras
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
2023-12-18
Input: Improve Controller Interface devices threading
Filoppi
2023-05-19
Merge pull request #11739 from OatmealDome/iokit-be-gone
Admiral H. Curtiss
2023-05-10
Support Steam Deck controls directly through hidraw
R
2023-04-07
InputCommon: Remove OSX (IOKit) input backend
OatmealDome
2023-03-14
Merge pull request #11635 from Dentomologist/wiimote_fix_disconnection_deadlock
Pierre Bourdon
2023-03-08
ControllerInterface: Fix deadlock when Wii Remote disconnects
Dentomologist
2023-03-03
ControllerInterface/Android: Implement device population
JosJuice
2022-11-01
ControllerInterface: DSU InputBackend implementation.
Jordan Woyak
2022-11-01
ControllerInterface: evdev InputBackend implementation.
Jordan Woyak
2022-11-01
ControllerInterface: Add InputBackend interface and SDL implementation.
Jordan Woyak
2022-07-25
Add hotkey for centering mouse in render window.
Admiral H. Curtiss
2021-12-05
InputCommon: fix default input config default device not being loaded/found
Filoppi
2021-11-20
ControllerInterface: fix UpdateReferences() deadlock
Filoppi
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-07
ControllerInterface: Implement ChangeWindow on DInput without recreating the ...
Filoppi
2021-06-07
ControllerInterface: devices population is now async so implement devices sor...
Filoppi
2021-06-07
ControllerInterface: make real Wiimote use PlatformPopulateDevices()
Filoppi
2021-06-07
ControllerInterface: Remove OSX window handle
Filoppi
2021-06-07
ControllerInterface: Refactor
Filoppi
2021-06-07
ControllerInterface: mixed comments
Filoppi
2021-06-07
ControllerInterface: fix rare deadlock
Filoppi
2021-05-05
InputCommon: replace SerialInterface log with ControllerInterface
Filoppi
2021-03-17
InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides th...
iwubcode
2020-12-13
InputCommon: Fix callback dispatch deadlock
seth
2020-10-23
InputCommon: Migrate logging over to fmt
Lioncash
2020-05-09
Apply fixes to all platforms
Thomas May
2020-05-06
Update ControllerInterface.cpp
Thomas May
2020-03-11
Common: Add a render_window field to WindowSystemInfo
Stenzek
2020-02-17
InputCommon: Add real Wii Remote support to ControllerInterface. Add option t...
Jordan Woyak
2020-02-17
InputCommon/ControllerInterface: Make devices mutex recursive so RemoveDevice...
Jordan Woyak
2020-01-24
InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.
Jordan Woyak
2019-10-27
Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClien...
rlnilsen
2019-10-26
Add support for motion controllers via the CemuHook controller input protocol.
rlnilsen
2019-03-29
ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplu...
Jordan Woyak
2019-03-29
Add hotplug support to DInput and XInput controller backends
Michael M
[next]