summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2014-06-24Remove the 32-bit config platform from the VS solution and projectsLioncash
2014-06-16Use only section-based ini reading.Lioncash
2014-05-30Merge pull request #300 from Sonicadvance1/Fix-AndroidInputshuffle2
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-05-04Remove SDL from Externals.Jordan Woyak
2014-05-04Disable SDL input on Windows.Jordan Woyak
2014-04-24[Android] Fix a bunch of input bugs.Ryan Houdek
2014-04-17Add support for the guide button to XInputpinumbernumber
2014-04-16Don't use SDL devices that report invalid ranges.Ryan Houdek
2014-04-01Replace use of the deprecated mem_fun function with mem_fn.lioncash
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-17Turn some non-const refs into pointersTillmann Karras
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-22Remove X11InputBase (dead code)Tillmann Karras
2014-02-20Fix the Windows build in relation to the recent changes.Lioncash
2014-02-20Fix more header sorting issues in InputCommon/ (now check-includes clean).Pierre Bourdon
2014-02-18Fix Linux buildPierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Fix some vertical alignmentsLioncash
2014-02-13Turn loops into range-based formTillmann Karras
2014-02-13Merge pull request #50 from Parlane/inifile_tidyMatthew Parlane
2014-02-13Fix IniFile to use string& instead of char*Matthew Parlane
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-09Clean up some struct indentationsLioncash
2014-02-09ForceFeedback: Fixed scoping bugJules Blok
2014-02-09ForceFeedback: Don't depend on the force_type_name index.Jules Blok
2014-02-09ForceFeedback: Add OSX rumble supportJules Blok
2014-02-09ControllerInterface: Move DInput ForceFeedback support to a seperate classJules Blok
2014-02-01Introduce the usage of unique_ptr into the InputCommon ControlEmu.h class. Al...Lioncash
2014-01-30Remove some unnecessary comments, as pointed out by Matt_P.Lioncash
2014-01-30Light cleanup to a little bit of InputCommon. Replaces much of the iterators ...Lioncash
2014-01-20Move GLInterface.h into GLInterface directoryScott Moreau
2014-01-20Merge Platform.h into GLInterface.hScott Moreau
2014-01-19wayland: Add bits required to run as a wayland client.Scott Moreau
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-12-31Convert all vcxproj files to UNIX line endingsJasper St. Pierre
2013-12-12[Android] Fix joysticks only capable of right/down movements. Also make it ca...Ryan Houdek
2013-11-24Merge branch 'master' into android-new-control-input-overlayRyan Houdek
2013-11-24[Android-overlay] Support multiple gamepads with touch screen controls.Ryan Houdek
2013-11-14more warning fixesJordan Cristiano
2013-11-03Run code through clang-modernize -add-override to add 'override' decls.comex
2013-11-03Run code through the advanced tool 'sed' to remove trailing whitespace.comex
2013-11-03Run code through clang-modernize -loop-convert to create range-based for loop...comex
2013-10-26Update to VS2013 and a slew of build-related updates. Notes:Shawn Hoffman
2013-10-19Remove some unnecessary includes as well as simplifying exisiting ones if pos...Lioncash