summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
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
2013-10-17Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebu...comex
2013-10-14Revert "Remove some unnecessary includes."Lioncash
2013-10-14Remove some unnecessary includes.Lioncash
2013-09-18[InputCommon] Fix a bug in ControllerInterface::UpdateOutput() in ControllerI...Lioncash
2013-09-14Overlay local gameinis over global gameinis instead of copying.Pierre Bourdon
2013-09-11Fix "modifier" button functionality et al.Jordan Woyak
2013-09-01A bunch of trivial changes to fix clang warnings.comex
2013-08-15Fix compatibility with the SDL2.0 release.Pierre Bourdon
2013-08-09Revert "Fix a memory leak in ExpressionParser.cpp"Pierre Bourdon