ladybird/Libraries/LibGUI
Andreas Kling 5b47b0d867 LibGUI: Make GAction scoped to its CObject parent (widget or window)
Unparented GActions are still parented to the application like before,
making them globally available.

This makes it possible to have actions that work whenever a specific
window is active, no matter which widget is currently focused. :^)
2020-02-02 02:03:39 +01:00
..
GAboutDialog.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GAboutDialog.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GAbstractButton.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GAbstractButton.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GAbstractTableView.cpp LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00
GAbstractTableView.h LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00
GAbstractView.cpp LibGUI: Only consider starting a drag from an already selected item 2020-01-28 15:08:27 +01:00
GAbstractView.h LibGUI: Move most of mouse event handling to GAbstractView 2020-01-22 21:22:23 +01:00
GAction.cpp LibGUI: Make GAction scoped to its CObject parent (widget or window) 2020-02-02 02:03:39 +01:00
GAction.h LibGUI: Make GAction scoped to its CObject parent (widget or window) 2020-02-02 02:03:39 +01:00
GActionGroup.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GActionGroup.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GApplication.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GApplication.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GBoxLayout.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GBoxLayout.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GButton.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GButton.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GCheckBox.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GCheckBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GClipboard.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GClipboard.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GColorPicker.cpp LibGUI: Import GColorPicker from the PaintBrush application 2020-01-21 21:55:25 +01:00
GColorPicker.h LibGUI: Import GColorPicker from the PaintBrush application 2020-01-21 21:55:25 +01:00
GColumnsView.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
GColumnsView.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
GComboBox.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GComboBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GCommand.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GCommand.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GDesktop.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GDesktop.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GDialog.cpp LibGUI: Make GDialog accept escape key press events 2020-01-21 21:55:25 +01:00
GDialog.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GDragOperation.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GDragOperation.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GEvent.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GFilePicker.cpp LibGUI: Add symlink targets as a column in GFileSystemModel 2020-01-27 22:19:05 +01:00
GFilePicker.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GFileSystemModel.cpp LibGUI+FileManager: Try better to detect executables 2020-01-28 15:08:27 +01:00
GFileSystemModel.h LibGUI+FileManager: Try better to detect executables 2020-01-28 15:08:27 +01:00
GFontDatabase.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GFontDatabase.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GFrame.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GFrame.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GGroupBox.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GGroupBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GIcon.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GIcon.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GInputBox.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GInputBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GItemView.cpp LibGUI: Move most of mouse event handling to GAbstractView 2020-01-22 21:22:23 +01:00
GItemView.h LibGUI: Move most of mouse event handling to GAbstractView 2020-01-22 21:22:23 +01:00
GJsonArrayModel.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GJsonArrayModel.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLabel.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLabel.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLayout.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLayout.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLazyWidget.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLazyWidget.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GListView.cpp LibGUI: Move most of mouse event handling to GAbstractView 2020-01-22 21:22:23 +01:00
GListView.h LibGUI: Move most of mouse event handling to GAbstractView 2020-01-22 21:22:23 +01:00
GMargins.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMenu.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMenu.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMenuBar.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMenuBar.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMenuItem.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMenuItem.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMessageBox.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMessageBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GModel.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GModel.h LibGUI: Let GModel specify the drag data type 2020-01-22 21:22:23 +01:00
GModelEditingDelegate.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GModelIndex.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GModelSelection.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GModelSelection.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GPainter.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GPainter.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GProgressBar.cpp LibGUI: Use clamp() is various places 2020-01-20 13:17:16 +01:00
GProgressBar.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GRadioButton.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GRadioButton.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GResizeCorner.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GResizeCorner.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GScrollableWidget.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GScrollableWidget.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GScrollBar.cpp LibGUI: Use clamp() is various places 2020-01-20 13:17:16 +01:00
GScrollBar.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GShortcut.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GShortcut.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GSlider.cpp LibGUI: Use clamp() is various places 2020-01-20 13:17:16 +01:00
GSlider.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GSortingProxyModel.cpp LibGUI: Let GModel specify the drag data type 2020-01-22 21:22:23 +01:00
GSortingProxyModel.h LibGUI: Let GModel specify the drag data type 2020-01-22 21:22:23 +01:00
GSpinBox.cpp LibGUI: Use clamp() is various places 2020-01-20 13:17:16 +01:00
GSpinBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GSplitter.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GSplitter.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GStackWidget.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GStackWidget.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GStatusBar.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GStatusBar.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTableView.cpp LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00
GTableView.h LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00
GTabWidget.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTabWidget.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTextBox.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTextBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTextDocument.cpp LibGUI: Give GTextDocument access to the GTextEditor during commands 2020-01-23 21:33:15 +01:00
GTextDocument.h LibGUI: Give GTextDocument access to the GTextEditor during commands 2020-01-23 21:33:15 +01:00
GTextEditor.cpp LibGUI: Fix crash when trying to scroll above the head of the document 2020-01-27 22:59:46 +01:00
GTextEditor.h GTextEditor: Create the "go to line" action eagerly 2020-01-23 21:33:15 +01:00
GTextPosition.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTextRange.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GToolBar.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GToolBar.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTreeView.cpp LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00
GTreeView.h LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00
GUndoStack.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GUndoStack.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GVariant.cpp LibGUI: Add 64-bit signed integer support to GVariant 2020-01-27 10:55:10 +01:00
GVariant.h LibGUI: Add 64-bit signed integer support to GVariant 2020-01-27 10:55:10 +01:00
GWidget.cpp LibGUI: Make GAction scoped to its CObject parent (widget or window) 2020-02-02 02:03:39 +01:00
GWidget.h LibGUI: Make GAction scoped to its CObject parent (widget or window) 2020-02-02 02:03:39 +01:00
GWindow.cpp LibGUI: Make GAction scoped to its CObject parent (widget or window) 2020-02-02 02:03:39 +01:00
GWindow.h LibGUI: Make GAction scoped to its CObject parent (widget or window) 2020-02-02 02:03:39 +01:00
GWindowServerConnection.cpp LibGUI: Make GAction scoped to its CObject parent (widget or window) 2020-02-02 02:03:39 +01:00
GWindowServerConnection.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GWindowType.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Makefile LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00