summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.cpp
AgeCommit message (Expand)Author
2024-11-03InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.Jordan Woyak
2024-10-10Modernize `std::fill` with rangesmitaclaw
2024-10-10Modernize `std::count_if` with rangesmitaclaw
2024-08-14Use 'contains' methodDr. Dystopia
2023-12-18Input: Improve Controller Interface devices threadingFiloppi
2023-06-18Replace std::ostringstream usage with fmt::formatget
2022-07-15InputCommon: Get rid of static strings.Admiral H. Curtiss
2022-01-09Use HRWrap in remaining locationsPokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07ControllerInterface: DInput Joystick fix non thread safe static variableFiloppi
2020-10-23InputCommon: Migrate logging over to fmtLioncash
2020-02-08Cleanup: Use std::abs instead of abs.Jordan Woyak
2019-08-02InputCommon/DInputJoystick: Correct force-feedback flag testingLioncash
2019-06-17InputCommon: Use nested namespace specifiers where applicableLioncash
2019-03-29ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplu...Jordan Woyak
2019-03-19ControllerInterface: Unbreak DirectInput POV Hats having bad values on init.Jordan Woyak
2019-03-03ControllerInterface: Input detection improvements.Jordan Woyak
2019-01-06DirectInput: Use more than 8 bits of precision on axis inputs.Jordan Woyak
2019-01-05ControllerInterface: Set DInput FF effect parameters sanely. This fixes a cra...Jordan Woyak
2018-12-24ControllerInterface: DInput: Update force feedback effects in a thread. This ...Jordan Woyak
2016-08-11InputCommon: Fix slow startup on some Windows systemsEmptyChaos
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-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-11-28ControllerInterface: Make UpdateInput / UpdateOutput return voidJasper St. Pierre
2014-11-28ControllerInterface: Remove unused ClearInputStateJasper St. Pierre
2014-09-03Change ControlState typedef to double, and change all related floats/doubles ...Rachel Bryk
2014-09-01Revert changes to how DInput filters out XInput devices.Shawn Hoffman
2014-08-19msvc: enable strictStrings solution-wide for release.Shawn Hoffman
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-20Fix the Windows build in relation to the recent changes.Lioncash
2014-02-20Fix more header sorting issues in InputCommon/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-09ControllerInterface: Move DInput ForceFeedback support to a seperate classJules Blok
2014-01-30Light cleanup to a little bit of InputCommon. Replaces much of the iterators ...Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre