1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:28:13 +00:00
serenity/Userland/Applications/Calculator
thankyouverycool f7e034d4b2 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
Previously, Frames could set both these properties along with a
thickness to confusing effect: Most shapes of the same shadowing only
differentiated at a thickness >= 2, and some not at all. This led
to a lot of creative but ultimately superfluous choices in the code.

Instead let's streamline our options, automate thickness, and get
the right look without so much guesswork.

Plain shadowing has been consolidated into a single Plain style,
and 0 thickness can be had by setting style to NoFrame.
2023-04-30 05:49:46 +02: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 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
CalculatorWidget.h Calculator: Treat constants and pasted numbers as input 2023-02-05 08:07:45 +00:00
CalculatorWindow.gml Calculator: Set button colors from system palette 2022-07-17 08:44:31 +01:00
CMakeLists.txt Calculator: Use numeric InputBox for digit rounding and shrinking 2023-04-18 10:05:21 +02:00
Keypad.cpp Calculator: Treat constants and pasted numbers as input 2023-02-05 08:07:45 +00:00
Keypad.h Calculator: Treat constants and pasted numbers as input 2023-02-05 08:07:45 +00:00
main.cpp LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00