summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2021-04-02Replace uses of cassert with Common/Assert.hPokechu22
2021-03-17InputCommon: Allow for partial gyro mapping; for Free Look, this allows you t...iwubcode
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-07FreeLookController: Fix signed/unsigned warningDentomologist
2021-03-05InputCommon: instead of blocking on individual DSU server sockets, block on a...iwubcode
2021-03-02Merge pull request #9539 from iwubcode/dynamic_input_tex_more_optimizationsLéo Lam
2021-03-01Merge pull request #9492 from nolange/fix_norandr_buildLéo Lam
2021-02-27InputCommon: reduce number of image loads and texture cache invalidations by ...iwubcode
2021-02-26Common: don't call OnConfigChanged() unless it has actually changedFiloppi
2021-02-22Cleanup X11 and XRANDR MacrosNorbert Lange
2021-02-19InputCommon: Move initial dynamic input texture configuration logic to a 'spe...iwubcode
2021-02-16InputCommon: Move DynamicInputTextureData to DynamicInputTextures::Dataiwubcode
2021-02-16InputCommon: Move DynamicInputTextureConfiguration to DynamicInputTextures::C...iwubcode
2021-02-11InputCommon: When using dynamic input textures, only call force reload textur...iwubcode
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27rename InputCommon/ControllerInterface/Device to CoreDeviceShawn Hoffman
2021-01-27rename ciface::Wiimote to ciface::WiimoteControllerShawn Hoffman
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2021-01-05Fix a couple of typosFilippo Tarpini
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-12-11Merge pull request #9289 from AdmiralCurtiss/simple-png-api-writeLéo Lam
2020-12-05InputCommon: fix dynamic input textures being not generated when the key or d...iwubcode
2020-11-26InputCommon: Use Common::SavePNG() to write images.Admiral H. Curtiss
2020-11-26Merge pull request #9232 from AdmiralCurtiss/show-result-value-in-expression-...Léo Lam
2020-11-21Fix variable shadowing warningsLéo Lam
2020-11-17Remove a redundant i18n commentJosJuice
2020-11-16Use positional arguments in all translatable fmt stringsJosJuice
2020-11-12InputCommon: Migrate over to fmt-capable panic alertsLioncash
2020-11-08InputCommon: Return error, if any, from ControlReference::SetExpression().Admiral H. Curtiss
2020-11-03Virtual Notch settings and UI for octagonal stickNick Michael
2020-10-23InputCommon: Migrate logging over to fmtLioncash
2020-10-21Merge pull request #9162 from jordan-woyak/quaternionLC
2020-10-21Merge pull request #9160 from jordan-woyak/xinput2-stuck-keysLéo Lam
2020-10-20ExpressionParser: Add missing <functional> includeLioncash
2020-10-20Merge pull request #9142 from jordan-woyak/expose-fovLéo Lam
2020-10-20Merge pull request #8318 from iwubcode/dynamic_input_texturesLéo Lam
2020-10-20Merge pull request #9096 from jordan-woyak/calibration-cleanupLéo Lam
2020-10-19WiimoteEmu: Tweak IMUCursor total yaw setting tool-tip.Jordan Woyak
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-10-03Core: Load custom textures after inputs has been loaded and avoid sending for...iwubcode
2020-10-03InputCommon: Introducing the "Dynamic Input Texture". Configuration links an...iwubcode