.. |
GAboutDialog.cpp
|
LibCore: Make CObject reference-counted
|
2019-09-22 00:25:25 +02:00 |
GAboutDialog.h
|
LibGUI: Fix crash in GAboutDialog::show()
|
2019-09-29 20:37:02 +02:00 |
GAbstractButton.cpp
|
LibCore: Remove CTimer::create() overloads in favor of construct()
|
2019-09-21 18:13:17 +02:00 |
GAbstractButton.h
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GAbstractView.cpp
|
LibGUI: Convert GWidget to ObjectPtr
|
2019-09-21 17:05:35 +02:00 |
GAbstractView.h
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GAction.cpp
|
LibGUI: Add a "reload" action to GCommonActions
|
2019-10-05 10:14:09 +02:00 |
GAction.h
|
LibGUI: Add a "reload" action to GCommonActions
|
2019-10-05 10:14:09 +02:00 |
GActionGroup.cpp
|
|
|
GActionGroup.h
|
|
|
GApplication.cpp
|
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
|
2019-09-22 20:50:39 +02:00 |
GApplication.h
|
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
|
2019-09-22 20:50:39 +02:00 |
GBoxLayout.cpp
|
|
|
GBoxLayout.h
|
|
|
GButton.cpp
|
|
|
GButton.h
|
GButton: Make the constructors protected in favor of construct()
|
2019-09-21 19:37:38 +02:00 |
GCheckBox.cpp
|
|
|
GCheckBox.h
|
LibGUI: Convert GCheckBox to ObjectPtr
|
2019-09-21 18:58:48 +02:00 |
GClipboard.cpp
|
WindowServer+LibGUI: Store a "data type" with the clipboard content
|
2019-09-14 09:19:05 +02:00 |
GClipboard.h
|
WindowServer+LibGUI: Store a "data type" with the clipboard content
|
2019-09-14 09:19:05 +02:00 |
GComboBox.cpp
|
GButton: Convert most code to using ObjectPtr for GButton
|
2019-09-21 19:28:28 +02:00 |
GComboBox.h
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GDesktop.cpp
|
|
|
GDesktop.h
|
AK: Rename <AK/AKString.h> to <AK/String.h>
|
2019-09-06 15:36:54 +02:00 |
GDialog.cpp
|
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
|
2019-09-22 20:50:39 +02:00 |
GDialog.h
|
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
|
2019-09-22 20:50:39 +02:00 |
GDirectoryModel.cpp
|
LibGUI: Fix GDirectoryModel lifetime bug.
|
2019-10-03 08:17:41 +02:00 |
GDirectoryModel.h
|
LibGUI: Fix GDirectoryModel lifetime bug.
|
2019-10-03 08:17:41 +02:00 |
GEvent.h
|
|
|
GEventLoop.cpp
|
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
|
2019-09-22 20:50:39 +02:00 |
GEventLoop.h
|
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
|
2019-09-22 20:50:39 +02:00 |
GFilePicker.cpp
|
LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.
|
2019-10-01 09:17:56 +02:00 |
GFilePicker.h
|
LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.
|
2019-10-01 09:17:56 +02:00 |
GFileSystemModel.cpp
|
FileManager+LibGUI: Fix two folder-related crashes (#569)
|
2019-09-17 09:26:10 +02:00 |
GFileSystemModel.h
|
FileManager+LibGUI: Fix two folder-related crashes (#569)
|
2019-09-17 09:26:10 +02:00 |
GFontDatabase.cpp
|
|
|
GFontDatabase.h
|
AK: Rename <AK/AKString.h> to <AK/String.h>
|
2019-09-06 15:36:54 +02:00 |
GFrame.cpp
|
|
|
GFrame.h
|
LibGUI: Convert GFrame to ObjectPtr
|
2019-09-21 19:21:36 +02:00 |
GGroupBox.cpp
|
|
|
GGroupBox.h
|
LibGUI: Convert GGroupBox to ObjectPtr
|
2019-09-21 16:13:33 +02:00 |
GIcon.cpp
|
|
|
GIcon.h
|
|
|
GInputBox.cpp
|
LibCore: Make CObject reference-counted
|
2019-09-22 00:25:25 +02:00 |
GInputBox.h
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GItemView.cpp
|
GItemView: Elide item names that won't fit
|
2019-09-15 15:47:26 +02:00 |
GItemView.h
|
LibGUI: Convert GItemView to ObjectPtr
|
2019-09-21 15:47:58 +02:00 |
GJsonArrayModel.cpp
|
LibCore: Convert CFile to ObjectPtr
|
2019-09-21 20:50:06 +02:00 |
GJsonArrayModel.h
|
|
|
GLabel.cpp
|
LibGUI: Fix move() of const StringView&
|
2019-09-16 07:49:43 +02:00 |
GLabel.h
|
LibGUI: Make the GLabel constructors protected
|
2019-09-21 15:25:08 +02:00 |
GLayout.cpp
|
|
|
GLayout.h
|
|
|
GLazyWidget.cpp
|
LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's
|
2019-10-02 20:24:29 +02:00 |
GLazyWidget.h
|
LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's
|
2019-10-02 20:24:29 +02:00 |
GListView.cpp
|
GListView: Switch to using GModelSelection to support multi-select
|
2019-09-07 20:31:11 +02:00 |
GListView.h
|
|
|
GMargins.h
|
|
|
GMenu.cpp
|
|
|
GMenu.h
|
GMenu: Allow constructing without a name
|
2019-09-13 21:29:47 +02:00 |
GMenuBar.cpp
|
|
|
GMenuBar.h
|
|
|
GMenuItem.cpp
|
|
|
GMenuItem.h
|
AK: Rename <AK/AKString.h> to <AK/String.h>
|
2019-09-06 15:36:54 +02:00 |
GMessageBox.cpp
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GMessageBox.h
|
GMessageBox: Hide the constructor and fix broken usages
|
2019-09-30 17:20:53 +02:00 |
GModel.cpp
|
GModel: Remove selected_index() and set_selected_index()
|
2019-09-07 21:39:44 +02:00 |
GModel.h
|
LibGUI: Remove GModel::on_selection_changed
|
2019-10-03 08:23:54 +02:00 |
GModelEditingDelegate.h
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GModelIndex.h
|
GModelIndex: Add hash traits so we can make a HashTable<GModelIndex>
|
2019-09-07 19:21:07 +02:00 |
GModelSelection.cpp
|
GModelSelection: Add contains_row(int) and toggle(GModelIndex)
|
2019-09-07 19:33:58 +02:00 |
GModelSelection.h
|
FileManager+LibGUI: Fix two folder-related crashes (#569)
|
2019-09-17 09:26:10 +02:00 |
GPainter.cpp
|
|
|
GPainter.h
|
|
|
GProgressBar.cpp
|
|
|
GProgressBar.h
|
LibGUI: Convert GProgressBar to ObjectPtr
|
2019-09-21 16:31:12 +02:00 |
GRadioButton.cpp
|
|
|
GRadioButton.h
|
LibGUI: Convert GRadioButton to ObjectPtr
|
2019-09-21 18:58:03 +02:00 |
GResizeCorner.cpp
|
|
|
GResizeCorner.h
|
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
|
2019-09-21 15:46:47 +02:00 |
GScrollableWidget.cpp
|
GScrollableWidget: Add to_content_position(Point)
|
2019-10-03 09:15:57 +02:00 |
GScrollableWidget.h
|
GScrollableWidget: Add to_content_position(Point)
|
2019-10-03 09:15:57 +02:00 |
GScrollBar.cpp
|
LibCore: Remove CTimer::create() overloads in favor of construct()
|
2019-09-21 18:13:17 +02:00 |
GScrollBar.h
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GShortcut.cpp
|
|
|
GShortcut.h
|
AK: Rename <AK/AKString.h> to <AK/String.h>
|
2019-09-06 15:36:54 +02:00 |
GSlider.cpp
|
|
|
GSlider.h
|
LibGUI: Convert GSlider to ObjectPtr
|
2019-09-21 16:33:53 +02:00 |
GSortingProxyModel.cpp
|
GModel: Remove selected_index() and set_selected_index()
|
2019-09-07 21:39:44 +02:00 |
GSortingProxyModel.h
|
|
|
GSpinBox.cpp
|
GButton: Convert most code to using ObjectPtr for GButton
|
2019-09-21 19:28:28 +02:00 |
GSpinBox.h
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GSplitter.cpp
|
|
|
GSplitter.h
|
LibGUI: Convert GSplitter to ObjectPtr
|
2019-09-21 16:11:02 +02:00 |
GStackWidget.cpp
|
|
|
GStackWidget.h
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GStatusBar.cpp
|
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
|
2019-09-21 15:46:47 +02:00 |
GStatusBar.h
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GTableView.cpp
|
GTableView: Only paint the currently visible table rows
|
2019-09-18 14:10:09 +02:00 |
GTableView.h
|
LibGUI: Convert GTableView to ObjectPtr
|
2019-09-21 16:03:59 +02:00 |
GTabWidget.cpp
|
GTabWidget: Rename get_active_tab() => active_tab_index()
|
2019-09-07 16:57:26 +02:00 |
GTabWidget.h
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GTextBox.cpp
|
|
|
GTextBox.h
|
|
|
GTextEditor.cpp
|
GTextEditor: Unbreak right-aligned single-line text boxes
|
2019-09-16 20:57:32 +02:00 |
GTextEditor.h
|
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
|
2019-09-21 15:46:47 +02:00 |
GToolBar.cpp
|
GButton: Convert most code to using ObjectPtr for GButton
|
2019-09-21 19:28:28 +02:00 |
GToolBar.h
|
LibGUI: Convert GToolBar to ObjectPtr
|
2019-09-21 16:27:54 +02:00 |
GTreeView.cpp
|
GTreeView: Make double-clicking toggle openable items
|
2019-09-07 21:45:06 +02:00 |
GTreeView.h
|
LibGUI: Convert GTreeView to ObjectPtr
|
2019-09-21 16:06:43 +02:00 |
GVariant.cpp
|
|
|
GVariant.h
|
AK: Rename <AK/AKString.h> to <AK/String.h>
|
2019-09-06 15:36:54 +02:00 |
GWidget.cpp
|
GWidget: Dispatch Show and Hide events when widget visibility changes
|
2019-10-02 20:24:03 +02:00 |
GWidget.h
|
LibGUI: Convert GWidget to ObjectPtr
|
2019-09-21 17:05:35 +02:00 |
GWindow.cpp
|
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
|
2019-09-22 20:50:39 +02:00 |
GWindow.h
|
LibCore: Remove ObjectPtr in favor of RefPtr
|
2019-09-22 00:31:54 +02:00 |
GWindowType.h
|
|
|
install.sh
|
|
|
Makefile
|
LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's
|
2019-10-02 20:24:29 +02:00 |