Andreas Kling 183f7c9830 LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's 5 роки тому
..
GAboutDialog.cpp bc319d9e88 LibCore: Make CObject reference-counted 5 роки тому
GAboutDialog.h e38b454e11 LibGUI: Fix crash in GAboutDialog::show() 5 роки тому
GAbstractButton.cpp f4b51a63ec LibCore: Remove CTimer::create() overloads in favor of construct() 5 роки тому
GAbstractButton.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GAbstractView.cpp ff6ce422dd LibGUI: Convert GWidget to ObjectPtr 5 роки тому
GAbstractView.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GAction.cpp 74c4e62659 GCommonActions: Add "Open..." action 5 роки тому
GAction.h 74c4e62659 GCommonActions: Add "Open..." action 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 34d0e96aec LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere 5 роки тому
GApplication.h 34d0e96aec LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere 5 роки тому
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 81a5c4fc56 GButton: Make the constructors protected in favor of construct() 5 роки тому
GCheckBox.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 роки тому
GCheckBox.h 7b5342b2e3 LibGUI: Convert GCheckBox to ObjectPtr 5 роки тому
GClipboard.cpp c543ee5c5b WindowServer+LibGUI: Store a "data type" with the clipboard content 5 роки тому
GClipboard.h c543ee5c5b WindowServer+LibGUI: Store a "data type" with the clipboard content 5 роки тому
GComboBox.cpp 45cfd57f6e GButton: Convert most code to using ObjectPtr for GButton 5 роки тому
GComboBox.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GDesktop.cpp 7a53096e8d LibGUI: Revert GWindowServerConnection to being a singleton 6 роки тому
GDesktop.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 6 роки тому
GDialog.cpp 34d0e96aec LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere 5 роки тому
GDialog.h 34d0e96aec LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere 5 роки тому
GDirectoryModel.cpp 3900eebf15 FileManager+LibGUI+html: Add an icon to represent HTML files 5 роки тому
GDirectoryModel.h 3900eebf15 FileManager+LibGUI+html: Add an icon to represent HTML files 5 роки тому
GEvent.h d4892b3fdc WindowServer+LibGUI: Remove old "icon path" way of doing things. 6 роки тому
GEventLoop.cpp 34d0e96aec LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere 5 роки тому
GEventLoop.h 34d0e96aec LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere 5 роки тому
GFilePicker.cpp 08a1fb8f1a LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements. 5 роки тому
GFilePicker.h 08a1fb8f1a LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements. 5 роки тому
GFileSystemModel.cpp a4d52b122d FileManager+LibGUI: Fix two folder-related crashes (#569) 5 роки тому
GFileSystemModel.h a4d52b122d FileManager+LibGUI: Fix two folder-related crashes (#569) 5 роки тому
GFontDatabase.cpp 21ee24b995 GFontDatabase: Iterate the font database in alphabetical order 6 роки тому
GFontDatabase.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 6 роки тому
GFrame.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 роки тому
GFrame.h 55a6e4ac0b LibGUI: Convert GFrame to ObjectPtr 5 роки тому
GGroupBox.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 роки тому
GGroupBox.h 83b5f6c11a LibGUI: Convert GGroupBox to ObjectPtr 5 роки тому
GIcon.cpp 992272761c LibGUI: Remove use of copy_ref(). 6 роки тому
GIcon.h 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 роки тому
GInputBox.cpp bc319d9e88 LibCore: Make CObject reference-counted 5 роки тому
GInputBox.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GItemView.cpp 77d6dbc236 GItemView: Elide item names that won't fit 5 роки тому
GItemView.h c13b9e2214 LibGUI: Convert GItemView to ObjectPtr 5 роки тому
GJsonArrayModel.cpp 8d550c174e LibCore: Convert CFile to ObjectPtr 5 роки тому
GJsonArrayModel.h f9b8a18fae GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data 6 роки тому
GLabel.cpp aa95bd7037 LibGUI: Fix move() of const StringView& 5 роки тому
GLabel.h 4381dd2640 LibGUI: Make the GLabel constructors protected 5 роки тому
GLayout.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 роки тому
GLayout.h 123a3cad77 GLayout: Change default spacing to 3 pixels 6 роки тому
GLazyWidget.cpp 183f7c9830 LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's 5 роки тому
GLazyWidget.h 183f7c9830 LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's 5 роки тому
GListView.cpp d2d1a30d61 GListView: Switch to using GModelSelection to support multi-select 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 69365ccdd0 GMenu: Allow constructing without a name 5 роки тому
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> 6 роки тому
GMessageBox.cpp d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GMessageBox.h 1a279c5b2a GMessageBox: Hide the constructor and fix broken usages 5 роки тому
GModel.cpp 2f5b2685af GModel: Remove selected_index() and set_selected_index() 6 роки тому
GModel.h 2f5b2685af GModel: Remove selected_index() and set_selected_index() 6 роки тому
GModelEditingDelegate.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GModelIndex.h 19b69741ed GModelIndex: Add hash traits so we can make a HashTable<GModelIndex> 6 роки тому
GModelSelection.cpp b0f42ee672 GModelSelection: Add contains_row(int) and toggle(GModelIndex) 6 роки тому
GModelSelection.h a4d52b122d FileManager+LibGUI: Fix two folder-related crashes (#569) 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 ceb5508fea LibGUI: Convert GProgressBar to ObjectPtr 5 роки тому
GRadioButton.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 роки тому
GRadioButton.h f8d751440b LibGUI: Convert GRadioButton to ObjectPtr 5 роки тому
GResizeCorner.cpp aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload. 6 роки тому
GResizeCorner.h 93851c3832 LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr 5 роки тому
GScrollBar.cpp f4b51a63ec LibCore: Remove CTimer::create() overloads in favor of construct() 5 роки тому
GScrollBar.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GScrollableWidget.cpp ff6ce422dd LibGUI: Convert GWidget to ObjectPtr 5 роки тому
GScrollableWidget.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GShortcut.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 роки тому
GShortcut.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 6 роки тому
GSlider.cpp c59b053ad6 GSlider: Add support for vertical sliders. 6 роки тому
GSlider.h 7aaad27778 LibGUI: Convert GSlider to ObjectPtr 5 роки тому
GSortingProxyModel.cpp 2f5b2685af GModel: Remove selected_index() and set_selected_index() 6 роки тому
GSortingProxyModel.h 0faaa1e53a GSortingProxyModel: Sort case insensitively by default (#441) 6 роки тому
GSpinBox.cpp 45cfd57f6e GButton: Convert most code to using ObjectPtr for GButton 5 роки тому
GSpinBox.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GSplitter.cpp a6bb955c9d GSplitter: Change default spacing to 3 pixels 6 роки тому
GSplitter.h 4f4438c04c LibGUI: Convert GSplitter to ObjectPtr 5 роки тому
GStackWidget.cpp d47432487d GStackWidget: Add a notification hook for when the active widget changes. 6 роки тому
GStackWidget.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GStatusBar.cpp 93851c3832 LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr 5 роки тому
GStatusBar.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GTabWidget.cpp a635619cc0 GTabWidget: Rename get_active_tab() => active_tab_index() 6 роки тому
GTabWidget.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GTableView.cpp 229dbd0ab2 GTableView: Only paint the currently visible table rows 5 роки тому
GTableView.h e7b55037f4 LibGUI: Convert GTableView to ObjectPtr 5 роки тому
GTextBox.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 роки тому
GTextBox.h a599317624 LibCore: Introduce a C_OBJECT macro. 6 роки тому
GTextEditor.cpp caf1b37e75 GTextEditor: Unbreak right-aligned single-line text boxes 5 роки тому
GTextEditor.h 93851c3832 LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr 5 роки тому
GToolBar.cpp 45cfd57f6e GButton: Convert most code to using ObjectPtr for GButton 5 роки тому
GToolBar.h f4531c976c LibGUI: Convert GToolBar to ObjectPtr 5 роки тому
GTreeView.cpp 64b1e9deec GTreeView: Make double-clicking toggle openable items 6 роки тому
GTreeView.h efb8f9d538 LibGUI: Convert GTreeView to ObjectPtr 5 роки тому
GVariant.cpp 10b4c92e21 GVariant: Add Type::UnsignedInt. 6 роки тому
GVariant.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 6 роки тому
GWidget.cpp 7e2b9c3c40 GWidget: Dispatch Show and Hide events when widget visibility changes 5 роки тому
GWidget.h ff6ce422dd LibGUI: Convert GWidget to ObjectPtr 5 роки тому
GWindow.cpp 34d0e96aec LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere 5 роки тому
GWindow.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 роки тому
GWindowType.h 0a1bd03f1d WindowServer: Add a custom window type for Launcher 6 роки тому
Makefile 183f7c9830 LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's 5 роки тому
install.sh 0ef13e60b0 Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 6 роки тому