Andreas Kling a635619cc0 GTabWidget: Rename get_active_tab() => active_tab_index() 5 年之前
..
GAboutDialog.cpp 5e34e43b0f LibGUI: Add GAboutDialog, a simple way to show a nice about box in apps 5 年之前
GAboutDialog.h 5e34e43b0f LibGUI: Add GAboutDialog, a simple way to show a nice about box in apps 5 年之前
GAbstractButton.cpp a1a4013b1c LibGUI: Make the timers in GAbstractButton and GScrollBar into children 6 年之前
GAbstractButton.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GAbstractView.cpp f7dce05c82 LibGUI: Remove confusing GModelNotification concept 6 年之前
GAbstractView.h f7dce05c82 LibGUI: Remove confusing GModelNotification concept 6 年之前
GAction.cpp deb31645aa GAction: Added GCommonActions as a template to create standard actions 5 年之前
GAction.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GActionGroup.cpp 7083a0104a LibGUI: Add GActionGroup, a way to group a bunch of GActions. 6 年之前
GActionGroup.h 7083a0104a LibGUI: Add GActionGroup, a way to group a bunch of GActions. 6 年之前
GApplication.cpp 356babaf96 LibGUI: Destroy tooltip windows when they are not used. 6 年之前
GApplication.h fbae03b737 LibGUI: Exit the main event loop when the last window is deleted. 6 年之前
GBoxLayout.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GBoxLayout.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GButton.cpp e8e8741c88 LibGUI+TextEditor: Make GButton activate its action if present 6 年之前
GButton.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GCheckBox.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 年之前
GCheckBox.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GClipboard.cpp b907608e46 SharedBuffer: Split the creation and share steps 6 年之前
GClipboard.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GComboBox.cpp 22e6978c71 WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8 5 年之前
GComboBox.h 6311a617be GComboBox: Include the selected index with the on_change notification 6 年之前
GDesktop.cpp 7a53096e8d LibGUI: Revert GWindowServerConnection to being a singleton 6 年之前
GDesktop.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GDialog.cpp d7ff2c5b86 LibGUI: GDialog should close its nested event loop on window close. 6 年之前
GDialog.h d7ff2c5b86 LibGUI: GDialog should close its nested event loop on window close. 6 年之前
GDirectoryModel.cpp c4d59f64d1 GDirectoryModel: Add a 32x32 filetype icon for sound files 5 年之前
GDirectoryModel.h c4d59f64d1 GDirectoryModel: Add a 32x32 filetype icon for sound files 5 年之前
GEvent.h d4892b3fdc WindowServer+LibGUI: Remove old "icon path" way of doing things. 6 年之前
GEventLoop.cpp d4892b3fdc WindowServer+LibGUI: Remove old "icon path" way of doing things. 6 年之前
GEventLoop.h 7a53096e8d LibGUI: Revert GWindowServerConnection to being a singleton 6 年之前
GFilePicker.cpp db6ed8eebd GFilePicker: Make double-clicking actually choose/pick the file 6 年之前
GFilePicker.h c869d62e16 GFilePicker: Edit file name on opening window 6 年之前
GFileSystemModel.cpp 9b6e99f17e LibGUI: Reify intermediate nodes during index traversal 6 年之前
GFileSystemModel.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GFontDatabase.cpp 21ee24b995 GFontDatabase: Iterate the font database in alphabetical order 6 年之前
GFontDatabase.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GFrame.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 年之前
GFrame.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GGroupBox.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 年之前
GGroupBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GIcon.cpp 992272761c LibGUI: Remove use of copy_ref(). 6 年之前
GIcon.h 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 年之前
GInputBox.cpp aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload. 6 年之前
GInputBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GItemView.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GItemView.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GJsonArrayModel.cpp f9b8a18fae GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data 6 年之前
GJsonArrayModel.h f9b8a18fae GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data 6 年之前
GLabel.cpp 0a061d4314 GLabel: Repaint immediately on icon change 6 年之前
GLabel.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GLayout.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GLayout.h 123a3cad77 GLayout: Change default spacing to 3 pixels 5 年之前
GListView.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GListView.h ffff150435 LibGUI: Allow specifying the model column for GListView and GComboBox 6 年之前
GMargins.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GMenu.cpp 63e6b09816 WindowServer+LibGUI: Add support for nested menus 6 年之前
GMenu.h 63e6b09816 WindowServer+LibGUI: Add support for nested menus 6 年之前
GMenuBar.cpp 2196f17c10 LibGUI: Convert Vector<OwnPtr> to NonnullOwnPtrVector. 6 年之前
GMenuBar.h 2196f17c10 LibGUI: Convert Vector<OwnPtr> to NonnullOwnPtrVector. 6 年之前
GMenuItem.cpp 63e6b09816 WindowServer+LibGUI: Add support for nested menus 6 年之前
GMenuItem.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GMessageBox.cpp aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload. 6 年之前
GMessageBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GModel.cpp 076827a05d GModel: Rename on_model_update(GModel&) => on_update() 6 年之前
GModel.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GModelEditingDelegate.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GModelIndex.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GPainter.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GPainter.h 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 年之前
GProgressBar.cpp b777f740a4 StylePainter: Move progress bar painting from GProgressBar to here 6 年之前
GProgressBar.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GRadioButton.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 年之前
GRadioButton.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GResizeCorner.cpp aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload. 6 年之前
GResizeCorner.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GScrollBar.cpp b4a2bb9383 GScrollBar: Scrolling with the mouse wheel should use step increments 5 年之前
GScrollBar.h dc3c6be6f2 GScrollBar: Allow scrolling the scrollbar by mouse-wheeling over it 6 年之前
GScrollableWidget.cpp 7a906ab539 LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbars 5 年之前
GScrollableWidget.h 7a906ab539 LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbars 5 年之前
GShortcut.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GShortcut.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GSlider.cpp c59b053ad6 GSlider: Add support for vertical sliders. 6 年之前
GSlider.h c59b053ad6 GSlider: Add support for vertical sliders. 6 年之前
GSortingProxyModel.cpp 076827a05d GModel: Rename on_model_update(GModel&) => on_update() 6 年之前
GSortingProxyModel.h 0faaa1e53a GSortingProxyModel: Sort case insensitively by default (#441) 6 年之前
GSpinBox.cpp 22e6978c71 WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8 5 年之前
GSpinBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GSplitter.cpp a6bb955c9d GSplitter: Change default spacing to 3 pixels 5 年之前
GSplitter.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GStackWidget.cpp d47432487d GStackWidget: Add a notification hook for when the active widget changes. 6 年之前
GStackWidget.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GStatusBar.cpp aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload. 6 年之前
GStatusBar.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GTabWidget.cpp a635619cc0 GTabWidget: Rename get_active_tab() => active_tab_index() 5 年之前
GTabWidget.h a635619cc0 GTabWidget: Rename get_active_tab() => active_tab_index() 5 年之前
GTableView.cpp 7a906ab539 LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbars 5 年之前
GTableView.h 9789ee9b58 GTableView: Add a way to customize cell painting per-column 6 年之前
GTextBox.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前
GTextBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GTextEditor.cpp 6ab498edf7 GTextEditor: Paint line numbers with TopRight text alignment 5 年之前
GTextEditor.h 906582d8df GTextEditor: Fix wrong width calculations with line-wrapping enabled 5 年之前
GToolBar.cpp e8e8741c88 LibGUI+TextEditor: Make GButton activate its action if present 6 年之前
GToolBar.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 年之前
GTreeView.cpp 7a906ab539 LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbars 5 年之前
GTreeView.h 5c7bb09a73 GTreeView: Support multiple root-level items 6 年之前
GVariant.cpp 10b4c92e21 GVariant: Add Type::UnsignedInt. 6 年之前
GVariant.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GWidget.cpp b615a5c780 LibGUI: Add a way for GWidgets to do custom layout on child hide/show 5 年之前
GWidget.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GWindow.cpp c4b1456c88 GWindow: Allow clients to prevent close requests from closing 6 年之前
GWindow.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
GWindowType.h 0a1bd03f1d WindowServer: Add a custom window type for Launcher 6 年之前
Makefile 5e34e43b0f LibGUI: Add GAboutDialog, a simple way to show a nice about box in apps 5 年之前
install.sh 0ef13e60b0 Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 6 年之前