serenity/Userland/Demos
sin-ack ca2c81251a Everywhere: Replace Model::update() with Model::invalidate()
Most of the models were just calling did_update anyway, which is
pointless since it can be unified to the base Model class. Instead, code
calling update() will now call invalidate(), which functions identically
and is more obvious in what it does.

Additionally, a default implementation is provided, which removes the
need to add empty implementations of update() for each model subclass.

Co-Authored-By: Ali Mohammad Pur <ali.mpfard@gmail.com>
2021-08-06 19:14:31 +02:00
..
CatDog LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
Cube Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
Eyes Demos: Remove unused header includes 2021-08-01 08:10:16 +02:00
Fire Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02: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 Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
Mouse Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02: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 Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
CMakeLists.txt 3DFileViewer: Move Demos/GLTeapot to Applications/3DFileViewer 2021-05-19 19:34:12 +01:00