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
release-prep-2606a
release-prep-2606a-2
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
2017-05-04
Merge pull request #5345 from JosJuice/consistent-controller-translation
Anthony
2017-04-30
Merge pull request #5349 from JosJuice/more-incorrect-trans
Mat M
2017-04-30
Remove incorrect usage of _trans
JosJuice
2017-04-30
Mark "Recenter" for translation
JosJuice
2017-04-30
Use _trans consistently for controllers
JosJuice
2017-04-04
ControllerEmu: Replace includes with forward declarations
Lioncash
2017-04-03
Core: Hide determinism global
Lioncash
2017-04-02
ExpressionParser: Rename ParseStatus' Success member to Successful
Lioncash
2017-03-26
Revert "Use a single libusb context"
Léo Lam
2017-03-19
Merge pull request #4856 from ligfx/backgroundinput
Anthony
2017-03-16
SI: Namespace device classes
Lioncash
2017-03-16
SI: Move MAX_SI_CHANNELS into the SerialInterface namespace
Lioncash
2017-03-13
Make ControllerEmu::BooleanSetting non-virtual
Michael Maltese
2017-03-13
Remove unused ControllerEmu::BackgroundInputSetting
Michael Maltese
2017-03-06
GCAdapter_Android: Fix an array bounds overrun in Read()
Lioncash
2017-03-03
BooleanSetting: Initialize m_value to default_value in the constructor
Lioncash
2017-03-03
NumericSettings: Initialize m_value to default_value in the constructor
Lioncash
2017-03-02
InputCommon: move Setting classes out of ControlGroup
Michael Maltese
2017-03-02
Merge pull request #4995 from lioncash/normalize
Markus Wick
2017-03-01
CMakeLists: Normalize whitespace
Lioncash
2017-02-28
ExpressionParser: Convert parse state enum into an enum class
Lioncash
2017-02-26
Merge pull request #4960 from lioncash/type
Anthony
2017-02-26
ExpressionParser: Const-correctness changes
Lioncash
2017-02-25
ControlGroup: Convert group type enum into an enum class
Lioncash
2017-02-23
Merge pull request #4930 from JosJuice/sideways-wiimote-name
Anthony
2017-02-20
Add missing "functional" include
Steven Newbury
2017-02-18
Change INI keys containing "Wii Remote" back to "Wiimote"
JosJuice
2017-02-15
Merge pull request #4892 from lioncash/control
Mat M
2017-02-11
Force: Use std::array for m_swing
Lioncash
2017-02-11
Tilt: Use std::array for m_tilt
Lioncash
2017-02-11
Merge pull request #4895 from lioncash/const
JosJuice
2017-02-11
Merge pull request #4894 from lioncash/private
JosJuice
2017-02-11
ControllerEmu: Add const to UpdateReferences() first reference parameter
Lioncash
2017-02-10
Cursor: Make m_z private
Lioncash
2017-02-10
Buttons: Use a delegating constructor
Lioncash
2017-02-10
Control: Convert raw pointer parameter into unique_ptr
Lioncash
2017-02-10
ControlReference: Add missing virtual destructor
Lioncash
2017-02-09
ControllerEmu: Separate ControlGroup from ControllerEmu
Lioncash
2017-02-08
ControllerEmu: Fix incorrect default radius being set in AnalogStick
Lioncash
2017-02-08
Merge pull request #4502 from ligfx/extractcontrolreference
Mat M
2017-02-08
Merge pull request #4839 from leoetlino/better-warnings
JosJuice
2017-02-07
ControlReference: put parsed_expression in a unique_ptr
Michael Maltese
2017-02-07
ControlReference: hide parse_error behind GetParseStatus()
Michael Maltese
2017-02-07
ControlReference: hide is_input behind function
Michael Maltese
2017-02-07
ControlReference: move function bodies out of header
Michael Maltese
2017-02-07
InputCommon: Extract ControlReference from ControllerInterface
Michael Maltese
2017-02-07
InputCommon CMakeLists: Normalize whitespace
Lioncash
2017-02-07
ControllerEmu: Move into its own directory
Lioncash
2017-02-06
CMake: make option ENABLE_SDL work again
Michael Maltese
2017-02-07
Move libusb context initialization to on first use
Léo Lam
[next]