ladybird/Libraries/LibGUI
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
..
GAbstractButton.cpp LibGUI: Add an auto-repeat interval to GAbstractButton. 2019-07-13 10:27:19 +02:00
GAbstractButton.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GAbstractView.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GAbstractView.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GAction.cpp LibGUI: Add GActionGroup, a way to group a bunch of GActions. 2019-07-09 22:10:03 +02:00
GAction.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GActionGroup.cpp LibGUI: Add GActionGroup, a way to group a bunch of GActions. 2019-07-09 22:10:03 +02:00
GActionGroup.h LibGUI: Add GActionGroup, a way to group a bunch of GActions. 2019-07-09 22:10:03 +02:00
GApplication.cpp LibGUI: Exit the main event loop when the last window is deleted. 2019-07-23 18:16:25 +02:00
GApplication.h LibGUI: Exit the main event loop when the last window is deleted. 2019-07-23 18:16:25 +02:00
GBoxLayout.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GBoxLayout.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GButton.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GButton.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GCheckBox.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GCheckBox.h LibGUI: Add an auto-repeat interval to GAbstractButton. 2019-07-13 10:27:19 +02:00
GClipboard.cpp SharedBuffer: Split the creation and share steps 2019-07-18 10:06:20 +02:00
GClipboard.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GComboBox.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GComboBox.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GDesktop.cpp LibGUI: Revert GWindowServerConnection to being a singleton 2019-07-17 21:03:01 +02:00
GDesktop.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GDialog.cpp LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). 2019-07-23 18:20:00 +02:00
GDialog.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GDirectoryModel.cpp GDirectoryModel: Don't forget to drain the watch descriptor. 2019-07-22 20:12:35 +02:00
GDirectoryModel.h GDirectoryModel: Automagically update on filesystem changes. 2019-07-22 20:08:25 +02:00
GEvent.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GEventLoop.cpp LibGUI: Revert GWindowServerConnection to being a singleton 2019-07-17 21:03:01 +02:00
GEventLoop.h LibGUI: Revert GWindowServerConnection to being a singleton 2019-07-17 21:03:01 +02:00
GFilePicker.cpp GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
GFilePicker.h TextEditorWidget: Added improved save feature. 2019-07-15 18:33:33 +02:00
GFileSystemModel.cpp AK: Add a canonicalized_path() convenience function. 2019-07-15 06:50:32 +02:00
GFileSystemModel.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GFontDatabase.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GFontDatabase.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GFrame.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GFrame.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GGroupBox.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GGroupBox.h GGroupBox: Allow constructing these without an initial text. 2019-07-11 20:16:34 +02:00
GIcon.cpp LibGUI: Remove use of copy_ref(). 2019-07-11 15:49:47 +02:00
GIcon.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GInputBox.cpp GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
GInputBox.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GItemView.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GItemView.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GLabel.cpp GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
GLabel.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GLayout.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GLayout.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GListView.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GListView.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GMargins.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GMenu.cpp LibGUI: Revert GWindowServerConnection to being a singleton 2019-07-17 21:03:01 +02:00
GMenu.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GMenuBar.cpp LibGUI: Revert GWindowServerConnection to being a singleton 2019-07-17 21:03:01 +02:00
GMenuBar.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GMenuItem.cpp LibGUI: Revert GWindowServerConnection to being a singleton 2019-07-17 21:03:01 +02:00
GMenuItem.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GMessageBox.cpp GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
GMessageBox.h LibGUI: Add input types to GMessageBox. 2019-07-16 21:41:13 +02:00
GModel.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GModel.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GModelEditingDelegate.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GModelIndex.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GPainter.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GPainter.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GProgressBar.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GProgressBar.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GRadioButton.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GRadioButton.h LibGUI: Add an auto-repeat interval to GAbstractButton. 2019-07-13 10:27:19 +02:00
GResizeCorner.cpp GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
GResizeCorner.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GScrollableWidget.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GScrollableWidget.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GScrollBar.cpp GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
GScrollBar.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GShortcut.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GShortcut.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GSlider.cpp GSlider: Add support for vertical sliders. 2019-07-20 19:32:12 +02:00
GSlider.h GSlider: Add support for vertical sliders. 2019-07-20 19:32:12 +02:00
GSortingProxyModel.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GSortingProxyModel.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GSpinBox.cpp LibGUI: Add an auto-repeat interval to GAbstractButton. 2019-07-13 10:27:19 +02:00
GSpinBox.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GSplitter.cpp GSplitter: Implement using the orientation-based geometry helpers. 2019-07-20 22:17:46 +02:00
GSplitter.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GStackWidget.cpp GStackWidget: Add a notification hook for when the active widget changes. 2019-07-07 21:50:38 +02:00
GStackWidget.h GStackWidget: Add a notification hook for when the active widget changes. 2019-07-07 21:50:38 +02:00
GStatusBar.cpp GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
GStatusBar.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GTableView.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GTableView.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GTabWidget.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GTabWidget.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GTextBox.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GTextBox.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GTextEditor.cpp Kernel: Have the open() syscall take an explicit path length parameter. 2019-07-08 20:01:49 +02:00
GTextEditor.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GToolBar.cpp GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
GToolBar.h GToolBar: Make add_action() take a GAction& instead of NonnullRefPtr&&. 2019-07-11 15:57:29 +02:00
GTreeView.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GTreeView.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GVariant.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
GVariant.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GWidget.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
GWidget.h GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
GWindow.cpp LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). 2019-07-23 18:20:00 +02:00
GWindow.h LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). 2019-07-23 18:20:00 +02:00
GWindowType.h WindowServer: Add a custom window type for Launcher 2019-07-14 00:06:47 +02:00
install.sh Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 2019-07-21 21:38:30 +02:00
Makefile Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00