ladybird/Userland/Applications/Calculator
Lucas CHOLLET d4ef2e226c LibGUI: Mimic a user click when calling Button::click()
The `mimic_pressed` function was primarily used in one place, the
Calculator. This patch removes quite a lot of logic duplication there.
It is also profitable to a lot of other places where `click()` was
called without mimicking a click.
2023-01-21 14:49:46 +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: 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 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