serenity/Userland/Applications/Calculator
Tim Schumacher 82a152b696 LibGfx: Remove try_ prefix from bitmap creation functions
Those don't have any non-try counterpart, so we might as well just omit
it.
2023-01-26 20:24:37 +00: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: Mimic a user click when calling Button::click() 2023-01-21 14:49:46 +01:00
CalculatorWidget.h LibGUI: Mimic a user click when calling Button::click() 2023-01-21 14:49:46 +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 LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated 2023-01-15 01:00:20 +00:00
Keypad.h Calculator: Support chaining and repeating operations 2022-12-31 00:07:13 +01:00
main.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00: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