Andreas Kling 74ca299b4b GTextEditor: Make visual lines stop after their last character 5 years ago
..
GAbstractButton.cpp a1a4013b1c LibGUI: Make the timers in GAbstractButton and GScrollBar into children 6 years ago
GAbstractButton.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GAbstractView.cpp f7dce05c82 LibGUI: Remove confusing GModelNotification concept 6 years ago
GAbstractView.h f7dce05c82 LibGUI: Remove confusing GModelNotification concept 6 years ago
GAction.cpp 7083a0104a LibGUI: Add GActionGroup, a way to group a bunch of GActions. 6 years ago
GAction.h 1e604b7984 WindowServer+LibGUI: Show action icons in the menus when possible 6 years ago
GActionGroup.cpp 7083a0104a LibGUI: Add GActionGroup, a way to group a bunch of GActions. 6 years ago
GActionGroup.h 7083a0104a LibGUI: Add GActionGroup, a way to group a bunch of GActions. 6 years ago
GApplication.cpp 356babaf96 LibGUI: Destroy tooltip windows when they are not used. 6 years ago
GApplication.h fbae03b737 LibGUI: Exit the main event loop when the last window is deleted. 6 years ago
GBoxLayout.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GBoxLayout.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GButton.cpp e8e8741c88 LibGUI+TextEditor: Make GButton activate its action if present 6 years ago
GButton.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GCheckBox.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 years ago
GCheckBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GClipboard.cpp b907608e46 SharedBuffer: Split the creation and share steps 6 years ago
GClipboard.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GComboBox.cpp fdcaf2d2b5 GComboBox: Make set_only_allow_values_from_model() actually take effect 6 years ago
GComboBox.h 6311a617be GComboBox: Include the selected index with the on_change notification 6 years ago
GDesktop.cpp 7a53096e8d LibGUI: Revert GWindowServerConnection to being a singleton 6 years ago
GDesktop.h 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 years ago
GDialog.cpp d7ff2c5b86 LibGUI: GDialog should close its nested event loop on window close. 6 years ago
GDialog.h d7ff2c5b86 LibGUI: GDialog should close its nested event loop on window close. 6 years ago
GDirectoryModel.cpp 7c92f7d537 LibGUI: Port threading to LibThread 6 years ago
GDirectoryModel.h 7c92f7d537 LibGUI: Port threading to LibThread 6 years ago
GEvent.h d4892b3fdc WindowServer+LibGUI: Remove old "icon path" way of doing things. 6 years ago
GEventLoop.cpp d4892b3fdc WindowServer+LibGUI: Remove old "icon path" way of doing things. 6 years ago
GEventLoop.h 7a53096e8d LibGUI: Revert GWindowServerConnection to being a singleton 6 years ago
GFilePicker.cpp db6ed8eebd GFilePicker: Make double-clicking actually choose/pick the file 6 years ago
GFilePicker.h c869d62e16 GFilePicker: Edit file name on opening window 6 years ago
GFileSystemModel.cpp 9b6e99f17e LibGUI: Reify intermediate nodes during index traversal 6 years ago
GFileSystemModel.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GFontDatabase.cpp 21ee24b995 GFontDatabase: Iterate the font database in alphabetical order 6 years ago
GFontDatabase.h 1d0b464618 AK: Make HashMap::get(Key) return an Optional<Value>. 6 years ago
GFrame.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 years ago
GFrame.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GGroupBox.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 years ago
GGroupBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GIcon.cpp 992272761c LibGUI: Remove use of copy_ref(). 6 years ago
GIcon.h 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 years ago
GInputBox.cpp aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload. 6 years ago
GInputBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GItemView.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GItemView.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GJsonArrayModel.cpp f9b8a18fae GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data 6 years ago
GJsonArrayModel.h f9b8a18fae GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data 6 years ago
GLabel.cpp 0a061d4314 GLabel: Repaint immediately on icon change 6 years ago
GLabel.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GLayout.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GLayout.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GListView.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GListView.h ffff150435 LibGUI: Allow specifying the model column for GListView and GComboBox 6 years ago
GMargins.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GMenu.cpp 63e6b09816 WindowServer+LibGUI: Add support for nested menus 6 years ago
GMenu.h 63e6b09816 WindowServer+LibGUI: Add support for nested menus 6 years ago
GMenuBar.cpp 2196f17c10 LibGUI: Convert Vector<OwnPtr> to NonnullOwnPtrVector. 6 years ago
GMenuBar.h 2196f17c10 LibGUI: Convert Vector<OwnPtr> to NonnullOwnPtrVector. 6 years ago
GMenuItem.cpp 63e6b09816 WindowServer+LibGUI: Add support for nested menus 6 years ago
GMenuItem.h 63e6b09816 WindowServer+LibGUI: Add support for nested menus 6 years ago
GMessageBox.cpp aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload. 6 years ago
GMessageBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GModel.cpp 076827a05d GModel: Rename on_model_update(GModel&) => on_update() 6 years ago
GModel.h 076827a05d GModel: Rename on_model_update(GModel&) => on_update() 6 years ago
GModelEditingDelegate.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GModelIndex.h 203612439a LibGUI: Add LogStream operator<< for GModelIndex 6 years ago
GPainter.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GPainter.h 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 years ago
GProgressBar.cpp b777f740a4 StylePainter: Move progress bar painting from GProgressBar to here 6 years ago
GProgressBar.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GRadioButton.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 years ago
GRadioButton.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GResizeCorner.cpp aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload. 6 years ago
GResizeCorner.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GScrollBar.cpp dc3c6be6f2 GScrollBar: Allow scrolling the scrollbar by mouse-wheeling over it 6 years ago
GScrollBar.h dc3c6be6f2 GScrollBar: Allow scrolling the scrollbar by mouse-wheeling over it 6 years ago
GScrollableWidget.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GScrollableWidget.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GShortcut.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GShortcut.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GSlider.cpp c59b053ad6 GSlider: Add support for vertical sliders. 6 years ago
GSlider.h c59b053ad6 GSlider: Add support for vertical sliders. 6 years ago
GSortingProxyModel.cpp 076827a05d GModel: Rename on_model_update(GModel&) => on_update() 6 years ago
GSortingProxyModel.h 0faaa1e53a GSortingProxyModel: Sort case insensitively by default (#441) 6 years ago
GSpinBox.cpp b425de18cc LibGUI: Add an auto-repeat interval to GAbstractButton. 6 years ago
GSpinBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GSplitter.cpp 7cd2e739f2 LibDraw: Tweak the hover highlight color. 6 years ago
GSplitter.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GStackWidget.cpp d47432487d GStackWidget: Add a notification hook for when the active widget changes. 6 years ago
GStackWidget.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GStatusBar.cpp aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload. 6 years ago
GStatusBar.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GTabWidget.cpp 7f82e86fb8 GTabWidget: Allow putting the tabs on the bottom of the widget. 6 years ago
GTabWidget.h 7f82e86fb8 GTabWidget: Allow putting the tabs on the bottom of the widget. 6 years ago
GTableView.cpp 8a91b90258 GTableView: Fix column resize cursor not showing up in scrolled tables 6 years ago
GTableView.h 9789ee9b58 GTableView: Add a way to customize cell painting per-column 6 years ago
GTextBox.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago
GTextBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GTextEditor.cpp 74ca299b4b GTextEditor: Make visual lines stop after their last character 5 years ago
GTextEditor.h 3e2e086011 LibGUI: Add a way for GWidget subclasses to learn that the font changed 6 years ago
GToolBar.cpp e8e8741c88 LibGUI+TextEditor: Make GButton activate its action if present 6 years ago
GToolBar.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 years ago
GTreeView.cpp 5c7bb09a73 GTreeView: Support multiple root-level items 6 years ago
GTreeView.h 5c7bb09a73 GTreeView: Support multiple root-level items 6 years ago
GVariant.cpp 10b4c92e21 GVariant: Add Type::UnsignedInt. 6 years ago
GVariant.h 54c77cb714 GVariant: Try to do color string parsing in GVariant::to_color() 6 years ago
GWidget.cpp 3e2e086011 LibGUI: Add a way for GWidget subclasses to learn that the font changed 6 years ago
GWidget.h 3e2e086011 LibGUI: Add a way for GWidget subclasses to learn that the font changed 6 years ago
GWindow.cpp c4b1456c88 GWindow: Allow clients to prevent close requests from closing 6 years ago
GWindow.h c4b1456c88 GWindow: Allow clients to prevent close requests from closing 6 years ago
GWindowType.h 0a1bd03f1d WindowServer: Add a custom window type for Launcher 6 years ago
Makefile 6e50631e35 LibGUI: Add GJsonArrayModel, a simple JSON-data-file-as-GModel helper 6 years ago
install.sh 0ef13e60b0 Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 6 years ago