summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2017-02-26Merge pull request #4960 from lioncash/typeAnthony
2017-02-26ExpressionParser: Const-correctness changesLioncash
2017-02-25ControlGroup: Convert group type enum into an enum classLioncash
2017-02-23Merge pull request #4930 from JosJuice/sideways-wiimote-nameAnthony
2017-02-20Add missing "functional" includeSteven Newbury
2017-02-18Change INI keys containing "Wii Remote" back to "Wiimote"JosJuice
2017-02-15Merge pull request #4892 from lioncash/controlMat M
2017-02-11Force: Use std::array for m_swingLioncash
2017-02-11Tilt: Use std::array for m_tiltLioncash
2017-02-11Merge pull request #4895 from lioncash/constJosJuice
2017-02-11Merge pull request #4894 from lioncash/privateJosJuice
2017-02-11ControllerEmu: Add const to UpdateReferences() first reference parameterLioncash
2017-02-10Cursor: Make m_z privateLioncash
2017-02-10Buttons: Use a delegating constructorLioncash
2017-02-10Control: Convert raw pointer parameter into unique_ptrLioncash
2017-02-10ControlReference: Add missing virtual destructorLioncash
2017-02-09ControllerEmu: Separate ControlGroup from ControllerEmuLioncash
2017-02-08ControllerEmu: Fix incorrect default radius being set in AnalogStickLioncash
2017-02-08Merge pull request #4502 from ligfx/extractcontrolreferenceMat M
2017-02-08Merge pull request #4839 from leoetlino/better-warningsJosJuice
2017-02-07ControlReference: put parsed_expression in a unique_ptrMichael Maltese
2017-02-07ControlReference: hide parse_error behind GetParseStatus()Michael Maltese
2017-02-07ControlReference: hide is_input behind functionMichael Maltese
2017-02-07ControlReference: move function bodies out of headerMichael Maltese
2017-02-07InputCommon: Extract ControlReference from ControllerInterfaceMichael Maltese
2017-02-07InputCommon CMakeLists: Normalize whitespaceLioncash
2017-02-07ControllerEmu: Move into its own directoryLioncash
2017-02-06CMake: make option ENABLE_SDL work againMichael Maltese
2017-02-07Move libusb context initialization to on first useLéo Lam
2017-02-07Merge pull request #4408 from leoetlino/usbMatthew Parlane
2017-02-06Merge pull request #4755 from Orphis/cmake_sdlMat M
2017-02-06cmake: Move discovery of SDL to InputCommonFlorent Castelli
2017-02-05Core: Convert State enum into an enum classLioncash
2017-02-05Use a single libusb contextLéo Lam
2017-01-24Merge pull request #4726 from ligfx/addingwindowsheadersMatthew Parlane
2017-01-23No longer need to //clang-format off for Windows headersMichael Maltese
2017-01-23ControllerEmu: Add missing virtual destructor to BooleanSettingLioncash
2017-01-23Add includes for building on Windows without PCHMichael Maltese
2017-01-21Merge pull request #4699 from Orphis/cmake_cleanupMatthew Parlane
2017-01-21cmake: Add XInput file to the InputCommon targetFlorent Castelli
2017-01-21cmake: Rename variable for libxi to X11_INPUTFlorent Castelli
2017-01-20Core: Move SI source files to their own directoryLioncash
2017-01-17Merge pull request #4671 from endrift/fix-libusbMatthew Parlane
2017-01-17InputCommon: Fix FreeBSD 11 libusb incompatibilitiesJeffrey Pfau
2017-01-02macOS: Add missing includes to fix no-PCH buildhthh
2016-12-27ControllerEmu: Fix LoadDefaults to use ciface argumentMichael Maltese
2016-12-26evdev: reduce startup timeTillmann Karras
2016-12-05evdev: set flag in a thread-safe wayTillmann Karras
2016-12-05evdev: fix shutdown hangTillmann Karras
2016-12-01Merge pull request #4362 from ligfx/osxhotplugAnthony