ladybird/Demos
Andreas Kling 72a3f69df7 LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
This behavior and API was extremely counter-intuitive since our default
behavior was for applications to never exit after you close all of their
windows.

Now that we exit the event loop by default when the very last GWindow is
deleted, we don't have to worry about this.
2019-07-23 18:20:00 +02:00
..
Fire LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). 2019-07-23 18:20:00 +02:00
HelloWorld GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
HelloWorld2 LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
PaintTest LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
RetroFetch Meta: Removed all gitignore in the source tree only keeping the root one 2019-06-30 10:41:26 +02:00
WidgetGallery GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00