summaryrefslogtreecommitdiff
path: root/Userland/Applications/Calculator/Keypad.cpp
AgeCommit message (Expand)Author
2021-05-23Calculator: Remove unused headersMax Wipfli
2021-05-23Calculator: Fix behavior when entering number starting with decimalMax Wipfli
2021-05-23Calculator: Use Checked to ensure entered values do not overflowMax Wipfli
2021-05-23Calculator: Show decimal point immediately when typedMax Wipfli
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23AK+Kernel+Userland: Enable some more compiletime format string checksAnotherTest
2021-01-12Applications: Move to Userland/Applications/Andreas Kling