serenity/Libraries
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
..
LibAudio Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00
LibC Kernel: Add a mechanism for listening for changes to an inode. 2019-07-22 20:01:11 +02:00
LibCore CEventLoop: Avoid undefined evaluation order in register_timer(). 2019-07-23 14:55:12 +02:00
LibDraw LibDraw: Add LogStream operator<< overload for Color. 2019-07-23 14:56:42 +02:00
LibGUI LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). 2019-07-23 18:20:00 +02:00
LibHTML Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00
LibM Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 2019-07-21 21:38:30 +02:00