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
/
evdev
/
evdev.cpp
Age
Commit message (
Expand
)
Author
2024-08-15
Misc. Container Find Changes
mitaclaw
2024-04-06
evdev: close file descriptors in a separate thread
Tillmann Karras
2023-12-18
Input: Improve Controller Interface devices threading
Filoppi
2022-11-01
ControllerInterface: evdev InputBackend implementation.
Jordan Woyak
2022-07-25
StripSpaces: only strip spaces
Shawn Hoffman
2022-01-09
Common/Assert: Actually use the ASSERT_MSG's log type parameter
Pokechu22
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-07
ControllerInterface: make evdev use PlatformPopulateDevices
Filoppi
2021-05-05
InputCommon: replace SerialInterface log with ControllerInterface
Filoppi
2021-03-07
ControllerInterface: Fix unused-result warning
Dentomologist
2020-10-23
InputCommon: Migrate logging over to fmt
Lioncash
2020-09-08
ControllerInterface: Combine evdev devices with the same physical location in...
Techjar
2020-03-24
Cleanup warnings of -Wmissing-declarations
Jun Su
2020-02-22
InputCommon: Constify Device::Input::IsDetectable function.
Jordan Woyak
2020-01-13
ControllerInterface: Remove and re-add device when combining nodes.
Jordan Woyak
2020-01-13
ControllerInterface: Don't consider the empty string a valid unique ID.
Jordan Woyak
2020-01-13
ControllerInterface: Combine evdev devices with the same unique ID.
Jordan Woyak
2020-01-07
Fix trailing whitespace
Scott Mansell
2020-01-07
Document the evdev "interesting" heuristic
Scott Mansell
2019-11-10
evdev: fix bad integer division.
Jordan Woyak
2019-11-09
InputCommon: Detect when evdev exposes acceleration/gyroscope data.
Jordan Woyak
2019-07-23
StringUtil: Use std::string_view more
JosJuice
2019-06-17
InputCommon: Use nested namespace specifiers where applicable
Lioncash
2019-05-04
Replace MathUtil::Clamp with std::clamp
Léo Lam
2019-04-06
Merge pull request #7689 from jordan-woyak/sdl-improve
JMC47
2019-03-17
DolphinQt/InputCommon: Fix a few memory leaks.
Jordan Woyak
2019-03-17
ControllerInterface: SDL: Replace unclear bool parameter with enum class.
Jordan Woyak
2019-03-03
ControllerInterface: Input detection improvements.
Jordan Woyak
2019-01-17
ControllerInterface: evdev: Replace unclear bool parameter with enum class.
Jordan Woyak
2019-01-17
ControllerInterface: evdev: Cleanup rumble effect processing so effects aren'...
Jordan Woyak
2018-10-08
evdev: simplify code
Tillmann Karras
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2018-02-05
evdev: Always unref received udev devices
Léo Lam
2018-02-04
evdev: Don't leak eventfd on shutdown
Léo Lam
2018-02-04
evdev: Fix select() call
Léo Lam
2017-12-15
Merge pull request #6166 from ligfx/invokedeviceschangedcallbacks
Leo Lam
2017-11-11
evdev: Correctly calculate axis range for min values greater than 0.
Scott Pleb
2017-11-10
ControllerInterface: invoke callbacks in AddDevice/RemoveDevice
Michael M
2017-09-09
Common: Move version strings to their own header
Lioncash
2016-12-26
evdev: reduce startup time
Tillmann Karras
2016-12-05
evdev: set flag in a thread-safe way
Tillmann Karras
2016-12-05
evdev: fix shutdown hang
Tillmann Karras
2016-11-30
ControllerInterface: replace Reinitialize with RefreshDevices
Michael Maltese
2016-10-23
Fix -Wunused-result warnings
Léo Lam
2016-07-29
evdev: Add hotplugging support
Léo Lam
2016-07-14
ControllerInterface: Make the ID assigning code common
Léo Lam
2016-07-12
Strip whitespace from Evdev and OSX controller names.
Scott Mansell
2016-07-11
evdev: Clamp axis values to the 0.0-1.0 range
Léo Lam
2016-06-25
ControllerInterface: Switch to std::shared_ptr
Léo Lam
[next]