ladybird/Userland/Games
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
..
2048 LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
BrickGame LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Chess LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
ColorLines LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
FlappyBug LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Flood LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
GameOfLife LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
Hearts LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
MasterWord LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Minesweeper LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
Snake LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
Solitaire LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Spider Spider: Fix crash when completing a deck 2023-04-21 10:59:32 +01:00
CMakeLists.txt Games: Add ColorLines 2022-12-12 17:30:04 +00:00