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.cpp
Age
Commit message (
Expand
)
Author
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
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: Avoid focusing any keypad button other than the equal button
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-26
Calculator: The equal key will now also finish the operation
Scott R. Parish
2021-08-03
Calculator: Use KeypadValue class instead of double
creator1creeper1
2021-05-23
Calculator: Remove unused headers
Max Wipfli
2021-05-23
Calculator: Handle keydown events correctly with all keyboard layouts
Max Wipfli
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-03-29
Everywhere: Change font properties to be described in GML
Edgar Araújo
2021-02-24
Calculator: Add support for copy+paste using system clipboard
Brendan Coles
2021-02-08
Everywhere: Fix weird includes
Ben Wiederhake
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling