ladybird/Userland/Applications/Calculator
electrikmilk adf6be45fb Base+Calculator: Add icons
Adds icons for Pi and Euler's Constant to the Constants menu.
2022-02-13 22:09:18 +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: Run gml-format 2022-02-13 02:36:35 +02:00
CMakeLists.txt Calculator: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
Keypad.cpp Userland: Use AK::pow<I> where applicable 2022-02-06 17:52:33 +00:00
Keypad.h Calculator: Use KeypadValue class instead of double 2021-08-03 19:12:06 +04:30
KeypadValue.cpp Userland: Use AK::pow<I> where applicable 2022-02-06 17:52:33 +00:00
KeypadValue.h Calculator: Round small number to prevent crash 2022-01-02 15:42:13 +01:00
main.cpp Base+Calculator: Add icons 2022-02-13 22:09:18 +01:00