index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
Age
Commit message (
Expand
)
Author
2018-07-07
InputConfig: Show display message when game specific input profile is loaded...
iwubcode
2018-07-07
Input: Allow cycling to occur for each individual controller
iwubcode
2018-07-07
Input: Add cycling between game specific profiles
iwubcode
2018-07-07
Input: Add hotkey to cycle the wiimote profile forward or backward
iwubcode
2018-07-07
Wiimote Emulation: Be able to trigger swings consistently by holding down but...
iwubcode
2018-07-02
ControllerEmu/BooleanSetting: Add exclusive flag
spycrab
2018-06-08
Merge pull request #7062 from robopilot99/master
Léo Lam
2018-06-06
Use UICommon's game list code on Android
JosJuice
2018-06-04
Add auto-hide option to Wii IR pointer
robopilot99
2018-06-04
Add hotplug support to SDL2 controller backend
Michael M
2018-06-04
SDLJoystick: store name on creation
Michael M
2018-06-04
CMake: make SDL a private dep of InputCommon
Michael M
2018-04-19
THis fixes issue #08 and #16, the rumble test and slider
Connor Roth
2018-04-14
Merge pull request #6564 from JosJuice/translate-certain-button-names
Léo Lam
2018-04-13
Merge pull request #6625 from lioncash/evdev-udev
Léo Lam
2018-04-13
ControllerEmu: Use enum instead of bool for translatability
JosJuice
2018-04-13
Translate certain button names but not all
JosJuice
2018-04-12
Reformat all the things!
spycrab
2018-04-10
InputCommon/CMakeLists: Link evdev and udev in privately
Lioncash
2018-04-10
InputCommon/CMakeLists: Include evdev and udev includes on a by-target basis
Lioncash
2018-03-30
CMakeLists: Link in system framework libraries explicitly on macOS
Lioncash
2018-03-29
InputCommon/CMakeLists: Link in ForceFeedback library explicitly on macOS
Lioncash
2018-03-24
InputCommon/CMakeLists: Migrate off add_dolphin_library
Lioncash
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2018-02-07
Merge pull request #6355 from myfreeweb/clang6-warning
Anthony
2018-02-05
Ignore -Wregister to calm down recent clang and GCC (C++17 mode)
Greg V
2018-02-05
evdev: Always unref received udev devices
Léo Lam
2018-02-04
evdev: Don't leak eventfd on shutdown
Léo Lam
2018-02-04
evdev: Fix select() call
Léo Lam
2017-12-19
Rename constructor parameters to avoid shadowing members
Emmanuel Gil Peyrot
2017-12-15
Merge pull request #6166 from ligfx/invokedeviceschangedcallbacks
Leo Lam
2017-11-19
DeviceQualifier: small cleanup
Michael M
2017-11-19
GCPadEmu: only connected if default device connected
Michael Maltese
2017-11-19
Add GCPadStatus.isConnected boolean
Michael Maltese
2017-11-19
Remove unused GCPadStatus.err
Michael Maltese
2017-11-11
Merge pull request #6167 from ligfx/encapsulatedefaultdevice
Leo Lam
2017-11-11
evdev: Correctly calculate axis range for min values greater than 0.
Scott Pleb
2017-11-10
ControllerInterface: don't call InvokeDevicesChangedCallbacks more than once ...
Michael M
2017-11-10
ControllerInterface: add mutex around callbacks vector
Michael M
2017-11-10
ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacks
Michael M
2017-11-10
ControllerInterface: invoke callbacks in AddDevice/RemoveDevice
Michael M
2017-11-04
EmulatedController: encapsulate default device behind getters/setters
Michael M
2017-09-15
Prevent multiple HID elements of same usage type on OSX
Arthur Carlsson
2017-09-15
Merge pull request #5577 from ligfx/separateexpressionparsingandbinding
Leo Lam
2017-09-14
ExpressionParser: std::move() tokens vector to parser
Michael M
2017-09-14
ControlReference: don't reparse expression when references are updated
Michael M
2017-09-14
ControlReference/ExpressionParser: separate parsing from binding
Michael M
2017-09-14
ExpressionParser: add FallbackExpression node type
Michael M
2017-09-14
ExpressionParser: expose ExpressionNode directly
Michael M
2017-09-14
ParseStatus: replace NoDevice with EmptyExpression
Michael M
[next]