summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/Mapping/MappingIndicator.h
AgeCommit message (Expand)Author
2024-03-11DolphinQt: Add IRPassthrough indicator.Jordan Woyak
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-10-21Merge pull request #9162 from jordan-woyak/quaternionLC
2020-10-19InputCommon/WiimoteEmu: Replace stateful rotational matrices with quaternions.Jordan Woyak
2020-09-19ControllerEmu: Improve and simplify UpdateCalibrationData.Jordan Woyak
2020-02-25DolphinQt: Fix calibration cancel behavior.Jordan Woyak
2020-02-24DolphinQt: Eliminiate redundant swing indicator logic.Jordan Woyak
2020-02-24DolphinQt: Clean up mapping indicator code and draw lines on "pixel centers".Jordan Woyak
2020-02-24DolphinQt: Eliminate redundant cursor indicator logic.Jordan Woyak
2020-02-24DolphinQt: Break mapping indicators into separate classes. Ensure "state lock...Jordan Woyak
2020-02-17InputCommon: Add calibration functionality to IMUGyroscope.Jordan Woyak
2020-02-04DolphinQt/Mapping: Change "Dead Zone" color from shadow color of palette to a...Jordan Woyak
2019-11-09DolphinQt: Add accelerometer/gyroscope mapping indicators.Jordan Woyak
2019-10-18Qt/Mapping: Show current input states in advanced dialog.Jordan Woyak
2019-05-19ControllerEmu: Do not change center when closing windowArtemis Tosini
2019-05-18Draw center when calibrating and remove constantArtemis Tosini
2019-05-18ControllerEmu: Add support for setting the center of a ReshapableInputArtemis Tosini
2019-04-27DolphinQt: Move mapping indicators to top of UI.Jordan Woyak
2019-04-21DolphinQt: Query mapping indicator colors using QPalette for better behavior ...Jordan Woyak
2019-04-12WiimoteEmu: Allow shake frequency and intensity to be configured. Other minor...Jordan Woyak
2019-04-07InputCommon: Clean up how numeric settings are handled. Add units of measure ...Jordan Woyak
2019-03-03WiimoteEmu: Reimplement tilt/swing/camera/orientation data using matrix math.Jordan Woyak
2019-02-10DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input ca...Jordan Woyak
2018-12-30ControllerEmu::Cursor: Add input radius/shape settings to IR Cursor mappings ...Jordan Woyak
2018-12-29ControllerEmu: Reorganize stick reshaping code and use it for emu wiimote til...Jordan Woyak
2018-12-29Mapping UI: Make the mixed trigger indicator styling match that of the analog...Jordan Woyak
2018-12-27Add ability to reshape analog sticks from square/circle to octagon and make t...Jordan Woyak
2018-07-07Move DolphinQt2 to DolphinQtspycrab