Andreas Kling 508fb7e1e9 Userland: Use Font::pixel_size_rounded_up() in more places hace 2 años
..
GML cac14a3f0a LibGUI: Assign folding regions for GML files hace 2 años
Wizards b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() hace 2 años
AboutDialog.cpp d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog hace 2 años
AboutDialog.gml 65c8dfe923 LibGUI: Convert AboutDialog layout to GML hace 2 años
AboutDialog.h d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog hace 2 años
AbstractButton.cpp 8f717927f2 LibGUI: Add Button double-click callback hace 2 años
AbstractButton.h 8f717927f2 LibGUI: Add Button double-click callback hace 2 años
AbstractScrollableWidget.cpp 33fd9ea5b3 LibGUI: Prevent "hide unnecessary scrollbars" from showing unwanted bars hace 2 años
AbstractScrollableWidget.h 70885a3dee LibGUI: Automatically scroll to a new column on adding it in ColumnsView hace 2 años
AbstractSlider.cpp 1d522e4b4c LibGUI: Add DoClamp option to AbstractSlider::set_value() hace 3 años
AbstractSlider.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods hace 2 años
AbstractTableView.cpp 59855e49df LibGUI: Add a DontResizeColumns option to Model::UpdateFlag hace 2 años
AbstractTableView.h b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() hace 2 años
AbstractThemePreview.cpp faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
AbstractThemePreview.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
AbstractView.cpp faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
AbstractView.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
AbstractZoomPanWidget.cpp 7b0adee487 LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size` hace 2 años
AbstractZoomPanWidget.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
Action.cpp d50b4f3581 LibGUI: Fix Action destructor to unregister itself correctly hace 2 años
Action.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
ActionGroup.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
ActionGroup.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI hace 3 años
Application.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() hace 2 años
Application.h 544366ff2a LibGUI: Add a simple "recently open files" feature hace 2 años
AutocompleteProvider.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions hace 2 años
AutocompleteProvider.h b35293d945 LibCodeComprehension: Re-organize code comprehension related code hace 3 años
BoxLayout.cpp 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor hace 2 años
BoxLayout.h 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor hace 2 años
Breadcrumbbar.cpp 5b77346f53 LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path hace 2 años
Breadcrumbbar.h 5b77346f53 LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path hace 2 años
Button.cpp 508fb7e1e9 Userland: Use Font::pixel_size_rounded_up() in more places hace 2 años
Button.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
CMakeLists.txt f0c2dcdbac LibGUI: Add PathBreadcrumbbar hace 2 años
Calendar.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() hace 2 años
Calendar.h b5cb9a9ebb LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String> hace 2 años
CheckBox.cpp 508fb7e1e9 Userland: Use Font::pixel_size_rounded_up() in more places hace 2 años
CheckBox.h ee001cc417 LibGUI: Make CheckBox height adapt to the current font size hace 2 años
Clipboard.cpp c63f70d0fd LibGUI: Allow clipboard items to have no associated data hace 2 años
Clipboard.h 61b49daf0a LibGUI: Make Clipboard::set_plain_text take text as a StringView hace 2 años
ColorFilterer.h 032ca748c6 LibGUI: Add ColorFilterer class hace 2 años
ColorInput.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
ColorInput.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
ColorPicker.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals hace 2 años
ColorPicker.h e647ad2ce3 LibGUI: Add OpacitySlider to ColorPicker dialog hace 2 años
ColumnsView.cpp 70885a3dee LibGUI: Automatically scroll to a new column on adding it in ColumnsView hace 2 años
ColumnsView.h 35e3df7f13 LibGUI: Teach ColumnsView where indexes are placed (and scroll to them) hace 2 años
ComboBox.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions hace 2 años
ComboBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
Command.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
CommandPalette.cpp cc4184cb47 LibGUI: Don't show non-visible actions in CommandPalette hace 2 años
CommandPalette.h cd5210a87a LibGUI: Make Dialog::ScreenPosition an enum class hace 3 años
CommonActions.cpp d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog hace 2 años
CommonLocationsProvider.cpp 874c7bba28 LibCore: Remove `Stream.h` hace 2 años
CommonLocationsProvider.h 41691a7fcb LibGUI: Make CommonLocationsProvider::load_from_json() failable hace 2 años
CommonMenus.cpp f31a56d086 LibGUI: Add CommonMenus hace 2 años
ConnectionToWindowManagerServer.cpp 27fae78335 Meta+Userland: Pass Gfx::IntSize by value hace 2 años
ConnectionToWindowManagerServer.h a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace hace 2 años
ConnectionToWindowServer.cpp a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace hace 2 años
ConnectionToWindowServer.h a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace hace 2 años
Desktop.cpp faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
Desktop.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
Dialog.cpp 5c923977b7 LibGUI: Always close() Dialogs no matter the execution result hace 2 años
Dialog.h 5b31a3dbc7 LibGUI: Allow more programmatic control over GUI::InputBox hace 2 años
DisplayLink.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer hace 3 años
DisplayLink.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer hace 3 años
DragOperation.cpp 6ea3c1659a LibGfx: Propagate errors from serializing bitmaps hace 2 años
DragOperation.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
EditingEngine.cpp 4edd8e8c5e LibGUI: Ensure the "End" key sets the cursor to the visual line end hace 2 años
EditingEngine.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
EmojiInputDialog.cpp faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
EmojiInputDialog.gml 2f6fd56631 LibGUI: Set EmojiInputDialog's FrameShape to "Window" hace 2 años
EmojiInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
Event.cpp faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
Event.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
FileIconProvider.cpp 6cf8eeb7a4 LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff() hace 2 años
FileIconProvider.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
FilePicker.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals hace 2 años
FilePicker.h 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals hace 2 años
FilePickerDialog.gml be464c357a LibGUI: Add allowed file types to FilePicker hace 2 años
FileSystemModel.cpp d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` hace 2 años
FileSystemModel.h fe5dfe4cd5 LibGUI: Add allowed file extensions to FileSystemModel hace 2 años
FileTypeFilter.h be464c357a LibGUI: Add allowed file types to FilePicker hace 2 años
FilteringProxyModel.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
FilteringProxyModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
FocusPolicy.h d621534511 LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment hace 3 años
FocusSource.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
FontPicker.cpp 2bc8cbfe8f LibGUI: Add 9 and 11 to the list of suggested sizes in FontPicker hace 2 años
FontPicker.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
FontPickerDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` hace 2 años
Forward.h f0c2dcdbac LibGUI: Add PathBreadcrumbbar hace 2 años
Frame.cpp 30309bac1b LibGUI: Force re-layout on Frame thickness changes hace 2 años
Frame.h 27fae78335 Meta+Userland: Pass Gfx::IntSize by value hace 2 años
GitCommitLexer.cpp 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation hace 3 años
GitCommitLexer.h 8b39074078 Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere hace 3 años
GitCommitSyntaxHighlighter.cpp 086969277e Everywhere: Run clang-format hace 3 años
GitCommitSyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax hace 2 años
GlyphMapWidget.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() hace 2 años
GlyphMapWidget.h 804baa42f9 LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget hace 2 años
GroupBox.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() hace 2 años
GroupBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
HeaderView.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float hace 2 años
HeaderView.h 32642394a9 LibGUI: Programatically draw table header sorting arrows hace 3 años
INILexer.cpp ae6a84c261 LibGUI: Lex INI files as Utf8 hace 2 años
INILexer.h ae6a84c261 LibGUI: Lex INI files as Utf8 hace 2 años
INISyntaxHighlighter.cpp 1c0c59eabe LibGUI: Add folding regions to INI syntax highlighter hace 2 años
INISyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax hace 2 años
Icon.cpp faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
Icon.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
IconView.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() hace 2 años
IconView.h dd607fc619 LibGUI: Invalidate IconView cache on font change hace 2 años
ImageWidget.cpp 6e6999ce57 LibGfx: Re-work the abstractions of sending image for decoding over IPC hace 2 años
ImageWidget.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
IncrementalSearchBanner.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals hace 2 años
IncrementalSearchBanner.gml 741138c585 LibGUI: Add a prefix to `IncrementalSearchBanner`'s widgets name hace 2 años
IncrementalSearchBanner.h 8231bd9bc3 LibGUI: Add IncrementalSearchBanner hace 2 años
InputBox.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals hace 2 años
InputBox.h 71f5bbab42 LibGUI: Verify NonemptyText InputBox doesn't result in an empty string hace 2 años
ItemListModel.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
JsonArrayModel.cpp d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` hace 2 años
JsonArrayModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
Label.cpp 376e7243a9 LibGUI: Use full text width for Label's preferred width hace 2 años
Label.h 376e7243a9 LibGUI: Use full text width for Label's preferred width hace 2 años
Layout.cpp 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor hace 2 años
Layout.h 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor hace 2 años
LazyWidget.cpp e6fe66594e LibGUI: Register LazyWidget hace 3 años
LazyWidget.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI hace 3 años
LinkLabel.cpp 2df25f8edf LibGUI: Fix missing parent in LinkLabel open action hace 2 años
LinkLabel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
ListView.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value hace 2 años
ListView.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value hace 2 años
Margins.h 309874b4fb LibGUI: Add horizontal and vertical totals to Margins hace 3 años
Menu.cpp 544366ff2a LibGUI: Add a simple "recently open files" feature hace 2 años
Menu.h 544366ff2a LibGUI: Add a simple "recently open files" feature hace 2 años
MenuItem.cpp 49f5767789 LibGUI+WindowServer: Add "visible" state to GUI actions hace 2 años
MenuItem.h 49f5767789 LibGUI+WindowServer: Add "visible" state to GUI actions hace 2 años
Menubar.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
Menubar.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
MessageBox.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() hace 2 años
MessageBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
Model.cpp faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
Model.h 59855e49df LibGUI: Add a DontResizeColumns option to Model::UpdateFlag hace 2 años
ModelEditingDelegate.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
ModelIndex.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
ModelIndex.h 4296425bd8 Everywhere: Remove redundant inequality comparison operators hace 2 años
ModelRole.h 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) hace 4 años
ModelSelection.cpp a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference hace 3 años
ModelSelection.h a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference hace 3 años
MouseTracker.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value hace 2 años
MouseTracker.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value hace 2 años
MultiView.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions hace 2 años
MultiView.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods hace 2 años
Notification.cpp a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace hace 2 años
Notification.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
OpacitySlider.cpp cb872f5c9a LibGUI: Adjust OpacitySlider min size for consistency hace 2 años
OpacitySlider.h f828bf6479 LibGUI: Add base color to OpacitySlider hace 2 años
Painter.cpp 381dcca2f6 Revert "LibGfx: Add directional floating-point scaling to Painter" hace 4 años
Painter.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
PasswordInputDialog.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions hace 2 años
PasswordInputDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` hace 2 años
PasswordInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
PathBreadcrumbbar.cpp 5b77346f53 LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path hace 2 años
PathBreadcrumbbar.h f0c2dcdbac LibGUI: Add PathBreadcrumbbar hace 2 años
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models hace 4 años
PersistentModelIndex.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) hace 3 años
Process.cpp 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> hace 2 años
Process.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> hace 2 años
ProcessChooser.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals hace 2 años
ProcessChooser.h 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals hace 2 años
Progressbar.cpp f1271c7860 LibGUI: Use calculated_preferred_size for Progressbar default size hace 2 años
Progressbar.h f1271c7860 LibGUI: Use calculated_preferred_size for Progressbar default size hace 2 años
RadioButton.cpp 508fb7e1e9 Userland: Use Font::pixel_size_rounded_up() in more places hace 2 años
RadioButton.h fdcdc14fce LibGUI: Make RadioButton height adapt to the current font size hace 2 años
RegularEditingEngine.cpp 086969277e Everywhere: Run clang-format hace 3 años
RegularEditingEngine.h 086969277e Everywhere: Run clang-format hace 3 años
ResizeCorner.cpp 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots hace 2 años
ResizeCorner.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI hace 3 años
ResizeDirection.h 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots hace 2 años
RunningProcessesModel.cpp 8940f2da7f LibCore: Use `Core::Stream` for `ProcessStatisticsReader` hace 2 años
RunningProcessesModel.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts hace 4 años
ScrollableContainerWidget.cpp faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
ScrollableContainerWidget.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
Scrollbar.cpp 7b0adee487 LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size` hace 2 años
Scrollbar.h d938b9effe LibGUI+Applications: Rename automatic scrolling timer functions hace 2 años
SeparatorWidget.cpp 64eb326f26 LibGUI: Give SeparatorWidget a minimum size hace 2 años
SeparatorWidget.h 64eb326f26 LibGUI: Give SeparatorWidget a minimum size hace 2 años
SettingsWindow.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals hace 2 años
SettingsWindow.h 27a1798dd9 LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tab hace 2 años
Shortcut.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
Shortcut.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
Slider.cpp 6d79d932f9 LibGUI: Implement calculated sizes for Slider hace 2 años
Slider.h 6d79d932f9 LibGUI: Implement calculated sizes for Slider hace 2 años
SortingProxyModel.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
SortingProxyModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
SpinBox.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions hace 2 años
SpinBox.h abaecb878b LibGUI: Add on_return_pressed function to SpinBox hace 3 años
Splitter.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value hace 2 años
Splitter.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value hace 2 años
StackWidget.cpp cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget hace 2 años
StackWidget.h cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget hace 2 años
Statusbar.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor hace 2 años
Statusbar.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
SystemEffects.h 8904a61d71 LibGUI+WindowServer: Add a SystemEffects wrapper and helpers hace 3 años
TabWidget.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() hace 2 años
TabWidget.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
TableView.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
TableView.h 2612d23032 LibGUI: Implement rubber band selection in table view hace 2 años
TextBox.cpp cb96c892cc LibGUI: Add highlighting to `UrlBox` hace 2 años
TextBox.h cb96c892cc LibGUI: Add highlighting to `UrlBox` hace 2 años
TextDocument.cpp 3d25b4eb34 LibGUI: Add folding regions to TextDocument hace 2 años
TextDocument.h 3d25b4eb34 LibGUI: Add folding regions to TextDocument hace 2 años
TextEditor.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() hace 2 años
TextEditor.h d169af117d LibSyntax+LibGUI: Let syntax highlighters assign folding regions hace 2 años
TextPosition.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
TextRange.h 96cf9355b2 LibGUI: Add TextRange::line_count() hace 2 años
Toolbar.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor hace 2 años
Toolbar.h eefe6e35ac LibGUI: Add option to move Toolbar items to overflow menu in groups hace 2 años
ToolbarContainer.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor hace 2 años
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
Tray.cpp 508fb7e1e9 Userland: Use Font::pixel_size_rounded_up() in more places hace 2 años
Tray.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
TreeView.cpp eb9d2c64c8 LibGUI: Center TreeView item icons vertically hace 2 años
TreeView.h ff0766056b LibGUI: Don't hard-code TreeView row height hace 2 años
TreeViewModel.cpp 5bb38296b1 LibGUI: Add TreeViewModel as a simpler interface for building TreeViews hace 3 años
TreeViewModel.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
UIDimensions.h 2fce19a451 LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr() hace 2 años
UndoStack.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
UndoStack.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
ValueSlider.cpp caf6dd5680 LibGUI: Implement calculated sizes for ValueSlider hace 2 años
ValueSlider.h caf6dd5680 LibGUI: Implement calculated sizes for ValueSlider hace 2 años
Variant.cpp 874c7bba28 LibCore: Remove `Stream.h` hace 2 años
Variant.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
VimEditingEngine.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
VimEditingEngine.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods hace 2 años
Widget.cpp faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
Widget.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
Window.cpp faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
Window.h faa1a09042 LibGUI: Fix const-correctness issues hace 2 años
WindowMode.h 3027cf7e99 LibGUI+WindowServer: Remove InputPreemptor concept hace 2 años
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años