summaryrefslogtreecommitdiff
path: root/Userland/Applications/Calculator/CalculatorWidget.h
AgeCommit message (Expand)Author
2022-10-03Calculator: Add a Shrinking actionLucas CHOLLET
2022-10-03Calculator: Add a "Custom" entry to the rounding menuLucas CHOLLET
2022-10-03Calculator: Add a Rounding menuLucas CHOLLET
2022-09-15Calculator: Change internal representation to support perfect divisionLucas CHOLLET
2022-04-03Calculator: Update mimic_pressed for refactor into the Button classRob Ryan
2022-03-03Calculator: Add keyboard input for more operationsForLoveOfCats
2022-03-03Calculator: Utilize Button `mimic_pressed` to show when keys are pressedForLoveOfCats
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-08-03Calculator: Use KeypadValue class instead of doublecreator1creeper1
2021-04-29Everywhere: Add missing comma between copyright year and nameLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-24Calculator: Add support for copy+paste using system clipboardBrendan Coles
2021-01-12Applications: Move to Userland/Applications/Andreas Kling