summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
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
2020-12-13InputCommon: Fix callback dispatch deadlockseth
2020-10-23InputCommon: Migrate logging over to fmtLioncash
2020-10-21Merge pull request #9162 from jordan-woyak/quaternionLC
2020-10-19InputCommon/WiimoteEmu: Replace stateful rotational matrices with quaternions.Jordan Woyak
2020-10-19Linux/XInput2: Fix keys being stuck pressed on focus loss.Jordan Woyak
2020-09-28ControllerInterface/Wiimote: Add "IR Distance" input providing a calculated d...Jordan Woyak
2020-09-25InputCommon: Improve input detection to produce buton combinations.Jordan Woyak
2020-09-25InputCommon: Make hotkeys and input detection aware of Ctrl -> L_Ctrl / R_Ctr...Jordan Woyak
2020-09-25ControllerInterface: Add platform consistent names for modifier keys.Jordan Woyak
2020-09-25InputCommon: Support detecting combinations of inputs. (Hotkeys)Jordan Woyak
2020-09-20Merge pull request #8840 from Techjar/evdev-combining-physJordan Woyak
2020-09-14Merge pull request #8985 from jordan-woyak/btemu-cleanupJMC47
2020-09-08ControllerInterface: Combine evdev devices with the same physical location in...Techjar
2020-08-22name some threadsShawn Hoffman
2020-08-16BTEmu/Wiimote: Cleanups/Fixes.Jordan Woyak
2020-08-08Merge pull request #8804 from iwubcode/dsu-improvementsTilka
2020-07-18Merge pull request #8905 from JosJuice/jni-encodingLC
2020-07-17DolphinQt / InputCommon - add DSU string validator to avoid crashes, limited ...iwubcode
2020-07-17DolphinQt / InputCommon: Support multiple DSU serversiwubcode
2020-07-11ControllerInterface/Wiimote: Provide fallback values for extensions with bad ...Jordan Woyak
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2020-07-08Merge pull request #8907 from JosJuice/android-overlay-stick-gateLC
2020-06-28WiimoteCommon: Tweak battery level math.Jordan Woyak
2020-06-29Android: Enfore correct stick gate in overlayJosJuice