summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
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
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-05-04Remove SDL from Externals.Jordan Woyak
2014-05-04Disable SDL input on Windows.Jordan Woyak
2014-04-24[Android] Fix a bunch of input bugs.Ryan Houdek
2014-04-17Add support for the guide button to XInputpinumbernumber
2014-04-16Don't use SDL devices that report invalid ranges.Ryan Houdek
2014-04-01Replace use of the deprecated mem_fun function with mem_fn.lioncash
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-17Turn some non-const refs into pointersTillmann Karras
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-22Remove X11InputBase (dead code)Tillmann 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