ladybird/Userland/Libraries/LibGUI
Cameron Youell 8df04f37e4 LibGUI: Convert JsonArrayModel to use Core::File
While we're here lets also convert all the `{set/store/add/remove}`
functions to use `ErrorOr`
2023-04-24 09:21:51 +02:00
..
GML LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2023-03-15 14:55:49 +01:00
Wizards Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
AboutDialog.cpp LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2023-03-03 15:23:47 +01:00
AboutDialog.gml LibGUI: Convert AboutDialog layout to GML 2023-02-07 10:43:15 +00:00
AboutDialog.h LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2023-03-03 15:23:47 +01:00
AbstractButton.cpp LibCore: Add new REGISTER_STRING_PROPERTY macro 2023-03-16 09:58:42 +01:00
AbstractButton.h LibGUI: Add Button double-click callback 2023-02-19 01:09:09 +01:00
AbstractScrollableWidget.cpp LibGUI: Prevent "hide unnecessary scrollbars" from showing unwanted bars 2023-01-08 23:01:16 +01:00
AbstractScrollableWidget.h LibGUI: Automatically scroll to a new column on adding it in ColumnsView 2022-12-30 17:16:29 +01:00
AbstractSlider.cpp LibGUI: Only redraw sliders after the on_change callback has finished 2023-04-14 12:05:52 +01:00
AbstractSlider.h LibGUI: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
AbstractTableView.cpp LibGUI: Add a DontResizeColumns option to Model::UpdateFlag 2023-02-10 05:12:06 +03:30
AbstractTableView.h Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
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: Don't hover AbstractView indicies outside visible content 2023-04-04 19:15:15 +02:00
AbstractView.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
AbstractZoomPanWidget.cpp LibGfx+Overall: Remove is_null from Point, Rect and Size 2022-12-28 22:32:21 -05:00
AbstractZoomPanWidget.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Action.cpp LibGUI: Don't invoke non-visible shortcuts 2023-03-16 00:02:08 +01:00
Action.h LibGUI: Allow overriding toolbar button tooltips 2023-03-05 20:21:57 +01:00
ActionGroup.cpp
ActionGroup.h
Application.cpp Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
Application.h LibGUI: Add a simple "recently open files" feature 2023-02-28 14:39:32 +01:00
AutocompleteProvider.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
AutocompleteProvider.h LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
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: Implement calculated_min_size() for DialogButton 2023-04-15 15:24:50 +02:00
Button.h LibGUI: Implement calculated_min_size() for DialogButton 2023-04-15 15:24:50 +02:00
Calendar.cpp Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
Calendar.h LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String> 2023-02-13 00:45:09 +00:00
CheckBox.cpp LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
CheckBox.h LibGUI: Make CheckBox height adapt to the current font size 2023-03-03 15:38:59 +01: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 Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
ColorFilterer.h LibGUI: Add ColorFilterer class 2022-11-19 11:04:11 +01:00
ColorInput.cpp LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro 2023-03-16 09:58:42 +01:00
ColorInput.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ColorPicker.cpp LibGUI+Userland: Make TabWidget::*add_tab() take title using new string 2023-03-16 09:58:42 +01:00
ColorPicker.h LibGUI: Add OpacitySlider to ColorPicker dialog 2022-12-09 00:25:30 +01:00
ColumnsView.cpp LibGUI: Automatically scroll to a new column on adding it in ColumnsView 2022-12-30 17:16:29 +01:00
ColumnsView.h LibGUI: Teach ColumnsView where indexes are placed (and scroll to them) 2022-12-30 17:16:29 +01:00
ComboBox.cpp LibGUI: Open and increment ComboBox ListViews by exact steps 2023-04-04 19:15:15 +02:00
ComboBox.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Command.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CommandPalette.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
CommandPalette.h LibGUI: Make Dialog::ScreenPosition an enum class 2022-05-13 16:27:43 +02:00
CommonActions.cpp LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2023-03-03 15:23:47 +01:00
CommonLocationsProvider.cpp Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
CommonLocationsProvider.h LibGUI: Make CommonLocationsProvider::load_from_json() failable 2023-01-09 09:45:26 +01:00
CommonMenus.cpp Userland: Construct Menus with name using the non-deprecated String 2023-04-19 07:59:54 +02:00
ConnectionToWindowManagerServer.cpp Meta+Userland: Pass Gfx::IntSize by value 2022-12-07 11:48:27 +01:00
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: Make Desktop::set_wallpaper accept an Optional<StringView> 2023-03-21 10:06:41 +01:00
Desktop.h LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView> 2023-03-21 10:06:41 +01:00
Dialog.cpp LibGUI: Always close() Dialogs no matter the execution result 2022-11-19 16:04:42 +01:00
Dialog.h LibGUI: Allow more programmatic control over GUI::InputBox 2022-11-16 17:23:56 +00:00
DisplayLink.cpp
DisplayLink.h
DragOperation.cpp LibGfx: Propagate errors from serializing bitmaps 2023-02-08 18:50:43 +00:00
DragOperation.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
EditingEngine.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
EditingEngine.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
EmojiInputDialog.cpp LibGUI: Paint emoji using text in the EmojiInputDialog 2023-03-05 20:21:57 +01:00
EmojiInputDialog.gml LibGUI: Set EmojiInputDialog's FrameShape to "Window" 2022-09-09 11:27:38 -04:00
EmojiInputDialog.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
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 Libraries: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
FileIconProvider.h Libraries: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
FilePicker.cpp LibGUI+Userland: Improve error and font handling for InputBox 2023-04-18 10:05:21 +02:00
FilePicker.h Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
FilePickerDialog.gml LibGUI: Add allowed file types to FilePicker 2023-02-02 04:05:42 -07:00
FileSystemModel.cpp FileManager+LibGUI: Cache the FileSystem::can_delete_or_move value 2023-04-17 10:34:20 +02:00
FileSystemModel.h FileManager+LibGUI: Cache the FileSystem::can_delete_or_move value 2023-04-17 10:34:20 +02:00
FileTypeFilter.h LibGUI: Add IPC encode and decode for FileTypeFilter 2023-03-22 22:33:19 +00:00
FilteringProxyModel.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FilteringProxyModel.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FocusPolicy.h
FocusSource.h
FontPicker.cpp LibGUI: Add 9 and 11 to the list of suggested sizes in FontPicker 2023-02-07 17:01:55 +01:00
FontPicker.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
FontPickerDialog.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
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 Meta+Userland: Pass Gfx::IntSize by value 2022-12-07 11:48:27 +01:00
GitCommitLexer.cpp
GitCommitLexer.h
GitCommitSyntaxHighlighter.cpp LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2023-03-15 14:55:49 +01:00
GitCommitSyntaxHighlighter.h LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00
GlyphMapWidget.cpp Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
GlyphMapWidget.h LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget 2022-12-26 09:27:19 +01:00
GroupBox.cpp LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
GroupBox.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HeaderView.cpp LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
HeaderView.h LibGUI: Programatically draw table header sorting arrows 2022-08-15 17:17:54 +02:00
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 LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
IconView.h LibGUI: Invalidate IconView cache on font change 2023-02-02 13:15:03 +01:00
ImageWidget.cpp LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
ImageWidget.h LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
IncrementalSearchBanner.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
IncrementalSearchBanner.gml LibGUI: Add a prefix to IncrementalSearchBanner's widgets name 2022-12-08 17:20:51 +01:00
IncrementalSearchBanner.h LibGUI: Add IncrementalSearchBanner 2022-11-29 15:39:13 +00:00
INILexer.cpp LibGUI: Lex INI files as Utf8 2023-01-11 10:24:51 +01:00
INILexer.h LibGUI: Lex INI files as Utf8 2023-01-11 10:24:51 +01:00
INISyntaxHighlighter.cpp LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2023-03-15 14:55:49 +01:00
INISyntaxHighlighter.h LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00
InputBox.cpp LibGUI: Add a numeric input type to InputBox 2023-04-18 10:05:21 +02:00
InputBox.h LibGUI: Add a numeric input type to InputBox 2023-04-18 10:05:21 +02:00
ItemListModel.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
JsonArrayModel.cpp LibGUI: Convert JsonArrayModel to use Core::File 2023-04-24 09:21:51 +02:00
JsonArrayModel.h LibGUI: Convert JsonArrayModel to use Core::File 2023-04-24 09:21:51 +02:00
Label.cpp LibGUI: Resize Label on font changes 2023-04-15 15:24:50 +02:00
Label.h LibGUI: Resize Label on font changes 2023-04-15 15:24:50 +02:00
Layout.cpp AK: Add new failable JsonArray::{append/set} functions 2023-04-24 09:21:51 +02: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 LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
LinkLabel.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ListView.cpp LibGUI: Open and increment ComboBox ListViews by exact steps 2023-04-04 19:15:15 +02:00
ListView.h LibGUI: Remove calculated_min_size() for ListViews 2023-04-04 19:15:15 +02:00
Margins.h LibGUI: Add horizontal and vertical totals to Margins 2022-07-04 11:15:40 +02:00
Menu.cpp WindowServer+LibGUI: Port WindowServer's Menu name to new String 2023-04-19 07:59:54 +02:00
Menu.h LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
Menubar.cpp LibGUI: Port Menubar to new string 2023-04-19 07:59:54 +02:00
Menubar.h LibGUI: Port Menubar to new string 2023-04-19 07:59:54 +02:00
MenuItem.cpp LibGUI: Store Menu names as new String 2023-04-19 07:59:54 +02:00
MenuItem.h LibGUI: Allow updating the names of menus and submenus 2023-03-26 21:55:21 +01:00
MessageBox.cpp LibGUI+Userland: Convert MessageBox to fallible construction 2023-04-15 15:24:50 +02:00
MessageBox.h LibGUI+Userland: Convert MessageBox to fallible construction 2023-04-15 15:24:50 +02:00
Model.cpp AK: Remove infallible version of StringBuilder::to_byte_buffer 2023-03-09 15:51:00 +00:00
Model.h LibGUI: Add a DontResizeColumns option to Model::UpdateFlag 2023-02-10 05:12:06 +03:30
ModelEditingDelegate.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
ModelIndex.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
ModelIndex.h Everywhere: Remove redundant inequality comparison operators 2022-11-06 10:25:08 -07:00
ModelRole.h
ModelSelection.cpp AK+LibGUI: Pass predicate to *_matching() methods by const reference 2022-05-08 17:02:00 +02:00
ModelSelection.h AK+LibGUI: Pass predicate to *_matching() methods by const reference 2022-05-08 17:02:00 +02:00
MouseTracker.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
MouseTracker.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
MultiView.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
MultiView.h LibGUI: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
Notification.cpp LibGUI: Do not attempt to close non-existent notifications 2023-03-15 07:52:08 +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 LibGUI: Add base color to OpacitySlider 2023-01-01 09:38:07 +00:00
Painter.cpp
Painter.h
PasswordInputDialog.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
PasswordInputDialog.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
PasswordInputDialog.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PathBreadcrumbbar.cpp Libraries: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
PathBreadcrumbbar.h LibGUI: Add PathBreadcrumbbar 2023-02-19 01:09:09 +01:00
PersistentModelIndex.cpp
PersistentModelIndex.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Process.cpp LibGUI: Allow passing working directory to spawn_or_show_error() 2023-03-24 22:06:38 +00:00
Process.h LibGUI: Allow passing working directory to spawn_or_show_error() 2023-03-24 22:06:38 +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 LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro 2023-03-16 09:58:42 +01:00
Progressbar.h LibGUI: Use calculated_preferred_size for Progressbar default size 2023-02-17 16:25:57 +00:00
RadioButton.cpp LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
RadioButton.h LibGUI: Make RadioButton height adapt to the current font size 2023-03-03 15:23:47 +01:00
RegularEditingEngine.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
RegularEditingEngine.h
ResizeCorner.cpp WindowServer+LibGUI: Shrink window edge resize hot-spots 2022-10-11 17:48:48 +02:00
ResizeCorner.h
ResizeDirection.h WindowServer+LibGUI: Shrink window edge resize hot-spots 2022-10-11 17:48:48 +02:00
RunningProcessesModel.cpp LibCore: Use Core::Stream for ProcessStatisticsReader 2022-12-10 11:49:24 +00:00
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 LibGUI: Paint Scrollbar buttons with appropriate thread highlighting 2023-04-04 19:15:15 +02:00
Scrollbar.h LibGUI+Applications: Rename automatic scrolling timer functions 2022-12-26 09:27:19 +01:00
SeparatorWidget.cpp LibGUI: Give SeparatorWidget a minimum size 2023-03-01 10:55:20 +01:00
SeparatorWidget.h LibGUI: Give SeparatorWidget a minimum size 2023-03-01 10:55:20 +01:00
SettingsWindow.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
SettingsWindow.h LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
Shortcut.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Shortcut.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Slider.cpp LibGUI: Paint slider track shorter to ensure the knob covers it 2023-03-24 10:33:22 +01:00
Slider.h LibGUI: Implement calculated sizes for Slider 2023-02-17 16:25:57 +00:00
SortingProxyModel.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SortingProxyModel.h LibGUI+CertificateSettings: Use custom SortingProxy 2023-04-03 19:58:47 -06:00
SpinBox.cpp LibGUI: Implement calculated_min_size() for SpinBox 2023-04-18 10:05:21 +02:00
SpinBox.h LibGUI: Implement calculated_min_size() for SpinBox 2023-04-18 10:05:21 +02:00
Splitter.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
Splitter.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
StackWidget.cpp LibGUI: Implement calculated_min_size() for StackWidget 2022-09-24 22:59:12 +02:00
StackWidget.h LibGUI: Implement calculated_min_size() for StackWidget 2022-09-24 22:59:12 +02:00
Statusbar.cpp LibGUI: Always paint Statusbar's vertical lines when not maximized 2023-04-17 20:31:12 +02:00
Statusbar.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
SystemEffects.h LibGUI+WindowServer: Add a SystemEffects wrapper and helpers 2022-08-09 12:08:21 +02:00
TableView.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
TableView.h LibGUI: Implement rubber band selection in table view 2022-09-11 21:39:32 +01:00
TabWidget.cpp LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
TabWidget.h LibGUI+Userland: Port TabWidget set_tab_title to new string 2023-03-16 09:58:42 +01:00
TextBox.cpp LibGUI: Improve calculated_min_size() for single-line TextEditor 2023-04-18 10:05:21 +02:00
TextBox.h LibGUI: Add highlighting to UrlBox 2023-02-16 10:47:22 +00:00
TextDocument.cpp LibGfx+Userland: Make TextAttributes::underline_style optional 2023-03-15 14:55:49 +01:00
TextDocument.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
TextEditor.cpp LibGUI+Userland: Improve error and font handling for InputBox 2023-04-18 10:05:21 +02:00
TextEditor.h Spreadsheet+LibSyntax: Never insert spans directly 2023-04-14 10:00:52 +02:00
TextPosition.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
TextRange.h LibGUI: Add TextRange::line_count() 2023-02-28 13:23:55 +01:00
Toolbar.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
Toolbar.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
ToolbarContainer.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
ToolbarContainer.h
Tray.cpp Userland: Use Font::pixel_size_rounded_up() in more places 2023-03-04 00:29:38 +01:00
Tray.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
TreeView.cpp LibGUI: Center TreeView item icons vertically 2023-02-02 14:49:54 +01:00
TreeView.h LibGUI: Don't hard-code TreeView row height 2023-02-02 13:15:03 +01:00
TreeViewModel.cpp LibGUI: Store correct address in TreeViewModel's ModelIndices 2023-03-16 08:05:58 +01:00
TreeViewModel.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
UIDimensions.h LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-26 09:57:14 -05:00
UndoStack.cpp Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
UndoStack.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
ValueSlider.cpp LibGUI: Fix slightly wrong value slider knob position 2023-03-24 10:33:22 +01: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 Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
VimEditingEngine.h LibGUI: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
Widget.cpp LibGUI+HackStudio+PixelPaint: Port Widget title to the new String 2023-03-16 09:58:42 +01:00
Widget.h LibGUI+HackStudio+PixelPaint: Port Widget title to the new String 2023-03-16 09:58:42 +01:00
Window.cpp LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Window.h LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
WindowMode.h LibGUI+WindowServer: Remove InputPreemptor concept 2022-11-19 16:04:42 +01:00
WindowType.h