ladybird/Userland/Libraries/LibGUI
kleines Filmröllchen 376e7243a9 LibGUI: Use full text width for Label's preferred width
A label would prefer to be exactly as wide as its contained text
requires. This makes min_width: "fit" work better.
2023-02-25 20:49:41 -07:00
..
GML LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Wizards Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
AboutDialog.cpp
AboutDialog.gml
AboutDialog.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
AbstractButton.cpp LibGUI: Add Button double-click callback 2023-02-19 01:09:09 +01:00
AbstractButton.h LibGUI: Add Button double-click callback 2023-02-19 01:09:09 +01:00
AbstractScrollableWidget.cpp
AbstractScrollableWidget.h
AbstractSlider.cpp
AbstractSlider.h
AbstractTableView.cpp LibGUI: Add a DontResizeColumns option to Model::UpdateFlag 2023-02-10 05:12:06 +03:30
AbstractTableView.h
AbstractThemePreview.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
AbstractThemePreview.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
AbstractView.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
AbstractView.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
AbstractZoomPanWidget.cpp
AbstractZoomPanWidget.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Action.cpp LibGUI: Fix Action destructor to unregister itself correctly 2023-02-23 12:41:47 +00:00
Action.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
ActionGroup.cpp
ActionGroup.h
Application.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Application.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
AutocompleteProvider.cpp
AutocompleteProvider.h
BoxLayout.cpp LibGUI: Allow specifying Layout margins and spacing in the constructor 2023-02-18 16:56:56 +00:00
BoxLayout.h LibGUI: Allow specifying Layout margins and spacing in the constructor 2023-02-18 16:56:56 +00:00
Breadcrumbbar.cpp LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path 2023-02-19 01:09:09 +01:00
Breadcrumbbar.h LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path 2023-02-19 01:09:09 +01:00
Button.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Button.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Calendar.cpp LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String> 2023-02-13 00:45:09 +00:00
Calendar.h LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String> 2023-02-13 00:45:09 +00:00
CheckBox.cpp LibGUI: Remove deprecated text and set_text functions in AbstractButton 2023-02-13 00:45:09 +00:00
CheckBox.h LibGUI: Remove deprecated text and set_text functions in AbstractButton 2023-02-13 00:45:09 +00:00
Clipboard.cpp LibGUI: Allow clipboard items to have no associated data 2023-02-19 01:35:29 +01:00
Clipboard.h LibGUI: Make Clipboard::set_plain_text take text as a StringView 2023-02-13 00:45:09 +00:00
CMakeLists.txt LibGUI: Add PathBreadcrumbbar 2023-02-19 01:09:09 +01:00
ColorFilterer.h
ColorInput.cpp
ColorInput.h
ColorPicker.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
ColorPicker.h
ColumnsView.cpp
ColumnsView.h
ComboBox.cpp
ComboBox.h
Command.h
CommandPalette.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
CommandPalette.h
CommonActions.cpp
CommonLocationsProvider.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
CommonLocationsProvider.h
CommonMenus.cpp
ConnectionToWindowManagerServer.cpp
ConnectionToWindowManagerServer.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
ConnectionToWindowServer.cpp LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
ConnectionToWindowServer.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
Desktop.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Desktop.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Dialog.cpp
Dialog.h
DisplayLink.cpp
DisplayLink.h
DragOperation.cpp
DragOperation.h
EditingEngine.cpp LibGUI: Skip over grapheme clusters on left/right arrow key presses 2023-02-18 16:54:46 +01:00
EditingEngine.h
EmojiInputDialog.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
EmojiInputDialog.gml
EmojiInputDialog.h
Event.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Event.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
FileIconProvider.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
FileIconProvider.h
FilePicker.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
FilePicker.h Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
FilePickerDialog.gml
FileSystemModel.cpp LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
FileSystemModel.h
FileTypeFilter.h
FilteringProxyModel.cpp
FilteringProxyModel.h
FocusPolicy.h
FocusSource.h
FontPicker.cpp
FontPicker.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
FontPickerDialog.gml
Forward.h LibGUI: Add PathBreadcrumbbar 2023-02-19 01:09:09 +01:00
Frame.cpp LibGUI: Force re-layout on Frame thickness changes 2023-02-17 16:25:57 +00:00
Frame.h
GitCommitLexer.cpp
GitCommitLexer.h
GitCommitSyntaxHighlighter.cpp
GitCommitSyntaxHighlighter.h
GlyphMapWidget.cpp
GlyphMapWidget.h
GroupBox.cpp
GroupBox.h
HeaderView.cpp
HeaderView.h
Icon.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Icon.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
IconView.cpp
IconView.h
ImageWidget.cpp
ImageWidget.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
IncrementalSearchBanner.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
IncrementalSearchBanner.gml
IncrementalSearchBanner.h
INILexer.cpp
INILexer.h
INISyntaxHighlighter.cpp
INISyntaxHighlighter.h
InputBox.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
InputBox.h
ItemListModel.h
JsonArrayModel.cpp LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
JsonArrayModel.h
Label.cpp LibGUI: Use full text width for Label's preferred width 2023-02-25 20:49:41 -07:00
Label.h LibGUI: Use full text width for Label's preferred width 2023-02-25 20:49:41 -07:00
Layout.cpp LibGUI: Allow specifying Layout margins and spacing in the constructor 2023-02-18 16:56:56 +00:00
Layout.h LibGUI: Allow specifying Layout margins and spacing in the constructor 2023-02-18 16:56:56 +00:00
LazyWidget.cpp
LazyWidget.h
LinkLabel.cpp LibGUI: Fix missing parent in LinkLabel open action 2023-02-23 12:41:47 +00:00
LinkLabel.h
ListView.cpp
ListView.h
Margins.h
Menu.cpp
Menu.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Menubar.cpp
Menubar.h
MenuItem.cpp
MenuItem.h
MessageBox.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
MessageBox.h
Model.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Model.h LibGUI: Add a DontResizeColumns option to Model::UpdateFlag 2023-02-10 05:12:06 +03:30
ModelEditingDelegate.h
ModelIndex.cpp
ModelIndex.h
ModelRole.h
ModelSelection.cpp
ModelSelection.h
MouseTracker.cpp
MouseTracker.h
MultiView.cpp
MultiView.h
Notification.cpp LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
Notification.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
OpacitySlider.cpp LibGUI: Adjust OpacitySlider min size for consistency 2023-02-17 16:25:57 +00:00
OpacitySlider.h
Painter.cpp
Painter.h
PasswordInputDialog.cpp
PasswordInputDialog.gml
PasswordInputDialog.h
PathBreadcrumbbar.cpp LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path 2023-02-19 01:09:09 +01:00
PathBreadcrumbbar.h LibGUI: Add PathBreadcrumbbar 2023-02-19 01:09:09 +01:00
PersistentModelIndex.cpp
PersistentModelIndex.h
Process.cpp Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
Process.h Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
ProcessChooser.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
ProcessChooser.h Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
Progressbar.cpp LibGUI: Use calculated_preferred_size for Progressbar default size 2023-02-17 16:25:57 +00:00
Progressbar.h LibGUI: Use calculated_preferred_size for Progressbar default size 2023-02-17 16:25:57 +00:00
RadioButton.cpp LibGUI: Remove deprecated text and set_text functions in AbstractButton 2023-02-13 00:45:09 +00:00
RadioButton.h LibGUI: Remove deprecated text and set_text functions in AbstractButton 2023-02-13 00:45:09 +00:00
RegularEditingEngine.cpp
RegularEditingEngine.h
ResizeCorner.cpp
ResizeCorner.h
ResizeDirection.h
RunningProcessesModel.cpp
RunningProcessesModel.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
ScreenLayout.cpp
ScrollableContainerWidget.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
ScrollableContainerWidget.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Scrollbar.cpp
Scrollbar.h
SeparatorWidget.cpp LibGUI: Use calculated_preferred_size in SeparatorWidget 2023-02-17 16:25:57 +00:00
SeparatorWidget.h LibGUI: Use calculated_preferred_size in SeparatorWidget 2023-02-17 16:25:57 +00:00
SettingsWindow.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
SettingsWindow.h
Shortcut.cpp
Shortcut.h
Slider.cpp LibGUI: Implement calculated sizes for Slider 2023-02-17 16:25:57 +00:00
Slider.h LibGUI: Implement calculated sizes for Slider 2023-02-17 16:25:57 +00:00
SortingProxyModel.cpp
SortingProxyModel.h
SpinBox.cpp
SpinBox.h
Splitter.cpp
Splitter.h
StackWidget.cpp
StackWidget.h
Statusbar.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
Statusbar.h
SystemEffects.h
TableView.cpp
TableView.h
TabWidget.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
TabWidget.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
TextBox.cpp LibGUI: Add highlighting to UrlBox 2023-02-16 10:47:22 +00:00
TextBox.h LibGUI: Add highlighting to UrlBox 2023-02-16 10:47:22 +00:00
TextDocument.cpp LibGUI: Validate TextDocument spans when merging them, not when painting 2023-02-20 18:41:47 +01:00
TextDocument.h LibGUI: Update TextEditor to delete emoji based on gbp cluster 2023-02-17 07:50:09 -05:00
TextEditor.cpp LibGUI: Make Gfx- to text-positioning handle multi-code point glyphs 2023-02-24 20:28:23 +01:00
TextEditor.h LibGUI: Convert mouse events from a visual to a physical position 2023-02-22 10:14:36 +01:00
TextPosition.h
TextRange.h
Toolbar.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
Toolbar.h
ToolbarContainer.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
ToolbarContainer.h
Tray.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Tray.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
TreeView.cpp
TreeView.h
TreeViewModel.cpp
TreeViewModel.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
UIDimensions.h
UndoStack.cpp
UndoStack.h
ValueSlider.cpp LibGUI: Implement calculated sizes for ValueSlider 2023-02-17 16:25:57 +00:00
ValueSlider.h LibGUI: Implement calculated sizes for ValueSlider 2023-02-17 16:25:57 +00:00
Variant.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Variant.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
VimEditingEngine.cpp
VimEditingEngine.h
Widget.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Widget.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Window.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Window.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
WindowMode.h
WindowType.h