serenity/Userland/Demos
Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library
This URL library ends up being a relatively fundamental base library of
the system, as LibCore depends on LibURL.

This change has two main benefits:
 * Moving AK back more towards being an agnostic library that can
   be used between the kernel and userspace. URL has never really fit
   that description - and is not used in the kernel.
 * URL _should_ depend on LibUnicode, as it needs punnycode support.
   However, it's not really possible to do this inside of AK as it can't
   depend on any external library. This change brings us a little closer
   to being able to do that, but unfortunately we aren't there quite
   yet, as the code generators depend on LibCore.
2024-03-18 14:06:28 -04:00
..
CatDog Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Eyes AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Gradient Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
LibGfxDemo Demos: Add fullscreen option to those that don't 2024-01-14 15:18:43 -07:00
LibGfxScaleDemo Demos: Add fullscreen option to those that don't 2024-01-14 15:18:43 -07:00
Mandelbrot Demos: Add fullscreen option to those that don't 2024-01-14 15:18:43 -07:00
ModelGallery Userland: Propagate errors with TRY() where possible 2024-02-14 17:46:06 -05:00
Screensaver Demos: Add fullscreen option to those that don't 2024-01-14 15:18:43 -07:00
Starfield Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Tubes Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
WidgetGallery WidgetGallery: Remove quotes around GML boolean values 2024-01-21 08:38:18 -05:00
CMakeLists.txt Demos: Rename GradientScreensaver to Gradient 2023-04-12 19:34:27 +02:00