ladybird/Applications/Calculator
Zac 1dc480e097 Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry'
The CE button on the windows calculator was used to clear the current
entry rather than the current error. This commit changes the
calculator's CE button such that it now clears the current value being
entered into the keypad and errors are now cleared at the end of every
successful operation.
2020-11-23 18:41:54 +01:00
..
Calculator.cpp Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry' 2020-11-23 18:41:54 +01:00
Calculator.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
CalculatorWidget.cpp Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry' 2020-11-23 18:41:54 +01:00
CalculatorWidget.h Calculator: Set text color through the palette 2020-06-02 21:49:47 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Keypad.cpp Calculator: Use format instead of printf. 2020-10-05 14:19:24 +02:00
Keypad.h Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
main.cpp Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00