.. |
GAboutDialog.cpp
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GAboutDialog.h
|
5e34e43b0f
LibGUI: Add GAboutDialog, a simple way to show a nice about box in apps
|
5 years ago |
GAbstractButton.cpp
|
f4b51a63ec
LibCore: Remove CTimer::create() overloads in favor of construct()
|
5 years ago |
GAbstractButton.h
|
50a6560413
LibCore: Convert CTimer to ObjectPtr
|
5 years ago |
GAbstractView.cpp
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GAbstractView.h
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GAction.cpp
|
74c4e62659
GCommonActions: Add "Open..." action
|
5 years ago |
GAction.h
|
74c4e62659
GCommonActions: Add "Open..." action
|
5 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
|
c7437f9caa
LibGUI: Convert GLabel to ObjectPtr
|
5 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
|
5 years ago |
GButton.h
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 years ago |
GCheckBox.cpp
|
1c0669f010
LibDraw: Introduce (formerly known as SharedGraphics.)
|
6 years ago |
GCheckBox.h
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 years ago |
GClipboard.cpp
|
c543ee5c5b
WindowServer+LibGUI: Store a "data type" with the clipboard content
|
5 years ago |
GClipboard.h
|
c543ee5c5b
WindowServer+LibGUI: Store a "data type" with the clipboard content
|
5 years ago |
GComboBox.cpp
|
e4e92980a1
LibGUI: Convert GComboBox to ObjectPtr
|
5 years ago |
GComboBox.h
|
e4e92980a1
LibGUI: Convert GComboBox to ObjectPtr
|
5 years ago |
GDesktop.cpp
|
7a53096e8d
LibGUI: Revert GWindowServerConnection to being a singleton
|
6 years ago |
GDesktop.h
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 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
|
4ea229accd
LibCore: Convert CTCPServer to ObjectPtr
|
5 years ago |
GDirectoryModel.h
|
d1bacb9885
LibCore: Convert CNotifier to ObjectPtr
|
5 years ago |
GEvent.h
|
d4892b3fdc
WindowServer+LibGUI: Remove old "icon path" way of doing things.
|
6 years ago |
GEventLoop.cpp
|
c543ee5c5b
WindowServer+LibGUI: Store a "data type" with the clipboard content
|
5 years ago |
GEventLoop.h
|
4298ba25c3
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
|
5 years ago |
GFilePicker.cpp
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GFilePicker.h
|
e7b55037f4
LibGUI: Convert GTableView to ObjectPtr
|
5 years ago |
GFileSystemModel.cpp
|
a4d52b122d
FileManager+LibGUI: Fix two folder-related crashes (#569)
|
5 years ago |
GFileSystemModel.h
|
a4d52b122d
FileManager+LibGUI: Fix two folder-related crashes (#569)
|
5 years ago |
GFontDatabase.cpp
|
21ee24b995
GFontDatabase: Iterate the font database in alphabetical order
|
5 years ago |
GFontDatabase.h
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 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
|
83b5f6c11a
LibGUI: Convert GGroupBox to ObjectPtr
|
5 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
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GInputBox.h
|
93851c3832
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
|
5 years ago |
GItemView.cpp
|
77d6dbc236
GItemView: Elide item names that won't fit
|
5 years ago |
GItemView.h
|
c13b9e2214
LibGUI: Convert GItemView to ObjectPtr
|
5 years ago |
GJsonArrayModel.cpp
|
f9b8a18fae
GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data
|
5 years ago |
GJsonArrayModel.h
|
f9b8a18fae
GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data
|
5 years ago |
GLabel.cpp
|
aa95bd7037
LibGUI: Fix move() of const StringView&
|
5 years ago |
GLabel.h
|
4381dd2640
LibGUI: Make the GLabel constructors protected
|
5 years ago |
GLayout.cpp
|
04b9dc2d30
Libraries: Create top level directory for libraries.
|
6 years ago |
GLayout.h
|
123a3cad77
GLayout: Change default spacing to 3 pixels
|
5 years ago |
GListView.cpp
|
d2d1a30d61
GListView: Switch to using GModelSelection to support multi-select
|
5 years ago |
GListView.h
|
ffff150435
LibGUI: Allow specifying the model column for GListView and GComboBox
|
5 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
|
5 years ago |
GMenu.h
|
69365ccdd0
GMenu: Allow constructing without a name
|
5 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
|
5 years ago |
GMenuItem.h
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 years ago |
GMessageBox.cpp
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GMessageBox.h
|
a599317624
LibCore: Introduce a C_OBJECT macro.
|
6 years ago |
GModel.cpp
|
2f5b2685af
GModel: Remove selected_index() and set_selected_index()
|
5 years ago |
GModel.h
|
2f5b2685af
GModel: Remove selected_index() and set_selected_index()
|
5 years ago |
GModelEditingDelegate.h
|
93851c3832
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
|
5 years ago |
GModelIndex.h
|
19b69741ed
GModelIndex: Add hash traits so we can make a HashTable<GModelIndex>
|
5 years ago |
GModelSelection.cpp
|
b0f42ee672
GModelSelection: Add contains_row(int) and toggle(GModelIndex)
|
5 years ago |
GModelSelection.h
|
a4d52b122d
FileManager+LibGUI: Fix two folder-related crashes (#569)
|
5 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
|
5 years ago |
GProgressBar.h
|
ceb5508fea
LibGUI: Convert GProgressBar to ObjectPtr
|
5 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
|
93851c3832
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
|
5 years ago |
GScrollBar.cpp
|
f4b51a63ec
LibCore: Remove CTimer::create() overloads in favor of construct()
|
5 years ago |
GScrollBar.h
|
bce58bbbca
LibGUI: Convert GScrollBar to ObjectPtr
|
5 years ago |
GScrollableWidget.cpp
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GScrollableWidget.h
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GShortcut.cpp
|
04b9dc2d30
Libraries: Create top level directory for libraries.
|
6 years ago |
GShortcut.h
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 years ago |
GSlider.cpp
|
c59b053ad6
GSlider: Add support for vertical sliders.
|
6 years ago |
GSlider.h
|
7aaad27778
LibGUI: Convert GSlider to ObjectPtr
|
5 years ago |
GSortingProxyModel.cpp
|
2f5b2685af
GModel: Remove selected_index() and set_selected_index()
|
5 years ago |
GSortingProxyModel.h
|
0faaa1e53a
GSortingProxyModel: Sort case insensitively by default (#441)
|
5 years ago |
GSpinBox.cpp
|
93851c3832
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
|
5 years ago |
GSpinBox.h
|
b78225941d
LibGUI: Convert GSpinBox to ObjectPtr
|
5 years ago |
GSplitter.cpp
|
a6bb955c9d
GSplitter: Change default spacing to 3 pixels
|
5 years ago |
GSplitter.h
|
4f4438c04c
LibGUI: Convert GSplitter to ObjectPtr
|
5 years ago |
GStackWidget.cpp
|
d47432487d
GStackWidget: Add a notification hook for when the active widget changes.
|
6 years ago |
GStackWidget.h
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GStatusBar.cpp
|
93851c3832
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
|
5 years ago |
GStatusBar.h
|
3476a63415
LibGUI: Convert GStatusBar to ObjectPtr
|
5 years ago |
GTabWidget.cpp
|
a635619cc0
GTabWidget: Rename get_active_tab() => active_tab_index()
|
5 years ago |
GTabWidget.h
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GTableView.cpp
|
229dbd0ab2
GTableView: Only paint the currently visible table rows
|
5 years ago |
GTableView.h
|
e7b55037f4
LibGUI: Convert GTableView to ObjectPtr
|
5 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
|
caf1b37e75
GTextEditor: Unbreak right-aligned single-line text boxes
|
5 years ago |
GTextEditor.h
|
93851c3832
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
|
5 years ago |
GToolBar.cpp
|
e8e8741c88
LibGUI+TextEditor: Make GButton activate its action if present
|
5 years ago |
GToolBar.h
|
f4531c976c
LibGUI: Convert GToolBar to ObjectPtr
|
5 years ago |
GTreeView.cpp
|
64b1e9deec
GTreeView: Make double-clicking toggle openable items
|
5 years ago |
GTreeView.h
|
efb8f9d538
LibGUI: Convert GTreeView to ObjectPtr
|
5 years ago |
GVariant.cpp
|
10b4c92e21
GVariant: Add Type::UnsignedInt.
|
6 years ago |
GVariant.h
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 years ago |
GWidget.cpp
|
fcc3745b02
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
|
5 years ago |
GWidget.h
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GWindow.cpp
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GWindow.h
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
GWindowType.h
|
0a1bd03f1d
WindowServer: Add a custom window type for Launcher
|
6 years ago |
Makefile
|
82559e211d
LibGUI: Add GModelSelection to help implementing multiple-select views
|
5 years ago |
install.sh
|
0ef13e60b0
Libraries: Fix wrong paths to "Root" in the various install.sh scripts.
|
6 years ago |