ladybird/Userland/Applications/Calculator
Scott R. Parish eb368a5000 Calculator: The equal key will now also finish the operation
Prior to this if you typed "1+2=" you would not get the answer, instead
you'd be left with "2" on the screen; Calculator wanted you to hit the
enter key to get the answer. Now you can either use the enter or the
equal key to finish the operation and get the answer.
2021-08-26 17:35:15 +02: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: Add KeypadValue class 2021-08-03 19:12:06 +04:30
KeypadValue.h Calculator: Add KeypadValue class 2021-08-03 19:12:06 +04:30
main.cpp Calculator: Add menus before showing the window 2021-07-31 08:08:31 +02:00