1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 19:30:59 +00:00
serenity/LibGUI
Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are.
These types can be picked up by including <AK/Types.h>:

* u8, u16, u32, u64 (unsigned)
* i8, i16, i32, i64 (signed)
2019-07-03 21:20:13 +02: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 GTableView: Support per-index context menus. 2019-06-30 08:15:55 +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 AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +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: Add String::number() for creating a String from a number. 2019-07-03 14:56:27 +02:00
GDirectoryModel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GEvent.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
GEventLoop.cpp AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
GEventLoop.h Add clang-format file 2019-05-28 17:31:20 +02:00
GFilePicker.cpp GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +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 GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +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: GScrollbar compression when very small (#255) 2019-07-01 09:46:36 +02:00
GScrollBar.h LibGUI: GScrollbar compression when very small (#255) 2019-07-01 09:46:36 +02:00
GShortcut.cpp LibGUI: Run clang-format on everything. 2019-06-07 11:46:02 +02:00
GShortcut.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +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 AK: Add String::number() for creating a String from a number. 2019-07-03 14:56:27 +02:00
GSpinBox.h GSpinBox: Add class_name() override. 2019-05-07 23:28:22 +02:00
GSplitter.cpp GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +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 GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +02:00
GTableView.h GTableView: Support per-index context menus. 2019-06-30 08:15:55 +02:00
GTabWidget.cpp GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +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 AK: Add String::number() for creating a String from a number. 2019-07-03 14:56:27 +02:00
GTextEditor.h GTextEditor: Add select_all() API. 2019-06-22 10:38:38 +02:00
GToolBar.cpp GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +02:00
GToolBar.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GTreeView.cpp GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +02:00
GTreeView.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
GVariant.cpp AK: Add String::number() for creating a String from a number. 2019-07-03 14:56:27 +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 GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +02:00
GWidget.h LibGUI: GScrollbar compression when very small (#255) 2019-07-01 09:46:36 +02:00
GWindow.cpp GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +02:00
GWindow.h GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +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