summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
AgeCommit message (Expand)Author
2021-12-05InputCommon: fix default input config default device not being loaded/foundFiloppi
2021-11-20ControllerInterface: fix UpdateReferences() deadlockFiloppi
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07ControllerInterface: Implement ChangeWindow on DInput without recreating the ...Filoppi
2021-06-07ControllerInterface: devices population is now async so implement devices sor...Filoppi
2021-06-07ControllerInterface: make real Wiimote use PlatformPopulateDevices()Filoppi
2021-06-07ControllerInterface: Remove OSX window handleFiloppi
2021-06-07ControllerInterface: RefactorFiloppi
2021-06-07ControllerInterface: mixed commentsFiloppi
2021-06-07ControllerInterface: fix rare deadlockFiloppi
2021-05-05InputCommon: replace SerialInterface log with ControllerInterfaceFiloppi
2021-03-17InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides th...iwubcode
2020-12-13InputCommon: Fix callback dispatch deadlockseth
2020-10-23InputCommon: Migrate logging over to fmtLioncash
2020-05-09Apply fixes to all platformsThomas May
2020-05-06Update ControllerInterface.cppThomas May
2020-03-11Common: Add a render_window field to WindowSystemInfoStenzek
2020-02-17InputCommon: Add real Wii Remote support to ControllerInterface. Add option t...Jordan Woyak
2020-02-17InputCommon/ControllerInterface: Make devices mutex recursive so RemoveDevice...Jordan Woyak
2020-01-24InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.Jordan Woyak
2019-10-27Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClien...rlnilsen
2019-10-26Add support for motion controllers via the CemuHook controller input protocol.rlnilsen
2019-03-29ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplu...Jordan Woyak
2019-03-29Add hotplug support to DInput and XInput controller backendsMichael M
2019-03-29Add ControllerInterface::Win32 to wrap XInput and DInputMichael M
2019-01-10ControllerInterface: Allow hotplug callbacks to be unregistered and don't rel...Jordan Woyak
2019-01-02ControllerInterface: Shutdown order and race condition fix.Jordan Woyak
2018-10-29Core: Switch controller interface to render widget on bootingStenzek
2018-10-29ControllerInterface: Don't crash on non-X11 QPAStenzek
2018-06-04Add hotplug support to SDL2 controller backendMichael M
2017-11-10ControllerInterface: don't call InvokeDevicesChangedCallbacks more than once ...Michael M
2017-11-10ControllerInterface: add mutex around callbacks vectorMichael M
2017-11-10ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacksMichael M
2017-11-10ControllerInterface: invoke callbacks in AddDevice/RemoveDeviceMichael M
2017-02-07InputCommon: Extract ControlReference from ControllerInterfaceMichael Maltese
2016-11-30ControllerInterface: replace Reinitialize with RefreshDevicesMichael Maltese
2016-11-30ControllerInterface: clear devices before shutting down backendsMichael Maltese
2016-10-03Merge pull request #4102 from ligfx/quartz_inputshuffle2
2016-09-04InputCommon: Remove the Xlib backendJasper St. Pierre
2016-08-08Add Quartz/CoreGraphics controller interface for default k&m eventsMichael Maltese
2016-07-29evdev: Add hotplugging supportLéo Lam
2016-07-29ControllerInterface: Don't block on UpdateInput()Léo Lam
2016-07-29ControllerInterface: Add RemoveDevice()Léo Lam
2016-07-29ControllerInterface: Add a way to register callbacksLéo Lam
2016-07-14ControllerInterface: Make the ID assigning code commonLéo Lam
2016-06-25ControllerInterface: Switch to std::shared_ptrLéo Lam
2016-06-25ControllerInterface: Add synchronisationLéo Lam
2016-06-25ControllerInterface: Don't pass m_devices to the backendsLéo Lam
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-10Comment change to reflect what code doesbooto