summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
2016-07-30InputConfigDiag: Don't prevent closing dialog if device not foundLéo Lam
2016-07-29evdev: Add hotplugging supportLéo Lam
2016-07-29ControllerInterface: Don't block on UpdateInput()Léo Lam
2016-07-29ControllerInterface: Add RemoveDevice()Léo Lam
2016-07-29ControllerInterface: Add a way to register callbacksLéo Lam
2016-07-14ControllerInterface: Make the ID assigning code commonLéo Lam
2016-07-12Strip whitespace from Evdev and OSX controller names.Scott Mansell
2016-07-11evdev: Clamp axis values to the 0.0-1.0 rangeLéo Lam
2016-06-26Merge pull request #3943 from ShadowsFriend/nopch-fixMat M
2016-06-25Device: Use std::tie for DeviceQualifier's operator==Lioncash
2016-06-26ControllerInterface: Include memory to fix building without pchChristian Widmer
2016-06-25ControllerInterface: Switch to std::shared_ptrLéo Lam
2016-06-25Fix a small formatting issueLéo Lam
2016-06-25ControllerInterface: Add synchronisationLéo Lam
2016-06-25ControllerInterface: Don't pass m_devices to the backendsLéo Lam
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-04-23XInput: Apply Rumble/Motor output only on changes (again)mimimi085181
2016-02-06Merge pull request #3595 from Sonicadvance1/Android_headlessRyan Houdek
2016-02-05normalize and check upper/lower bounds of hats input on OS XNick Tiberi
2016-02-05Use cmake to determine if we are enabling the Android Controller InterfaceRyan Houdek
2016-01-20[Pipe input] Make the commands locale-unawaremathieui
2016-01-10Comment change to reflect what code doesbooto
2016-01-06Move Android JNI bits from DolphinWX to the Android folder.Ryan Houdek
2016-01-04Android: More analog input configurationsPhatcat
2015-12-24Ignored the mouse position unless the cursor is over the Dolphin window.skidau
2015-12-02Wiimote + Extensions for AndroidPhatcat
2015-11-03Fix some bugs in Pipe input parsing.spxtr
2015-10-28Merge pull request #3170 from spxtr/pipesLioncash
2015-10-24GC controller input using named pipesspxtr
2015-10-06Added some headers to allow Dolphin to compile in my environment.catzilla4
2015-10-02InputCommon: Use NSNumber numeric literals in Obj-C codeLioncash
2015-09-26Common: Move asserts to their own headerLioncash
2015-09-17ControllerInterface: Fix -Winconsistent-missing-override warnings on OSXLioncash
2015-09-09ExpressionParser: Make all control paths return a value in operator std::stringLioncash
2015-09-05Add missing override specifiersLioncash
2015-09-05General: Remove unimplemented function prototypesLioncash
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-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