Andreas Kling a3590ca602 LibGUI: Paint GResizeCorner with SystemColor::Window background %!s(int64=5) %!d(string=hai) anos
..
GAboutDialog.cpp bc319d9e88 LibCore: Make CObject reference-counted %!s(int64=5) %!d(string=hai) anos
GAboutDialog.h e38b454e11 LibGUI: Fix crash in GAboutDialog::show() %!s(int64=5) %!d(string=hai) anos
GAbstractButton.cpp f4b51a63ec LibCore: Remove CTimer::create() overloads in favor of construct() %!s(int64=5) %!d(string=hai) anos
GAbstractButton.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr %!s(int64=5) %!d(string=hai) anos
GAbstractColumnView.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GAbstractColumnView.h 0ac74d3778 LibGUI: Make GTreeView inherit from GAbstractColumnView %!s(int64=5) %!d(string=hai) anos
GAbstractView.cpp 31b5047894 LibGUI: Allow override the font on a per-index basis in GListView %!s(int64=5) %!d(string=hai) anos
GAbstractView.h 2d39bce3f6 LibGUI: Add a GAbstractColumnView base class for GTableView %!s(int64=5) %!d(string=hai) anos
GAction.cpp 571c4d3fb8 LibGUI: Allow finding the source of a GAction activation %!s(int64=5) %!d(string=hai) anos
GAction.h 571c4d3fb8 LibGUI: Allow finding the source of a GAction activation %!s(int64=5) %!d(string=hai) anos
GActionGroup.cpp 7083a0104a LibGUI: Add GActionGroup, a way to group a bunch of GActions. %!s(int64=6) %!d(string=hai) anos
GActionGroup.h 7083a0104a LibGUI: Add GActionGroup, a way to group a bunch of GActions. %!s(int64=6) %!d(string=hai) anos
GApplication.cpp 2d18fc8052 LibGUI: Move tooltip window rects if they don't end up on screen %!s(int64=5) %!d(string=hai) anos
GApplication.h 51e655f903 LibGUI: Added window creation callback to GApplication/GWindow %!s(int64=5) %!d(string=hai) anos
GBoxLayout.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. %!s(int64=6) %!d(string=hai) anos
GBoxLayout.h 04b9dc2d30 Libraries: Create top level directory for libraries. %!s(int64=6) %!d(string=hai) anos
GButton.cpp 571c4d3fb8 LibGUI: Allow finding the source of a GAction activation %!s(int64=5) %!d(string=hai) anos
GButton.h 81a5c4fc56 GButton: Make the constructors protected in favor of construct() %!s(int64=5) %!d(string=hai) anos
GCheckBox.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GCheckBox.h 7b5342b2e3 LibGUI: Convert GCheckBox to ObjectPtr %!s(int64=5) %!d(string=hai) anos
GClipboard.cpp 272d65e3e2 WindowServer: Port to the new IPC system %!s(int64=5) %!d(string=hai) anos
GClipboard.h c543ee5c5b WindowServer+LibGUI: Store a "data type" with the clipboard content %!s(int64=5) %!d(string=hai) anos
GComboBox.cpp 45cfd57f6e GButton: Convert most code to using ObjectPtr for GButton %!s(int64=5) %!d(string=hai) anos
GComboBox.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr %!s(int64=5) %!d(string=hai) anos
GCommand.cpp f430da1d45 LibGUI: Add GUndoStack and GCommand classes %!s(int64=5) %!d(string=hai) anos
GCommand.h f430da1d45 LibGUI: Add GUndoStack and GCommand classes %!s(int64=5) %!d(string=hai) anos
GDesktop.cpp 272d65e3e2 WindowServer: Port to the new IPC system %!s(int64=5) %!d(string=hai) anos
GDesktop.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> %!s(int64=6) %!d(string=hai) anos
GDialog.cpp 34d0e96aec LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere %!s(int64=5) %!d(string=hai) anos
GDialog.h 34d0e96aec LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere %!s(int64=5) %!d(string=hai) anos
GDirectoryModel.cpp cfcb38dff1 WindowServer+LibGUI: Add data_type and data fields to drag operations %!s(int64=5) %!d(string=hai) anos
GDirectoryModel.h b0b523e973 FileManager: Added properties dialog %!s(int64=5) %!d(string=hai) anos
GDragOperation.cpp cfcb38dff1 WindowServer+LibGUI: Add data_type and data fields to drag operations %!s(int64=5) %!d(string=hai) anos
GDragOperation.h cfcb38dff1 WindowServer+LibGUI: Add data_type and data fields to drag operations %!s(int64=5) %!d(string=hai) anos
GEvent.h cfcb38dff1 WindowServer+LibGUI: Add data_type and data fields to drag operations %!s(int64=5) %!d(string=hai) anos
GFilePicker.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GFilePicker.h 4089690cf1 GFilePicker: Allow overriding the window title for get_open_filepath() %!s(int64=5) %!d(string=hai) anos
GFileSystemModel.cpp 2bd640277e LibGUI: Add missing call to did_update() when updating GFileSystemModel %!s(int64=5) %!d(string=hai) anos
GFileSystemModel.h a4d52b122d FileManager+LibGUI: Fix two folder-related crashes (#569) %!s(int64=5) %!d(string=hai) anos
GFontDatabase.cpp 21ee24b995 GFontDatabase: Iterate the font database in alphabetical order %!s(int64=6) %!d(string=hai) anos
GFontDatabase.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> %!s(int64=6) %!d(string=hai) anos
GFrame.cpp 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) %!s(int64=6) %!d(string=hai) anos
GFrame.h 55a6e4ac0b LibGUI: Convert GFrame to ObjectPtr %!s(int64=5) %!d(string=hai) anos
GGroupBox.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GGroupBox.h 83b5f6c11a LibGUI: Convert GGroupBox to ObjectPtr %!s(int64=5) %!d(string=hai) anos
GIcon.cpp 992272761c LibGUI: Remove use of copy_ref(). %!s(int64=6) %!d(string=hai) anos
GIcon.h 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) %!s(int64=6) %!d(string=hai) anos
GInputBox.cpp bc319d9e88 LibCore: Make CObject reference-counted %!s(int64=5) %!d(string=hai) anos
GInputBox.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr %!s(int64=5) %!d(string=hai) anos
GItemView.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GItemView.h a7f414bba7 LibGUI+WindowServer: Start fleshing out drag&drop functionality %!s(int64=5) %!d(string=hai) anos
GJsonArrayModel.cpp 014f8ca8c4 AK: Allow JsonValue to store 64-bit integers internally %!s(int64=5) %!d(string=hai) anos
GJsonArrayModel.h f9b8a18fae GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data %!s(int64=6) %!d(string=hai) anos
GLabel.cpp aa95bd7037 LibGUI: Fix move() of const StringView& %!s(int64=5) %!d(string=hai) anos
GLabel.h 4381dd2640 LibGUI: Make the GLabel constructors protected %!s(int64=5) %!d(string=hai) anos
GLayout.cpp d3558b6137 LibCore+LibGUI: Allow inserting a CObject/GWidget before another %!s(int64=5) %!d(string=hai) anos
GLayout.h d3558b6137 LibCore+LibGUI: Allow inserting a CObject/GWidget before another %!s(int64=5) %!d(string=hai) anos
GLazyWidget.cpp 183f7c9830 LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's %!s(int64=5) %!d(string=hai) anos
GLazyWidget.h 183f7c9830 LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's %!s(int64=5) %!d(string=hai) anos
GListView.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GListView.h ffff150435 LibGUI: Allow specifying the model column for GListView and GComboBox %!s(int64=6) %!d(string=hai) anos
GMargins.h 04b9dc2d30 Libraries: Create top level directory for libraries. %!s(int64=6) %!d(string=hai) anos
GMenu.cpp fd5eb79d19 LibGUI: Make GMenu inherit from CObject %!s(int64=5) %!d(string=hai) anos
GMenu.h fd5eb79d19 LibGUI: Make GMenu inherit from CObject %!s(int64=5) %!d(string=hai) anos
GMenuBar.cpp fd5eb79d19 LibGUI: Make GMenu inherit from CObject %!s(int64=5) %!d(string=hai) anos
GMenuBar.h fd5eb79d19 LibGUI: Make GMenu inherit from CObject %!s(int64=5) %!d(string=hai) anos
GMenuItem.cpp fd5eb79d19 LibGUI: Make GMenu inherit from CObject %!s(int64=5) %!d(string=hai) anos
GMenuItem.h fd5eb79d19 LibGUI: Make GMenu inherit from CObject %!s(int64=5) %!d(string=hai) anos
GMessageBox.cpp d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr %!s(int64=5) %!d(string=hai) anos
GMessageBox.h 1a279c5b2a GMessageBox: Hide the constructor and fix broken usages %!s(int64=5) %!d(string=hai) anos
GModel.cpp 0ac74d3778 LibGUI: Make GTreeView inherit from GAbstractColumnView %!s(int64=5) %!d(string=hai) anos
GModel.h cfcb38dff1 WindowServer+LibGUI: Add data_type and data fields to drag operations %!s(int64=5) %!d(string=hai) anos
GModelEditingDelegate.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr %!s(int64=5) %!d(string=hai) anos
GModelIndex.h ce9b9c129d LibGUI: Include internal_data() in GModelIndex LogStream output %!s(int64=5) %!d(string=hai) anos
GModelSelection.cpp b0f42ee672 GModelSelection: Add contains_row(int) and toggle(GModelIndex) %!s(int64=6) %!d(string=hai) anos
GModelSelection.h a4d52b122d FileManager+LibGUI: Fix two folder-related crashes (#569) %!s(int64=5) %!d(string=hai) anos
GPainter.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. %!s(int64=6) %!d(string=hai) anos
GPainter.h 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) %!s(int64=6) %!d(string=hai) anos
GProgressBar.cpp b777f740a4 StylePainter: Move progress bar painting from GProgressBar to here %!s(int64=6) %!d(string=hai) anos
GProgressBar.h ceb5508fea LibGUI: Convert GProgressBar to ObjectPtr %!s(int64=5) %!d(string=hai) anos
GRadioButton.cpp ca538b6cee LibGUI: Add a simple GWidget class registry/factory %!s(int64=5) %!d(string=hai) anos
GRadioButton.h ca538b6cee LibGUI: Add a simple GWidget class registry/factory %!s(int64=5) %!d(string=hai) anos
GResizeCorner.cpp a3590ca602 LibGUI: Paint GResizeCorner with SystemColor::Window background %!s(int64=5) %!d(string=hai) anos
GResizeCorner.h 93851c3832 LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr %!s(int64=5) %!d(string=hai) anos
GScrollBar.cpp ca538b6cee LibGUI: Add a simple GWidget class registry/factory %!s(int64=5) %!d(string=hai) anos
GScrollBar.h ca538b6cee LibGUI: Add a simple GWidget class registry/factory %!s(int64=5) %!d(string=hai) anos
GScrollableWidget.cpp 33043941f9 LibGUI: Add GScrollableWidget::to_widget_position() %!s(int64=5) %!d(string=hai) anos
GScrollableWidget.h 33043941f9 LibGUI: Add GScrollableWidget::to_widget_position() %!s(int64=5) %!d(string=hai) anos
GShortcut.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. %!s(int64=6) %!d(string=hai) anos
GShortcut.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> %!s(int64=6) %!d(string=hai) anos
GSlider.cpp ca538b6cee LibGUI: Add a simple GWidget class registry/factory %!s(int64=5) %!d(string=hai) anos
GSlider.h ca538b6cee LibGUI: Add a simple GWidget class registry/factory %!s(int64=5) %!d(string=hai) anos
GSortingProxyModel.cpp 449ebbddb6 LibGUI: Make GSortingProxyModel update the selection on resort again %!s(int64=5) %!d(string=hai) anos
GSortingProxyModel.h 0faaa1e53a GSortingProxyModel: Sort case insensitively by default (#441) %!s(int64=6) %!d(string=hai) anos
GSpinBox.cpp 45cfd57f6e GButton: Convert most code to using ObjectPtr for GButton %!s(int64=5) %!d(string=hai) anos
GSpinBox.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr %!s(int64=5) %!d(string=hai) anos
GSplitter.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GSplitter.h 4f4438c04c LibGUI: Convert GSplitter to ObjectPtr %!s(int64=5) %!d(string=hai) anos
GStackWidget.cpp d47432487d GStackWidget: Add a notification hook for when the active widget changes. %!s(int64=6) %!d(string=hai) anos
GStackWidget.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr %!s(int64=5) %!d(string=hai) anos
GStatusBar.cpp a1c89c2734 LibGUI: Add very limited multi-label support to GStatusBar %!s(int64=5) %!d(string=hai) anos
GStatusBar.h a1c89c2734 LibGUI: Add very limited multi-label support to GStatusBar %!s(int64=5) %!d(string=hai) anos
GTabWidget.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GTabWidget.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr %!s(int64=5) %!d(string=hai) anos
GTableView.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GTableView.h 2d39bce3f6 LibGUI: Add a GAbstractColumnView base class for GTableView %!s(int64=5) %!d(string=hai) anos
GTextBox.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. %!s(int64=6) %!d(string=hai) anos
GTextBox.h f0da3ab9b2 LibGUI: Make GTextBox non-final %!s(int64=5) %!d(string=hai) anos
GTextDocument.cpp 150090c742 LibGUI: Add GTextDocument::range_for_entire_line() %!s(int64=5) %!d(string=hai) anos
GTextDocument.h 150090c742 LibGUI: Add GTextDocument::range_for_entire_line() %!s(int64=5) %!d(string=hai) anos
GTextEditor.cpp 7301db4f9a GTextEditor: Fix broken rendering of selection on wrapped lines %!s(int64=5) %!d(string=hai) anos
GTextEditor.h fd5eb79d19 LibGUI: Make GMenu inherit from CObject %!s(int64=5) %!d(string=hai) anos
GTextPosition.h 6f4c380d95 AK: Use size_t for the length of strings %!s(int64=5) %!d(string=hai) anos
GTextRange.h 1282b778e7 LibGUI: Move GTextPosition and GTextRange LogStream<< to their headers %!s(int64=5) %!d(string=hai) anos
GToolBar.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GToolBar.h d22d9874f7 LibGUI: Allow overriding the button size when constructing GToolBar %!s(int64=5) %!d(string=hai) anos
GTreeView.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GTreeView.h d4a570d576 LibGUI: Fix GTreeView not showing the context menu %!s(int64=5) %!d(string=hai) anos
GUndoStack.cpp f430da1d45 LibGUI: Add GUndoStack and GCommand classes %!s(int64=5) %!d(string=hai) anos
GUndoStack.h f430da1d45 LibGUI: Add GUndoStack and GCommand classes %!s(int64=5) %!d(string=hai) anos
GVariant.cpp 014f8ca8c4 AK: Allow JsonValue to store 64-bit integers internally %!s(int64=5) %!d(string=hai) anos
GVariant.h b89f64cb55 LibGUI: Make it possible to wrap a Font in a GVariant %!s(int64=5) %!d(string=hai) anos
GWidget.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GWidget.h a7f414bba7 LibGUI+WindowServer: Start fleshing out drag&drop functionality %!s(int64=5) %!d(string=hai) anos
GWindow.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GWindow.h 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GWindowServerConnection.cpp 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GWindowServerConnection.h 411058b2a3 WindowServer+LibGUI: Implement basic color theming %!s(int64=5) %!d(string=hai) anos
GWindowType.h df129bbe0e WindowServer+CPUGraph: Make menu applets be "regular" windows %!s(int64=5) %!d(string=hai) anos
Makefile ac25438d54 Build: clean up build system, use one shared Makefile %!s(int64=5) %!d(string=hai) anos