ladybird/Userland/Applications/Calculator
Sam Atkins f0395a2042 LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^)
It's the only one, so the `try` prefix is unnecessary now.
2023-01-07 14:39:30 +01:00
..
Calculator.cpp Calculator: Add adding/subtracting/multiplying/dividing by a percentage 2022-12-31 00:07:13 +01:00
Calculator.h Calculator: Support chaining and repeating operations 2022-12-31 00:07:13 +01:00
CalculatorWidget.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
CalculatorWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CalculatorWindow.gml Calculator: Set button colors from system palette 2022-07-17 08:44:31 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Keypad.cpp Calculator: Support chaining and repeating operations 2022-12-31 00:07:13 +01:00
Keypad.h Calculator: Support chaining and repeating operations 2022-12-31 00:07:13 +01:00
main.cpp LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
RoundingDialog.cpp LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
RoundingDialog.h Calculator: Add a Shrinking action 2022-10-03 15:12:47 -04:00