1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 15:37:43 +00:00
serenity/Userland/Applications/Calculator
2021-11-28 08:04:57 +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: 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: 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 Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00