ladybird/Userland/Applications/Calculator
2022-01-09 00:56:11 +01:00
..
Calculator.cpp Calculator: Round small number to prevent crash 2022-01-02 15:42:13 +01:00
Calculator.h Calculator: Round small number to prevent crash 2022-01-02 15:42:13 +01:00
CalculatorWidget.cpp Calculator: The equal key will now also finish the operation 2021-08-26 17:35:15 +02:00
CalculatorWidget.h Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
CalculatorWindow.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
CMakeLists.txt Calculator: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
Keypad.cpp Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
Keypad.h Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
KeypadValue.cpp Calculator: Display zero with only one character 2022-01-02 15:42:13 +01:00
KeypadValue.h Calculator: Round small number to prevent crash 2022-01-02 15:42:13 +01:00
main.cpp Calculator: Propagate errors using try_set_main_widget in main 2022-01-09 00:56:11 +01:00