summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControlReference
AgeCommit message (Expand)Author
2019-02-13Use empty instead of sizeFilip Gawin
2018-12-22ControllerInterface: Make CoalesceExpression not set the inactive child's val...Jordan Woyak
2018-04-19THis fixes issue #08 and #16, the rumble test and sliderConnor Roth
2018-04-12Reformat all the things!spycrab
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
2017-09-14ExpressionParser: remove DummyExpressionMichael M
2017-09-14ExpressionParser: clean up ControlExpressionMichael M
2017-09-14ExpressionParser: replace bare pointers with unique_ptrsMichael M
2017-09-14ExpressionParser: use internal ParseResult struct instead of out-paramsMichael M
2017-09-14ParseExpression: return a std::pairMichael M
2017-07-12DolphinWX: fix input bitmaps not working when background input is offMichael Maltese
2017-06-30Disable Background Input when Background Input is disabledmimimi085181
2017-04-02ExpressionParser: Rename ParseStatus' Success member to SuccessfulLioncash
2017-02-28ExpressionParser: Convert parse state enum into an enum classLioncash
2017-02-26ExpressionParser: Const-correctness changesLioncash
2017-02-11ControllerEmu: Add const to UpdateReferences() first reference parameterLioncash
2017-02-10ControlReference: Add missing virtual destructorLioncash
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