serenity/Userland/Demos
Ben Wiederhake 3796d417e0 Demos+DevTools+Games: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
CatDog Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
Cube Cube: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
Eyes Eyes: Switch to new mouse-tracking method 2021-09-08 10:53:49 +02:00
Fire Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
LibGfxDemo Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
LibGfxScaleDemo Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
Mandelbrot Demos+DevTools+Games: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
ModelGallery ModelGallery: Add the new Model Gallery application :^) 2021-08-23 12:25:26 +04:30
Mouse Everywhere: Rename back-click to backward-click 2021-10-27 22:05:58 +03:00
Screensaver Everywhere: Replace most cases of exit() with Application::quit() 2021-08-03 18:55:52 +02:00
Starfield Everywhere: Replace most cases of exit() with Application::quit() 2021-08-03 18:55:52 +02:00
WidgetGallery LibGUI: Support drag-to-reorder in TabWidget 2021-10-07 12:19:27 +02:00
CMakeLists.txt ModelGallery: Add the new Model Gallery application :^) 2021-08-23 12:25:26 +04:30