serenity/Userland/Libraries/LibGUI
2023-08-18 10:43:37 +01:00
..
GML Meta+Userland: Allow generating C++ initializer code from GML 2023-08-11 21:33:48 +02:00
Wizards LibGUI: Remove Layout::try_add_spacer() 2023-08-14 14:57:54 +02:00
AboutDialog.cpp LibGUI: Make AboutDialog APIs infallible 2023-08-14 14:57:54 +02:00
AboutDialog.gml
AboutDialog.h LibGUI: Make AboutDialog APIs infallible 2023-08-14 14:57:54 +02:00
AbstractButton.cpp
AbstractButton.h
AbstractScrollableWidget.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
AbstractScrollableWidget.h
AbstractSlider.cpp
AbstractSlider.h
AbstractTableView.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
AbstractTableView.h LibGUI: Add a callback when the visible columns of a TableView change 2023-06-14 17:53:59 +02:00
AbstractThemePreview.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
AbstractThemePreview.h
AbstractView.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
AbstractView.h
AbstractZoomPanWidget.cpp
AbstractZoomPanWidget.h
Action.cpp LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
Action.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
ActionGroup.cpp
ActionGroup.h
Application.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
Application.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
AutocompleteProvider.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
AutocompleteProvider.h
BoxLayout.cpp
BoxLayout.h
Breadcrumbbar.cpp LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
Breadcrumbbar.h
Button.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Button.h
Calendar.cpp Calendar: Use proper tile information when painting tiles after January 2023-08-14 20:45:35 +02:00
Calendar.h Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
CheckBox.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
CheckBox.h
Clipboard.cpp LibGUI: Avoid unnecessary copies of clipboard metadata 2023-06-15 08:07:17 +02:00
Clipboard.h Applets/ClipboardHistory: Add persistent storage 2023-05-08 21:06:13 -06:00
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
ColorFilterer.h
ColorInput.cpp LibGUI: Make GUI::ColorPicker interactive 2023-07-24 11:30:54 +03:30
ColorInput.h Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
ColorPicker.cpp LibGUI: Remove Layout::try_add_spacer() 2023-08-14 14:57:54 +02:00
ColorPicker.h LibGUI: Make GUI::ColorPicker interactive 2023-07-24 11:30:54 +03:30
ColumnsView.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
ColumnsView.h
ComboBox.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
ComboBox.h
Command.h
CommandPalette.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
CommandPalette.h
CommonActions.cpp LibGUI: Make AboutDialog APIs infallible 2023-08-14 14:57:54 +02:00
CommonLocationsProvider.cpp
CommonLocationsProvider.h
CommonMenus.cpp LibGUI: Make CommonMenus::make_accessibility_menu() infallible 2023-08-14 14:57:54 +02:00
ConnectionToWindowManagerServer.cpp
ConnectionToWindowManagerServer.h
ConnectionToWindowServer.cpp
ConnectionToWindowServer.h
Desktop.cpp
Desktop.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Dialog.cpp LibGUI: Simplify Dialog::ScreenPosition and allow Dialogs to opt out 2023-05-15 12:15:39 +02:00
Dialog.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
DisplayLink.cpp
DisplayLink.h
DragOperation.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
DragOperation.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
EditingEngine.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
EditingEngine.h
EmojiInputDialog.cpp LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
EmojiInputDialog.gml LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
EmojiInputDialog.h
Event.cpp
Event.h
FileIconProvider.cpp LibGfx: Remove ImageDecoderPlugin::initialize() 2023-07-18 14:34:35 +01:00
FileIconProvider.h
FilePicker.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
FilePicker.h Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
FilePickerDialog.gml
FileSystemModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
FileSystemModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
FileTypeFilter.h LibGfx/ILBM: Add an IFF-ILBM decoder :) 2023-08-15 18:36:11 +01:00
FilteringProxyModel.cpp LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
FilteringProxyModel.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
FocusPolicy.h
FocusSource.h
FontPicker.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
FontPicker.h
FontPickerDialog.gml
Forward.h LibGUI+LibCore: Move GML property system from LibCore to LibGUI 2023-08-06 18:09:25 +02:00
Frame.cpp LibGUI: Always paint vertical lines for Frames in unmaximized windows 2023-05-07 21:12:35 +02:00
Frame.h LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
GitCommitLexer.cpp
GitCommitLexer.h
GitCommitSyntaxHighlighter.cpp
GitCommitSyntaxHighlighter.h
GlyphMapWidget.cpp LibGUI: Use ColorRole::DisabledText when AbstractView is disabled 2023-05-13 12:53:49 +02:00
GlyphMapWidget.h LibGUI+Applications: Let GlyphMapWidget initialize a null Font 2023-05-13 12:53:49 +02:00
GroupBox.cpp LibGUI: Fix bad title alignment in GroupBox 2023-05-15 14:15:53 +02:00
GroupBox.h
HeaderView.cpp LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
HeaderView.h
Icon.cpp
Icon.h
IconView.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
IconView.h
ImageWidget.cpp LibGfx: Add first_animated_frame_index method to ImageDecoder 2023-05-05 15:20:44 +01:00
ImageWidget.h
IncrementalSearchBanner.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
IncrementalSearchBanner.gml
IncrementalSearchBanner.h
INILexer.cpp
INILexer.h
INISyntaxHighlighter.cpp
INISyntaxHighlighter.h
InputBox.cpp LibGUI: Remove Layout::try_add_spacer() 2023-08-14 14:57:54 +02:00
InputBox.h LibGUI: Add a numeric input type to InputBox 2023-04-18 10:05:21 +02:00
ItemListModel.h Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
JsonArrayModel.cpp AK: Have JsonArray::set() change values instead of inserting values 2023-05-03 21:39:09 +01:00
JsonArrayModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
Label.cpp LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Label.h LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
Layout.cpp LibGUI: Remove remaining fallible Layout APIs 2023-08-14 14:57:54 +02:00
Layout.h LibGUI: Remove remaining fallible Layout APIs 2023-08-14 14:57:54 +02:00
LazyWidget.cpp
LazyWidget.h
LinkLabel.cpp LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
LinkLabel.h LibGUI: Propagate construction errors in LinkLabel 2023-04-30 05:48:14 +02:00
ListView.cpp
ListView.h
Margins.h LibGUI: Allow creating margins from arrays 2023-08-11 21:33:48 +02:00
Menu.cpp LibGUI: Make Menu::add_recent_files_list() infallible 2023-08-14 14:57:54 +02:00
Menu.h LibGUI: Make CommonMenus::make_accessibility_menu() infallible 2023-08-14 14:57:54 +02:00
Menubar.cpp LibGUI: Remove Menubar::try_add_menu() 2023-08-14 14:57:54 +02:00
Menubar.h LibGUI: Remove Menubar::try_add_menu() 2023-08-14 14:57:54 +02:00
MenuItem.cpp LibGUI: Store Menu names as new String 2023-04-19 07:59:54 +02:00
MenuItem.h
MessageBox.cpp LibGUI: Remove Layout::try_add_spacer() 2023-08-14 14:57:54 +02:00
MessageBox.h Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
Model.cpp
Model.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
ModelEditingDelegate.h LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
ModelIndex.cpp
ModelIndex.h
ModelRole.h
ModelSelection.cpp
ModelSelection.h
MouseTracker.cpp
MouseTracker.h
MultiView.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
MultiView.h
Notification.cpp
Notification.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
Object.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
Object.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
OpacitySlider.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
OpacitySlider.h
Painter.cpp
Painter.h
PasswordInputDialog.cpp LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
PasswordInputDialog.gml LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
PasswordInputDialog.h
PathBreadcrumbbar.cpp LibGUI: Remove Widget::try_set_layout<T>() 2023-08-14 14:57:54 +02:00
PathBreadcrumbbar.h
PersistentModelIndex.cpp
PersistentModelIndex.h
Process.cpp
Process.h
ProcessChooser.cpp LibGUI: Remove Layout::try_add_spacer() 2023-08-14 14:57:54 +02:00
ProcessChooser.h Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Progressbar.cpp
Progressbar.h
Property.cpp LibGUI+LibCore: Move GML property system from LibCore to LibGUI 2023-08-06 18:09:25 +02:00
Property.h LibGUI+LibCore: Move GML property system from LibCore to LibGUI 2023-08-06 18:09:25 +02:00
RadioButton.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
RadioButton.h
RangeSlider.cpp LibGUI: Add new RangeSlider widget 2023-08-04 12:11:13 +02:00
RangeSlider.h LibGUI: Add new RangeSlider widget 2023-08-04 12:11:13 +02:00
RegularEditingEngine.cpp LibGUI: Don't call on_escape_pressed from EditingEngines 2023-07-14 06:52:38 +02:00
RegularEditingEngine.h
ResizeCorner.cpp
ResizeCorner.h
ResizeDirection.h
RunningProcessesModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
RunningProcessesModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
ScreenLayout.cpp
ScrollableContainerWidget.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
ScrollableContainerWidget.h
Scrollbar.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Scrollbar.h
SeparatorWidget.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
SeparatorWidget.h
SettingsWindow.cpp LibGUI: Remove Layout::try_add_spacer() 2023-08-14 14:57:54 +02:00
SettingsWindow.h
Shortcut.cpp
Shortcut.h
Slider.cpp LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Slider.h
SortingProxyModel.cpp LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
SortingProxyModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
SpinBox.cpp LibGUI: Allow setting and clearing text in SpinBox 2023-05-13 12:53:49 +02:00
SpinBox.h LibGUI: Allow setting and clearing text in SpinBox 2023-05-13 12:53:49 +02:00
Splitter.cpp LibGUI: Fix typo in Splitter's resizee Getter/Setter 2023-08-13 05:12:00 +02:00
Splitter.h LibGUI: Fix typo in Splitter's resizee Getter/Setter 2023-08-13 05:12:00 +02:00
StackWidget.cpp
StackWidget.h
Statusbar.cpp LibGUI+Userland: Port StatusBar::set_override_text() to String 2023-06-15 13:53:22 +01:00
Statusbar.h LibGUI+Userland: Port StatusBar::set_override_text() to String 2023-06-15 13:53:22 +01:00
SystemEffects.h
TableView.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
TableView.h
TabWidget.cpp LibGUI: Fix crooked close button on active tabs in the TabWidget 2023-05-28 21:12:19 +02:00
TabWidget.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
TextBox.cpp AK: Port URL scheme from DeprecatedString to String 2023-08-13 15:03:53 -06:00
TextBox.h
TextDocument.cpp LibGUI: Use set_text() for ReplaceAllTextCommand 2023-07-26 14:18:20 -04:00
TextDocument.h LibGUI: Use set_text() for ReplaceAllTextCommand 2023-07-26 14:18:20 -04:00
TextEditor.cpp LibGUI: Fall back to words when double-clicking TextEditor with spans 2023-08-16 16:58:49 +02:00
TextEditor.h LibGUI+GMLPlayground: Set correct undo text for ReplaceAllTextCommand 2023-07-26 14:18:20 -04:00
TextPosition.h
TextRange.h
Toolbar.cpp LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
Toolbar.h LibGUI+Userland: Remove Toolbar::try_add_{action,separator}() 2023-08-15 15:56:34 +02:00
ToolbarContainer.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
ToolbarContainer.h
Tray.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Tray.h
TreeView.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
TreeView.h
TreeViewModel.cpp
TreeViewModel.h
UIDimensions.h LibGUI: Allow generating C++ "constructor" code for UIDimension 2023-08-11 21:33:48 +02:00
UndoStack.cpp Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
UndoStack.h Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
ValueSlider.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
ValueSlider.h
Variant.cpp Everywhere: Change spelling of 'behaviour' to 'behavior' 2023-05-07 01:05:09 +02:00
Variant.h
VimEditingEngine.cpp LibGUI: Don't call on_escape_pressed from EditingEngines 2023-07-14 06:52:38 +02:00
VimEditingEngine.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
Widget.cpp LibGUI: Replace DeprecatedString usage in Widget 2023-08-18 10:43:37 +01:00
Widget.h LibGUI: Replace DeprecatedString usage in Widget 2023-08-18 10:43:37 +01:00
Window.cpp LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02:00
Window.h LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02:00
WindowMode.h
WindowType.h