summaryrefslogtreecommitdiff
path: root/Userland/Applications/Calculator/Keypad.cpp
AgeCommit message (Expand)Author
2023-02-05Calculator: Treat constants and pasted numbers as inputSamuel Eisenhandler
2023-01-15LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecatedTimothy Flynn
2022-12-31Calculator: Support chaining and repeating operationsKarol Baraniecki
2022-12-31Calculator: Fix which digits get animated when pressing keyboard keysKarol Baraniecki
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
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-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-06Userland: Use AK::pow<I> where applicableHendiadyoin1
2021-08-03Calculator: Use KeypadValue class instead of doublecreator1creeper1
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
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