summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2015-09-01Merge pull request #2774 from AdmiralCurtiss/wiimote-extension-reconnect-on-b...flacs
2015-08-15evdev: don't pass null path to the kernelTillmann Karras
2015-08-04Fix building with PCH disabled.Rohit Nirmal
2015-08-04Fix some warningsTillmann Karras
2015-08-02Stable device identifier for evdevGabriel Corona
2015-07-30Wiimote: Extend emulated Wiimote reconnect-on-button-press to attachments.Admiral H. Curtiss
2015-07-30Remove unnecessary virtual keywordsLioncash
2015-07-23Android: Wiimote UI Fixupsigmabeta
2015-07-21Add Wiimote support to the Android backend.Ryan Houdek
2015-07-13Merge branch 'stable' into 'master'Scott Mansell
2015-07-08Fix building with PCH disabled.Rohit Nirmal
2015-07-07evdev: Delete rumble effects on the correct file descriptor.Scott Mansell
2015-07-04evdev: fix -Wunused-private-field warningTillmann Karras
2015-07-04Merge branch 'stable'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-21Fix misc. clang warnings - mostly complaints about inconsistent use of override.comex
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
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-27InputCommon/Core: Get rid of some virtual destructor warningsLioncash
2015-04-21Merge pull request #2199 from skidau/remove-controls-lockMatthew Parlane
2015-04-21Merge pull request #2257 from RachelBryk/batteryMatthew Parlane
2015-04-01Revert "Merge pull request #2256 from RachelBryk/Dolphin-Pro"JosJuice
2015-04-01Merge pull request #2256 from RachelBryk/Dolphin-ProPierre Bourdon
2015-04-01Add an option for wiimote battery.Rachel Bryk
2015-04-01Limit Wiimote battery usage for Dolphin-lite users.Rachel Bryk
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-12Cleaned up the controls lock that is not needed with 780eef68f6ec7deee1a11f8b...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-02-11Use CoreParameter's game INI functions in more placesJosJuice
2015-01-21Merge pull request #1923 from Sonicadvance1/remove_sdl_assumptionRyan Houdek
2015-01-21Merge pull request #1893 from skidau/GCKeyboardskidau
2015-01-19Remove an assumption in SDL.Ryan Houdek
2015-01-17Added GameCube Keyboard support.skidau
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