ladybird/Userland/Applications/Calculator
2021-10-31 12:10:44 +01:00
..
Calculator.cpp Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
Calculator.h Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
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: Add KeypadValue class 2021-08-03 19:12:06 +04:30
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: Improve KeypadValue conversion to handle integer values 2021-10-31 12:09:37 +01:00
KeypadValue.h Calculator: Add KeypadValue class 2021-08-03 19:12:06 +04:30
main.cpp Calculator: Add Constants menu 2021-10-31 12:10:44 +01:00