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
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
2019-03-29
Add ControllerInterface::Win32 to wrap XInput and DInput
Michael M
2019-01-10
ControllerInterface: Allow hotplug callbacks to be unregistered and don't rel...
Jordan Woyak
2019-01-02
ControllerInterface: Shutdown order and race condition fix.
Jordan Woyak
2018-10-29
Core: Switch controller interface to render widget on booting
Stenzek
2018-10-29
ControllerInterface: Don't crash on non-X11 QPA
Stenzek
2018-06-04
Add hotplug support to SDL2 controller backend
Michael M
2017-11-10
ControllerInterface: don't call InvokeDevicesChangedCallbacks more than once ...
Michael M
2017-11-10
ControllerInterface: add mutex around callbacks vector
Michael M
2017-11-10
ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacks
Michael M
2017-11-10
ControllerInterface: invoke callbacks in AddDevice/RemoveDevice
Michael M
2017-02-07
InputCommon: Extract ControlReference from ControllerInterface
Michael Maltese
2016-11-30
ControllerInterface: replace Reinitialize with RefreshDevices
Michael Maltese
2016-11-30
ControllerInterface: clear devices before shutting down backends
Michael Maltese
2016-10-03
Merge pull request #4102 from ligfx/quartz_input
shuffle2
2016-09-04
InputCommon: Remove the Xlib backend
Jasper St. Pierre
2016-08-08
Add Quartz/CoreGraphics controller interface for default k&m events
Michael Maltese
2016-07-29
evdev: Add hotplugging support
Léo Lam
2016-07-29
ControllerInterface: Don't block on UpdateInput()
Léo Lam
2016-07-29
ControllerInterface: Add RemoveDevice()
Léo Lam
2016-07-29
ControllerInterface: Add a way to register callbacks
Léo Lam
2016-07-14
ControllerInterface: Make the ID assigning code common
Léo Lam
2016-06-25
ControllerInterface: Switch to std::shared_ptr
Léo Lam
2016-06-25
ControllerInterface: Add synchronisation
Léo Lam
2016-06-25
ControllerInterface: Don't pass m_devices to the backends
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-10
Comment change to reflect what code does
booto
[next]