summaryrefslogtreecommitdiff
path: root/Userland/Applications/Calculator/CalculatorWidget.cpp
AgeCommit message (Expand)Author
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
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: Avoid focusing any keypad button other than the equal buttonForLoveOfCats
2022-03-03Calculator: Utilize Button `mimic_pressed` to show when keys are pressedForLoveOfCats
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-08-26Calculator: The equal key will now also finish the operationScott R. Parish
2021-08-03Calculator: Use KeypadValue class instead of doublecreator1creeper1
2021-05-23Calculator: Remove unused headersMax Wipfli
2021-05-23Calculator: Handle keydown events correctly with all keyboard layoutsMax Wipfli
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-03-29Everywhere: Change font properties to be described in GMLEdgar Araújo
2021-02-24Calculator: Add support for copy+paste using system clipboardBrendan Coles
2021-02-08Everywhere: Fix weird includesBen Wiederhake
2021-01-12Applications: Move to Userland/Applications/Andreas Kling