serenity/Userland/Demos
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
..
CatDog Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
Eyes Applications: Update man page links for applications 2023-04-25 02:16:48 -06:00
Gradient Base: Add icons for the Gradient screensaver 2023-04-12 19:34:27 +02:00
LibGfxDemo LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
LibGfxScaleDemo LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Mandelbrot LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
ModelGallery LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Screensaver LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Starfield Starfield: Rename starfield_window to starfield_widget 2023-04-12 19:34:27 +02:00
Tubes Tubes: Remove unused includes 2023-04-11 06:38:18 -04:00
WidgetGallery LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
CMakeLists.txt Demos: Rename GradientScreensaver to Gradient 2023-04-12 19:34:27 +02:00