index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Calculator
/
Keypad.cpp
Age
Commit message (
Expand
)
Author
2023-02-05
Calculator: Treat constants and pasted numbers as input
Samuel Eisenhandler
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2022-12-31
Calculator: Support chaining and repeating operations
Karol Baraniecki
2022-12-31
Calculator: Fix which digits get animated when pressing keyboard keys
Karol Baraniecki
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-03
Calculator: Add a Shrinking action
Lucas CHOLLET
2022-10-03
Calculator: Add a "Custom" entry to the rounding menu
Lucas CHOLLET
2022-10-03
Calculator: Add a Rounding menu
Lucas CHOLLET
2022-09-15
Calculator: Change internal representation to support perfect division
Lucas CHOLLET
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-06
Userland: Use AK::pow<I> where applicable
Hendiadyoin1
2021-08-03
Calculator: Use KeypadValue class instead of double
creator1creeper1
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-05-23
Calculator: Remove unused headers
Max Wipfli
2021-05-23
Calculator: Fix behavior when entering number starting with decimal
Max Wipfli
2021-05-23
Calculator: Use Checked to ensure entered values do not overflow
Max Wipfli
2021-05-23
Calculator: Show decimal point immediately when typed
Max Wipfli
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK+Kernel+Userland: Enable some more compiletime format string checks
AnotherTest
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling