summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Xlib
AgeCommit message (Expand)Author
2025-06-12ControllerInterface/Xlib: Combine keycodes with the same name to fix non-work...Jordan Woyak
2024-06-15Merge pull request #12850 from jordan-woyak/device-sortingAdmiral H. Curtiss
2024-06-15ControllerInterface: Adjust sort priorities to ensure default keyboard-mouse ...Jordan Woyak
2024-05-31TAS Input: Enable hotkeys and controller input when Input has focusDentomologist
2024-03-11InputCommon: Implement xlib window change logic.Jordan Woyak
2024-03-11InputCommon: Add XInput2 InputBackend class.Jordan Woyak
2023-12-18Input: Improve Controller Interface devices threadingFiloppi
2023-05-19XInput2: Listen to master devices onlyJeffrey Bosboom
2023-05-19XInput2: Use raw events and queries for buttons and keysJeffrey Bosboom
2023-05-19XInput2: Request XInput 2.1Jeffrey Bosboom
2023-05-19XInput2: Make button state a u32Jeffrey Bosboom
2023-04-13XInput2: Accept input from keyboards other than the first masterJeffrey Bosboom
2023-04-12Pragma diagnostic ignore [-Wregister] is no longer neededMinty-Meeo
2023-02-09InputCommon/XInput2: Fix shadowing warningPokechu22
2022-12-26InputCommon/XInput2: Changed axis value reading to be more correctTheConfuZzledDude
2022-12-23InputCommon/Xinput: Cleaned up a bitTheConfuZzledDude
2022-12-23InputCommon/XInput2: Added an axis output for the scroll wheelTheConfuZzledDude
2022-07-25XInput2: Handle mouse centering hotkey.Admiral H. Curtiss
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-17InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides th...iwubcode
2021-01-02Fix XInput2 cursor going to +infinite if the window size was 0Filippo Tarpini
2020-10-19Linux/XInput2: Fix keys being stuck pressed on focus loss.Jordan Woyak
2020-09-25ControllerInterface: Add platform consistent names for modifier keys.Jordan Woyak
2020-03-23InputCommon: cleanup warnings of -Wclass-memaccessJun Su
2020-02-22InputCommon: Constify Device::Input::IsDetectable function.Jordan Woyak
2020-01-24InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.Jordan Woyak
2019-11-22InputCommon: Make use of fmt where applicableLioncash
2019-06-17InputCommon: Use nested namespace specifiers where applicableLioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2018-08-27InputCommon/XInput2: Increase mouse buttons to 32Techjar
2018-02-05Ignore -Wregister to calm down recent clang and GCC (C++17 mode)Greg V
2016-11-30ControllerInterface: replace Reinitialize with RefreshDevicesMichael Maltese
2016-09-04InputCommon: Remove the Xlib backendJasper St. Pierre
2016-09-04XInput2: Only do a round trip when the mouse has movedJasper St. Pierre
2016-07-14ControllerInterface: Make the ID assigning code commonLéo Lam
2016-06-25ControllerInterface: Switch to std::shared_ptrLé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
2015-10-06Added some headers to allow Dolphin to compile in my environment.catzilla4
2015-05-25Add missing license headersTillmann Karras
2015-05-25Simplify some more license headersTillmann Karras
2014-11-28ControllerInterface: Make UpdateInput / UpdateOutput return voidJasper St. Pierre
2014-11-28ControllerInterface: Implement dummy UpdateInput / UpdateOutputsJasper St. Pierre
2014-10-02Change a bunch of reference function arguments to pointers.comex
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-02-20Fix more header sorting issues in InputCommon/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash