summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2013-06-26DInputJoystick: Always exclude XInputJasper St. Pierre
2013-06-26ExpressionParser: Add support for simple barewords control namesJasper St. Pierre
2013-06-26ExpressionParser: Don't crash when we can't find a deviceJasper St. Pierre
2013-06-25ExpressionParser: Fix delimiter scanningJasper St. Pierre
2013-06-25InputConfigDiag: Use "..." for complicated expressionsJasper St. Pierre
2013-06-25ExpressionParser: Support bare words for simple control namesJasper St. Pierre
2013-06-25ExpressionParser: Add support for the add operatorJasper St. Pierre
2013-06-25InputCommon: Add a new ExpressionParser to replace the old hack languageJasper St. Pierre
2013-06-25InputCommon: Split Device stuff outJasper St. Pierre
2013-06-18[Android] Gamepad input. Refactor JNI native functions to all pull from a sin...Ryan Houdek
2013-06-11[Android] Fix drawn buttons causing rendering issues.Ryan Houdek
2013-06-06Adding stick radius settingJohn Peterson
2013-05-19Windows should have support for Balance Board now.Matthew Parlane
2013-05-19Added config for enabling Balance Board.Matthew Parlane
2013-04-19Fix a bunch of random typos in comments and logging.lioncash
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-14Merge branch 'Android-trash' since it is no longer quite so trashy.Ryan Houdek
2013-04-14Add a Androind ControllerInterface class for allowing input in a non-hacky wa...Ryan Houdek
2013-04-14Kill off dangling else's in the InputCommon project.Lioncash
2013-03-19Clean up some space/tab mismatches in DiscIO and InputCommon.lioncash
2013-03-02Merge branch 'master' into windows-unicodeJordan Woyak
2013-03-01Fixes two memory leaks, one is pretty bad for OSX.Matthew Parlane
2013-02-27Use the new UTF-16 conversion function in two places.Jordan Woyak
2013-02-05Fix compilation with SDL2. (based on a patch from matthewharveys)Jordan Woyak
2013-02-05Clean up SDL includes a bit. Maybe fix an SDL2 problem.Jordan Woyak
2013-02-05Number "unknown" axes in OSX rather than call them all "unk".Jordan Woyak
2013-01-23Revert "mem_fun -> mem_fn."Lioncash
2013-01-23mem_fun -> mem_fn.Lioncash
2013-01-19Allow emulated wiimote to be tilted 180 degrees in each direction. (was 90)Jordan Woyak
2013-01-17Add support for the mouse cursor and mouse clicking events on OS X.Grant Paul
2013-01-17Add "full analog surface" support in DInput,OSX,SDL backends. (should not be ...Jordan Woyak
2013-01-17Start to make possible use of "full analog surface". (useful for triggers on ...Jordan Woyak
2013-01-13Fix two warnings.Jordan Woyak
2013-01-09Merge branch 'controller-profiles'Rachel Bryk
2013-01-09Change key names, and put it in section Controls.Rachel Bryk
2013-01-09Don't hardcode left-shift to disabe keyboard input on linux.Jordan Woyak
2013-01-09Make sure profile actually exists.Rachel Bryk
2013-01-09Allow setting different profiles for different controllers, and automatically...Rachel Bryk
2013-01-08Allow loading controller profiles from game ini.Rachel Bryk
2013-01-07Fixed the infinite rumble problem caused by r4d6056f14625.skidau
2013-01-01* Implemented working pedal support.skidau
2012-12-30Added preliminary GameCube Steering Wheel emulation via a PC Force Feedback S...skidau
2012-12-10Clean up gcc/g++ compiler warnings that have accumulated.Glenn Rice
2012-07-14Re-add hack to use SDL/SDL.h ifndef _WIN32.Scott Moreau
2012-07-12Add periodic effects for haptic devices.Scott Moreau
2012-07-12Add SDL2 support to build system.Scott Moreau
2012-05-02Fix DirectInput D-Pad handling.Billiard26
2012-03-25Remove scons-related filesShawn Hoffman
2012-03-18remove scons files from VS projectsShawn Hoffman
2011-12-12Merge branch 'fix-real-gcpad-sticks'Jordan Woyak