summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
2015-08-16Merge pull request #2794 from randomstuff/evdev-stableScott Mansell
2015-08-16Merge pull request #2854 from Tilka/valgrindMarkus Wick
2015-07-07evdev: Delete rumble effects on the correct file descriptor.Scott Mansell
2015-07-01evdev: Support axis with ranges which extend below zero.Scott Mansell
2015-07-01Linux: Add an evdev based controller backend, to replace SDL.Scott Mansell
2015-06-08Revert "SDL: handle SDL_QUIT event"Matthew Parlane
2015-06-05SDL: handle SDL_QUIT eventTillmann Karras
2015-05-28Pass strings by const reference where possibleLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-25Add missing license headersTillmann Karras
2015-05-25Simplify some more license headersTillmann Karras
2015-05-22ExpressionParser: Add missing break in UnaryExpression value settingLioncash
2015-04-21Merge pull request #2199 from skidau/remove-controls-lockMatthew Parlane
2015-03-28Track the co-ordinates of the mouse relative to the pointed window instead of...skidau
2015-03-28Revert the recent changes related to updating hwndskidau
2015-03-19Updated the input plugins reference of hwnd on game start. Fixes the emu wii...skidau
2015-03-12Removed the controller update lock as it is no longer needed.skidau
2015-03-08Fixed the crash that would occur when the Refresh button was pressed in the c...skidau
2015-02-26Do not fail to evaluate an expression if some input is missingGabriel Corona
2015-01-19Remove an assumption in SDL.Ryan Houdek
2015-01-13 SDL haptic: minor style change based on review feedbackAdam D. Moss
2015-01-11 SDL input: unhardcode a few values.Adam D. Moss
2015-01-11 SDL Input: More minor refactoring of SDL haptic effectsAdam D. Moss
2015-01-08 SDL: Refactor the SDL haptic effects a little.Adam D. Moss
2015-01-08SDL: more global memsetKarol Herbst
2015-01-06SDL Input: Support more types of force feedback for controllers through SDL.Adam Moss
2014-12-20Manually revert d34418100be19fdbdf112febde3303edd48c9247comex
2014-11-28HW: Remove UpdateOutputJasper St. Pierre
2014-11-28ForceFeedback: Apply immediately as wellJasper St. Pierre
2014-11-28XInput: Apply immediately as wellJasper St. Pierre
2014-11-28SDL: Apply updates immediately rather than going through UpdateOutputJasper St. Pierre
2014-11-28ControllerInterface: Make UpdateInput / UpdateOutput return voidJasper St. Pierre
2014-11-28ControllerInterface: Remove unused ClearInputStateJasper St. Pierre
2014-11-28ControllerInterface: Implement dummy UpdateInput / UpdateOutputsJasper St. Pierre
2014-11-28DInput: Remove the unsupported Lights outputJasper St. Pierre
2014-11-28ControllerInterface: Remove unused "force" parameterJasper St. Pierre
2014-11-11Fix some double->float conversions.Rachel Bryk
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-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