summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2014-11-01VideoCommon/VideoBackends: Remove unnecessary wxWidgets references.Lioncash
2014-10-28Make some OSX-only functions staticLioncash
2014-10-21Add missing includes where headers depend on other headers having been includ...comex
2014-10-15ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize()Lioncash
2014-10-12ControllerEmu: Get rid of redundant string appendingLioncash
2014-10-02Change a bunch of reference function arguments to pointers.comex
2014-09-21Fix building Dolphin on OSX without precompiled headersLioncash
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-14Kill off the wx casts within InputCommon and GLInterface.Lioncash
2014-09-13InputCommon: Initialize NSDictionaries using literal syntax.Lioncash
2014-09-10Merge pull request #1027 from rohit-n/change-includeRyan Houdek
2014-09-08InputCommon: Remove unnecessary breaks in XInput's GetName functionLioncash
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
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