summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2014-09-04Controller Interface: Remove "using namespace" in header file.Rohit Nirmal
2014-09-04Checkbox for iterationMikeRavenelle
2014-09-04Fix a typo introduced by 5adbc83 in ControllerEmu.cpp.Rachel Bryk
2014-09-03Change ControlState typedef to double, and change all related floats/doubles ...Rachel Bryk
2014-09-02Merge pull request #925 from shuffle2/xbcd-compatshuffle2
2014-09-01msvc: remove some remnants of SDL and DSound from projects and general cleanup.Shawn Hoffman
2014-09-01Revert changes to how DInput filters out XInput devices.Shawn Hoffman
2014-08-31InputCommon: Rename class InputPlugin to InputConfigLioncash
2014-08-30InputCommon: Clean up brace placementsLioncash
2014-08-24Merge pull request #810 from lioncash/controller-interfacePierre Bourdon
2014-08-23windows: remove now-extraneous NOMINMAX and WIN32_LEAN_AND_MEAN #defines from...Shawn Hoffman
2014-08-21Merge pull request #764 from magcius/new-nogui-2Lioncash
2014-08-19msvc: resolve all warnings in DolphinWX.Shawn Hoffman
2014-08-19msvc: enable strictStrings solution-wide for release.Shawn Hoffman
2014-08-19GLInterface: Destroy GLWinJasper St. Pierre
2014-08-19Remove support for WaylandJasper St. Pierre
2014-08-16Merge pull request #797 from shuffle2/msvc-pchshuffle2
2014-08-15InputCommon: Don't base default radius of analog sticks off of their name.Lioncash
2014-08-14Windows: Use a shared precompiled header for dolphin code under Source/Shawn Hoffman
2014-08-14Merge pull request #782 from RachelBryk/radiusLioncash
2014-08-14Changed GCPadStatus struct to use cstdint types instead of char, short etc.Charles Rozhon
2014-08-11Set the default radius to 100 for non-gcpad analog sticks.Rachel Bryk
2014-08-04Restore Wayland compatibility.Tony Wasserka
2014-08-02UnitTests: make it possible to build tests for code that has global dependenciesPierre Bourdon
2014-08-02Move GLInterface around to remove VideoBackends dependency on DolphinWXPierre Bourdon
2014-07-26Remove fakepoll.h.Lioncash
2014-07-25Merge pull request #665 from lioncash/cismsPierre Bourdon
2014-07-24InputCommon: Include the algorithm header in ForceFeedbackDeviceLioncash
2014-07-23Get rid of a few C-style struct declarationsLioncash
2014-07-21GCPadStatus: coalescing magic numbers into constsbooto
2014-07-16Host: Add a new "UIHasFocus" hook to determine if the UI has focusJasper St. Pierre
2014-07-15Merge pull request #604 from magcius/wip/emu-cleanup-2Lioncash
2014-07-11InputCommon: Use enums instead of defines within GCPadStatus.hLioncash
2014-07-11ControllerEmu: Remove focus-checking code from the rest of ControllerEmuJasper St. Pierre
2014-07-11ControllerInterface: Gate the input based on our new background input settingJasper St. Pierre
2014-07-11ControllerEmu: Make BackgroundInput a global setting through the virtualizationJasper St. Pierre
2014-07-11ControllerEmu: Virtualize settingsJasper St. Pierre
2014-07-11ControllerEmu: Change the GetState interface to remove range/baseJasper St. Pierre
2014-07-11ControllerEmu: Clean up the code that applies the modifierJasper St. Pierre
2014-07-11ControllerEmu: Always convert to polar coordinates and backJasper St. Pierre
2014-07-11ControllerEmu: Remove support for the "Square Stick" optionJasper St. Pierre
2014-07-11Remove UDPWiimote featureJasper St. Pierre
2014-07-11ControllerEmu: Constructors go on topJasper St. Pierre
2014-07-11ControllerEmu: Fix code styleJasper St. Pierre
2014-07-11ControllerEmu: Remove unnecessary includeJasper St. Pierre
2014-07-11mark all local functions as staticdegasus
2014-07-10Change SPADStatus struct name to GCPadStatusLioncash
2014-06-24Remove the 32-bit config platform from the VS solution and projectsLioncash
2014-06-16Use only section-based ini reading.Lioncash
2014-05-30Merge pull request #300 from Sonicadvance1/Fix-AndroidInputshuffle2