summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2018-07-07InputConfig: Show display message when game specific input profile is loaded...iwubcode
2018-07-07Input: Allow cycling to occur for each individual controlleriwubcode
2018-07-07Input: Add cycling between game specific profilesiwubcode
2018-07-07Input: Add hotkey to cycle the wiimote profile forward or backwardiwubcode
2018-07-07Wiimote Emulation: Be able to trigger swings consistently by holding down but...iwubcode
2018-07-02ControllerEmu/BooleanSetting: Add exclusive flagspycrab
2018-06-08Merge pull request #7062 from robopilot99/masterLéo Lam
2018-06-06Use UICommon's game list code on AndroidJosJuice
2018-06-04Add auto-hide option to Wii IR pointerrobopilot99
2018-06-04Add hotplug support to SDL2 controller backendMichael M
2018-06-04SDLJoystick: store name on creationMichael M
2018-06-04CMake: make SDL a private dep of InputCommonMichael M
2018-04-19THis fixes issue #08 and #16, the rumble test and sliderConnor Roth
2018-04-14Merge pull request #6564 from JosJuice/translate-certain-button-namesLéo Lam
2018-04-13Merge pull request #6625 from lioncash/evdev-udevLéo Lam
2018-04-13ControllerEmu: Use enum instead of bool for translatabilityJosJuice
2018-04-13Translate certain button names but not allJosJuice
2018-04-12Reformat all the things!spycrab
2018-04-10InputCommon/CMakeLists: Link evdev and udev in privatelyLioncash
2018-04-10InputCommon/CMakeLists: Include evdev and udev includes on a by-target basisLioncash
2018-03-30CMakeLists: Link in system framework libraries explicitly on macOSLioncash
2018-03-29InputCommon/CMakeLists: Link in ForceFeedback library explicitly on macOSLioncash
2018-03-24InputCommon/CMakeLists: Migrate off add_dolphin_libraryLioncash
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-02-07Merge pull request #6355 from myfreeweb/clang6-warningAnthony
2018-02-05Ignore -Wregister to calm down recent clang and GCC (C++17 mode)Greg V
2018-02-05evdev: Always unref received udev devicesLéo Lam
2018-02-04evdev: Don't leak eventfd on shutdownLéo Lam
2018-02-04evdev: Fix select() callLéo Lam
2017-12-19Rename constructor parameters to avoid shadowing membersEmmanuel Gil Peyrot
2017-12-15Merge pull request #6166 from ligfx/invokedeviceschangedcallbacksLeo Lam
2017-11-19DeviceQualifier: small cleanupMichael M
2017-11-19GCPadEmu: only connected if default device connectedMichael Maltese
2017-11-19Add GCPadStatus.isConnected booleanMichael Maltese
2017-11-19Remove unused GCPadStatus.errMichael Maltese
2017-11-11Merge pull request #6167 from ligfx/encapsulatedefaultdeviceLeo Lam
2017-11-11evdev: Correctly calculate axis range for min values greater than 0.Scott Pleb
2017-11-10ControllerInterface: don't call InvokeDevicesChangedCallbacks more than once ...Michael M
2017-11-10ControllerInterface: add mutex around callbacks vectorMichael M
2017-11-10ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacksMichael M
2017-11-10ControllerInterface: invoke callbacks in AddDevice/RemoveDeviceMichael M
2017-11-04EmulatedController: encapsulate default device behind getters/settersMichael M
2017-09-15Prevent multiple HID elements of same usage type on OSXArthur Carlsson
2017-09-15Merge pull request #5577 from ligfx/separateexpressionparsingandbindingLeo Lam
2017-09-14ExpressionParser: std::move() tokens vector to parserMichael M
2017-09-14ControlReference: don't reparse expression when references are updatedMichael M
2017-09-14ControlReference/ExpressionParser: separate parsing from bindingMichael M
2017-09-14ExpressionParser: add FallbackExpression node typeMichael M
2017-09-14ExpressionParser: expose ExpressionNode directlyMichael M
2017-09-14ParseStatus: replace NoDevice with EmptyExpressionMichael M