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
/
CalculatorWidget.h
Age
Commit message (
Expand
)
Author
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-04-03
Calculator: Update mimic_pressed for refactor into the Button class
Rob Ryan
2022-03-03
Calculator: Add keyboard input for more operations
ForLoveOfCats
2022-03-03
Calculator: Utilize Button `mimic_pressed` to show when keys are pressed
ForLoveOfCats
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-08-03
Calculator: Use KeypadValue class instead of double
creator1creeper1
2021-04-29
Everywhere: Add missing comma between copyright year and name
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-24
Calculator: Add support for copy+paste using system clipboard
Brendan Coles
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling