serenity/LibGUI
2019-06-29 12:07:46 +02:00
..
.gitignore More compat work. Rename libraries from LibFoo.a => libfoo.a 2019-02-26 13:30:57 +01:00
GAbstractButton.cpp LibGUI: clang-format 2019-06-16 21:01:51 +01:00
GAbstractButton.h LibGUI: Refactor the keyboard activation code a bit to use WeakPtr<GWidget>. 2019-06-21 10:09:57 +02:00
GAbstractView.cpp LibGUI+VisualBuilder: Support custom editing widgets for property values. 2019-06-23 08:18:28 +02:00
GAbstractView.h LibGUI+VisualBuilder: Support custom editing widgets for property values. 2019-06-23 08:18:28 +02:00
GAction.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GAction.h AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
GApplication.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GApplication.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GBoxLayout.cpp GLayout: Add a simple spacer concept; dummy item that expands-to-fit. 2019-05-09 03:06:20 +02:00
GBoxLayout.h Add clang-format file 2019-05-28 17:31:20 +02:00
GButton.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GButton.h GButton: Make it possible to disable focusability. 2019-06-22 10:39:13 +02:00
GCheckBox.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GCheckBox.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GClipboard.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GClipboard.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GComboBox.cpp LibGUI+VisualBuilder: Support custom editing widgets for property values. 2019-06-23 08:18:28 +02:00
GComboBox.h LibGUI+VisualBuilder: Support custom editing widgets for property values. 2019-06-23 08:18:28 +02:00
GDesktop.cpp StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GDesktop.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GDialog.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GDialog.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
GDirectoryModel.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GDirectoryModel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GEvent.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
GEventLoop.cpp LibGUI: Fix compiler warnings. 2019-06-22 14:41:11 +02:00
GEventLoop.h Add clang-format file 2019-05-28 17:31:20 +02:00
GFilePicker.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GFilePicker.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GFileSystemModel.cpp LibGUI: Fix compiler warnings. 2019-06-22 14:41:11 +02:00
GFileSystemModel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GFontDatabase.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GFontDatabase.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GFrame.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GFrame.h LibGUI: Move frame painting from GFrame to StylePainter. 2019-04-10 03:43:46 +02:00
GGroupBox.cpp StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GGroupBox.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GIcon.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GIcon.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GInputBox.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GInputBox.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GItemView.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GItemView.h Add clang-format file 2019-05-28 17:31:20 +02:00
GLabel.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GLabel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GLayout.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GLayout.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
GListView.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GListView.h Add clang-format file 2019-05-28 17:31:20 +02:00
GMargins.h Add clang-format file 2019-05-28 17:31:20 +02:00
GMenu.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GMenu.h AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
GMenuBar.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GMenuBar.h Add clang-format file 2019-05-28 17:31:20 +02:00
GMenuItem.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GMenuItem.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GMessageBox.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GMessageBox.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GModel.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GModel.h AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
GModelEditingDelegate.h LibGUI+VisualBuilder: Support custom editing widgets for property values. 2019-06-23 08:18:28 +02:00
GModelIndex.h Add clang-format file 2019-05-28 17:31:20 +02:00
GPainter.cpp LibGUI: Add a GPainter class that inherits from Painter. 2019-03-28 17:19:56 +01:00
GPainter.h LibGUI: Add a GPainter class that inherits from Painter. 2019-03-28 17:19:56 +01:00
GProgressBar.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GProgressBar.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
GRadioButton.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GRadioButton.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GResizeCorner.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GResizeCorner.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GScrollableWidget.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GScrollableWidget.h GScrollableWidget: Make the scrollbar metrics helpers public. 2019-06-22 10:39:42 +02:00
GScrollBar.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GScrollBar.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
GShortcut.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GShortcut.h Add clang-format file 2019-05-28 17:31:20 +02:00
GSlider.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GSlider.h LibGUI: Notify widgets when their enabled state changes. 2019-05-25 13:40:57 +02:00
GSortingProxyModel.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GSortingProxyModel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GSpinBox.cpp GSpinBox: Make the increment/decrement buttons unfocusable. 2019-06-22 11:16:41 +02:00
GSpinBox.h GSpinBox: Add class_name() override. 2019-05-07 23:28:22 +02:00
GSplitter.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GSplitter.h LibCore: Add CEvent and make LibGUI/GEvent inherit from it. 2019-04-10 16:56:55 +02:00
GStackWidget.cpp Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
GStackWidget.h LibCore: Add CEvent and make LibGUI/GEvent inherit from it. 2019-04-10 16:56:55 +02:00
GStatusBar.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GStatusBar.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GTableView.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GTableView.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GTabWidget.cpp Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
GTabWidget.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GTextBox.cpp LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor. 2019-04-10 03:08:29 +02:00
GTextBox.h Add clang-format file 2019-05-28 17:31:20 +02:00
GTextEditor.cpp GTextEditor: Add assertion that did_change() isn't called in readonly mode. 2019-06-23 08:23:37 +02:00
GTextEditor.h GTextEditor: Add select_all() API. 2019-06-22 10:38:38 +02:00
GToolBar.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GToolBar.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GTreeView.cpp Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
GTreeView.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GVariant.cpp LibGUI: Make it easy to construct a GVariant from a JsonValue. 2019-06-29 12:07:46 +02:00
GVariant.h LibGUI: Make it easy to construct a GVariant from a JsonValue. 2019-06-29 12:07:46 +02:00
GWidget.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GWidget.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GWindow.cpp LibGUI: Fix compiler warnings. 2019-06-22 14:41:11 +02:00
GWindow.h LibGUI: Fix compiler warnings. 2019-06-22 14:41:11 +02:00
GWindowType.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
install.sh Build: Install most headers to Root (and libcore.a/libgui.a) 2019-05-17 21:59:48 +02:00
Makefile LibGUI: Add a new GComboBox widget. 2019-06-22 10:47:29 +02:00