summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
2022-06-14InputCommon: SDL 2.0.22 init crash workaroundTellowKrinkle
2022-05-19Core/WGInput: Use fmt logging and include HRESULT in messagesPokechu22
2022-04-08Core/WGInput: Dynamically load winrt function addresses.Admiral H. Curtiss
2022-04-03ControllerInterface: Update sort priorities.Jordan Woyak
2022-04-03InputCommon: Add Windows.Gaming.Input to ControllerInterface.Jordan Woyak
2022-03-16MappingCommon: Fix detection of hotkey and conjunction expressions.Jordan Woyak
2022-03-06Move parts of MappingCommon out of DolphinQtJosJuice
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22
2022-01-09Use HRWrap in remaining locationsPokechu22
2022-01-09Common/Assert: Actually use the ASSERT_MSG's log type parameterPokechu22
2022-01-01Replace remaining uses of zlib crc32 with Common/Hash.hPokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-12-05InputCommon: fix default input config default device not being loaded/foundFiloppi
2021-11-20ControllerInterface: fix UpdateReferences() deadlockFiloppi
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-06QuartzKeyboardAndMouse: Ensure windowNumber is fetched on the main threadOatmealDome
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07InputCommon: Make Wiimote rumble variable thread safeFiloppi
2021-06-07ControllerInterface: fix DSU thread safety and use PlatformPopulateDevices()Filoppi
2021-06-07ControllerInterface: polish DInput Keyboard and Mouse (add comments and logs)Filoppi
2021-06-07ControllerInterface: DInput Joystick fix non thread safe static variableFiloppi
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 evdev use PlatformPopulateDevicesFiloppi
2021-06-07ControllerInterface: make SDL use PlatformPopulateDevices()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-31ControllerInterface: make DSU inputs start from resting pose instead of 0. Ad...Filoppi
2021-05-31ControllerInterface: DSU polish: avoid hanging host thread, add disconnection...Filoppi
2021-05-31ControllerInterface: fix DSU using the same client uid between server and con...Filoppi
2021-05-10InputCommon: add a ton of missing constsFiloppi
2021-05-05InputCommon: replace SerialInterface log with ControllerInterfaceFiloppi
2021-03-17InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides th...iwubcode
2021-03-16Merge pull request #9558 from iwubcode/dsu-multi-server-avoid-blockingLéo Lam
2021-03-07Touchscreen: Add override specifiersDentomologist
2021-03-07ControllerInterface: Fix unused-result warningDentomologist
2021-03-05InputCommon: instead of blocking on individual DSU server sockets, block on a...iwubcode
2021-03-01Merge pull request #9492 from nolange/fix_norandr_buildLéo Lam
2021-02-26Common: don't call OnConfigChanged() unless it has actually changedFiloppi
2021-02-22Cleanup X11 and XRANDR MacrosNorbert Lange
2021-01-27rename InputCommon/ControllerInterface/Device to CoreDeviceShawn Hoffman
2021-01-27rename ciface::Wiimote to ciface::WiimoteControllerShawn Hoffman
2021-01-05Merge pull request #9418 from Filoppi/patch-10Léo Lam
2021-01-03Fix DualShockUDP not adding/removing devices correctlyFilippo Tarpini
2021-01-02Fix Quartz cursor going to +infinite if the window size was 0Filippo Tarpini
2021-01-02Fix DInput cursor going to +infinite if the window size was 0Filippo Tarpini
2021-01-02Fix XInput2 cursor going to +infinite if the window size was 0Filippo Tarpini