thankyouverycool cfac3be0b3 LibGUI: Resize Label on font changes il y a 2 ans
..
GML 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes il y a 2 ans
Wizards 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes il y a 2 ans
AboutDialog.cpp d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog il y a 2 ans
AboutDialog.gml 65c8dfe923 LibGUI: Convert AboutDialog layout to GML il y a 2 ans
AboutDialog.h d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog il y a 2 ans
AbstractButton.cpp 858e55b653 LibCore: Add new REGISTER_STRING_PROPERTY macro il y a 2 ans
AbstractButton.h 8f717927f2 LibGUI: Add Button double-click callback il y a 2 ans
AbstractScrollableWidget.cpp 33fd9ea5b3 LibGUI: Prevent "hide unnecessary scrollbars" from showing unwanted bars il y a 2 ans
AbstractScrollableWidget.h 70885a3dee LibGUI: Automatically scroll to a new column on adding it in ColumnsView il y a 2 ans
AbstractSlider.cpp d4c33a7134 LibGUI: Only redraw sliders after the `on_change` callback has finished il y a 2 ans
AbstractSlider.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods il y a 2 ans
AbstractTableView.cpp 59855e49df LibGUI: Add a DontResizeColumns option to Model::UpdateFlag il y a 2 ans
AbstractTableView.h b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() il y a 2 ans
AbstractThemePreview.cpp faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
AbstractThemePreview.h faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
AbstractView.cpp 207409c925 LibGUI: Don't hover AbstractView indicies outside visible content il y a 2 ans
AbstractView.h faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
AbstractZoomPanWidget.cpp 7b0adee487 LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size` il y a 2 ans
AbstractZoomPanWidget.h faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
Action.cpp 5ed78d39dd LibGUI: Don't invoke non-visible shortcuts il y a 2 ans
Action.h 153218ed76 LibGUI: Allow overriding toolbar button tooltips il y a 2 ans
ActionGroup.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
ActionGroup.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI il y a 3 ans
Application.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() il y a 2 ans
Application.h 544366ff2a LibGUI: Add a simple "recently open files" feature il y a 2 ans
AutocompleteProvider.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions il y a 2 ans
AutocompleteProvider.h b35293d945 LibCodeComprehension: Re-organize code comprehension related code il y a 3 ans
BoxLayout.cpp 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor il y a 2 ans
BoxLayout.h 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor il y a 2 ans
Breadcrumbbar.cpp 5b77346f53 LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path il y a 2 ans
Breadcrumbbar.h 5b77346f53 LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path il y a 2 ans
Button.cpp 479e67212a LibGUI: Implement calculated_min_size() for DialogButton il y a 2 ans
Button.h 479e67212a LibGUI: Implement calculated_min_size() for DialogButton il y a 2 ans
CMakeLists.txt 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial il y a 2 ans
Calendar.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() il y a 2 ans
Calendar.h b5cb9a9ebb LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String> il y a 2 ans
CheckBox.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper il y a 2 ans
CheckBox.h ee001cc417 LibGUI: Make CheckBox height adapt to the current font size il y a 2 ans
Clipboard.cpp c63f70d0fd LibGUI: Allow clipboard items to have no associated data il y a 2 ans
Clipboard.h 61b49daf0a LibGUI: Make Clipboard::set_plain_text take text as a StringView il y a 2 ans
ColorFilterer.h 032ca748c6 LibGUI: Add ColorFilterer class il y a 2 ans
ColorInput.cpp ee5838084d LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro il y a 2 ans
ColorInput.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
ColorPicker.cpp 797968c310 LibGUI+Userland: Make TabWidget::*add_tab() take title using new string il y a 2 ans
ColorPicker.h e647ad2ce3 LibGUI: Add OpacitySlider to ColorPicker dialog il y a 2 ans
ColumnsView.cpp 70885a3dee LibGUI: Automatically scroll to a new column on adding it in ColumnsView il y a 2 ans
ColumnsView.h 35e3df7f13 LibGUI: Teach ColumnsView where indexes are placed (and scroll to them) il y a 2 ans
ComboBox.cpp 1097f3066e LibGUI: Open and increment ComboBox ListViews by exact steps il y a 2 ans
ComboBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
Command.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
CommandPalette.cpp 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector il y a 2 ans
CommandPalette.h cd5210a87a LibGUI: Make Dialog::ScreenPosition an enum class il y a 3 ans
CommonActions.cpp d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog il y a 2 ans
CommonLocationsProvider.cpp 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial il y a 2 ans
CommonLocationsProvider.h 41691a7fcb LibGUI: Make CommonLocationsProvider::load_from_json() failable il y a 2 ans
CommonMenus.cpp f31a56d086 LibGUI: Add CommonMenus il y a 2 ans
ConnectionToWindowManagerServer.cpp 27fae78335 Meta+Userland: Pass Gfx::IntSize by value il y a 2 ans
ConnectionToWindowManagerServer.h a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace il y a 2 ans
ConnectionToWindowServer.cpp a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace il y a 2 ans
ConnectionToWindowServer.h a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace il y a 2 ans
Desktop.cpp c9ad252e33 LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView> il y a 2 ans
Desktop.h c9ad252e33 LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView> il y a 2 ans
Dialog.cpp 5c923977b7 LibGUI: Always close() Dialogs no matter the execution result il y a 2 ans
Dialog.h 5b31a3dbc7 LibGUI: Allow more programmatic control over GUI::InputBox il y a 2 ans
DisplayLink.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer il y a 3 ans
DisplayLink.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer il y a 3 ans
DragOperation.cpp 6ea3c1659a LibGfx: Propagate errors from serializing bitmaps il y a 2 ans
DragOperation.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
EditingEngine.cpp 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector il y a 2 ans
EditingEngine.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
EmojiInputDialog.cpp bc0bb98c01 LibGUI: Paint emoji using text in the EmojiInputDialog il y a 2 ans
EmojiInputDialog.gml 2f6fd56631 LibGUI: Set EmojiInputDialog's FrameShape to "Window" il y a 2 ans
EmojiInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
Event.cpp faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
Event.h faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
FileIconProvider.cpp c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` il y a 2 ans
FileIconProvider.h c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` il y a 2 ans
FilePicker.cpp 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial il y a 2 ans
FilePicker.h 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals il y a 2 ans
FilePickerDialog.gml be464c357a LibGUI: Add allowed file types to FilePicker il y a 2 ans
FileSystemModel.cpp c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` il y a 2 ans
FileSystemModel.h 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes il y a 2 ans
FileTypeFilter.h 106ad6bb13 LibGUI: Add IPC encode and decode for FileTypeFilter il y a 2 ans
FilteringProxyModel.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
FilteringProxyModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
FocusPolicy.h d621534511 LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment il y a 3 ans
FocusSource.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
FontPicker.cpp 2bc8cbfe8f LibGUI: Add 9 and 11 to the list of suggested sizes in FontPicker il y a 2 ans
FontPicker.h faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
FontPickerDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` il y a 2 ans
Forward.h f0c2dcdbac LibGUI: Add PathBreadcrumbbar il y a 2 ans
Frame.cpp 30309bac1b LibGUI: Force re-layout on Frame thickness changes il y a 2 ans
Frame.h 27fae78335 Meta+Userland: Pass Gfx::IntSize by value il y a 2 ans
GitCommitLexer.cpp 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation il y a 3 ans
GitCommitLexer.h 8b39074078 Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere il y a 3 ans
GitCommitSyntaxHighlighter.cpp 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes il y a 2 ans
GitCommitSyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax il y a 2 ans
GlyphMapWidget.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() il y a 2 ans
GlyphMapWidget.h 804baa42f9 LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget il y a 2 ans
GroupBox.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper il y a 2 ans
GroupBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
HeaderView.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper il y a 2 ans
HeaderView.h 32642394a9 LibGUI: Programatically draw table header sorting arrows il y a 3 ans
INILexer.cpp ae6a84c261 LibGUI: Lex INI files as Utf8 il y a 2 ans
INILexer.h ae6a84c261 LibGUI: Lex INI files as Utf8 il y a 2 ans
INISyntaxHighlighter.cpp 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes il y a 2 ans
INISyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax il y a 2 ans
Icon.cpp faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
Icon.h faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
IconView.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper il y a 2 ans
IconView.h dd607fc619 LibGUI: Invalidate IconView cache on font change il y a 2 ans
ImageWidget.cpp 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory il y a 2 ans
ImageWidget.h 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory il y a 2 ans
IncrementalSearchBanner.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals il y a 2 ans
IncrementalSearchBanner.gml 741138c585 LibGUI: Add a prefix to `IncrementalSearchBanner`'s widgets name il y a 2 ans
IncrementalSearchBanner.h 8231bd9bc3 LibGUI: Add IncrementalSearchBanner il y a 2 ans
InputBox.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals il y a 2 ans
InputBox.h 71f5bbab42 LibGUI: Verify NonemptyText InputBox doesn't result in an empty string il y a 2 ans
ItemListModel.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
JsonArrayModel.cpp d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` il y a 2 ans
JsonArrayModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
Label.cpp cfac3be0b3 LibGUI: Resize Label on font changes il y a 2 ans
Label.h cfac3be0b3 LibGUI: Resize Label on font changes il y a 2 ans
Layout.cpp 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor il y a 2 ans
Layout.h 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor il y a 2 ans
LazyWidget.cpp e6fe66594e LibGUI: Register LazyWidget il y a 3 ans
LazyWidget.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI il y a 3 ans
LinkLabel.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper il y a 2 ans
LinkLabel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
ListView.cpp 1097f3066e LibGUI: Open and increment ComboBox ListViews by exact steps il y a 2 ans
ListView.h 99f28cf4ac LibGUI: Remove calculated_min_size() for ListViews il y a 2 ans
Margins.h 309874b4fb LibGUI: Add horizontal and vertical totals to Margins il y a 3 ans
Menu.cpp a2d333ff4a LibGUI: Allow updating the names of menus and submenus il y a 2 ans
Menu.h a2d333ff4a LibGUI: Allow updating the names of menus and submenus il y a 2 ans
MenuItem.cpp a2d333ff4a LibGUI: Allow updating the names of menus and submenus il y a 2 ans
MenuItem.h a2d333ff4a LibGUI: Allow updating the names of menus and submenus il y a 2 ans
Menubar.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
Menubar.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes il y a 2 ans
MessageBox.cpp c9404c3a63 LibGUI+Userland: Convert MessageBox to fallible construction il y a 2 ans
MessageBox.h c9404c3a63 LibGUI+Userland: Convert MessageBox to fallible construction il y a 2 ans
Model.cpp e76394d96c AK: Remove infallible version of StringBuilder::to_byte_buffer il y a 2 ans
Model.h 59855e49df LibGUI: Add a DontResizeColumns option to Model::UpdateFlag il y a 2 ans
ModelEditingDelegate.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
ModelIndex.cpp 560133a0c6 Everywhere: Remove unused DeprecatedString includes il y a 2 ans
ModelIndex.h 4296425bd8 Everywhere: Remove redundant inequality comparison operators il y a 2 ans
ModelRole.h 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) il y a 4 ans
ModelSelection.cpp a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference il y a 3 ans
ModelSelection.h a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference il y a 3 ans
MouseTracker.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value il y a 2 ans
MouseTracker.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value il y a 2 ans
MultiView.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions il y a 2 ans
MultiView.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods il y a 2 ans
Notification.cpp ba8bd2e558 LibGUI: Do not attempt to close non-existent notifications il y a 2 ans
Notification.h faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
OpacitySlider.cpp cb872f5c9a LibGUI: Adjust OpacitySlider min size for consistency il y a 2 ans
OpacitySlider.h f828bf6479 LibGUI: Add base color to OpacitySlider il y a 2 ans
Painter.cpp 381dcca2f6 Revert "LibGfx: Add directional floating-point scaling to Painter" il y a 4 ans
Painter.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
PasswordInputDialog.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions il y a 2 ans
PasswordInputDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` il y a 2 ans
PasswordInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
PathBreadcrumbbar.cpp c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` il y a 2 ans
PathBreadcrumbbar.h f0c2dcdbac LibGUI: Add PathBreadcrumbbar il y a 2 ans
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models il y a 4 ans
PersistentModelIndex.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
Process.cpp b3edd83e0a LibGUI: Allow passing working directory to spawn_or_show_error() il y a 2 ans
Process.h b3edd83e0a LibGUI: Allow passing working directory to spawn_or_show_error() il y a 2 ans
ProcessChooser.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals il y a 2 ans
ProcessChooser.h 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals il y a 2 ans
Progressbar.cpp ee5838084d LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro il y a 2 ans
Progressbar.h f1271c7860 LibGUI: Use calculated_preferred_size for Progressbar default size il y a 2 ans
RadioButton.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper il y a 2 ans
RadioButton.h fdcdc14fce LibGUI: Make RadioButton height adapt to the current font size il y a 2 ans
RegularEditingEngine.cpp 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector il y a 2 ans
RegularEditingEngine.h 086969277e Everywhere: Run clang-format il y a 3 ans
ResizeCorner.cpp 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots il y a 2 ans
ResizeCorner.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI il y a 3 ans
ResizeDirection.h 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots il y a 2 ans
RunningProcessesModel.cpp 8940f2da7f LibCore: Use `Core::Stream` for `ProcessStatisticsReader` il y a 2 ans
RunningProcessesModel.h faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts il y a 4 ans
ScrollableContainerWidget.cpp faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
ScrollableContainerWidget.h faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
Scrollbar.cpp b79b70f197 LibGUI: Paint Scrollbar buttons with appropriate thread highlighting il y a 2 ans
Scrollbar.h d938b9effe LibGUI+Applications: Rename automatic scrolling timer functions il y a 2 ans
SeparatorWidget.cpp 64eb326f26 LibGUI: Give SeparatorWidget a minimum size il y a 2 ans
SeparatorWidget.h 64eb326f26 LibGUI: Give SeparatorWidget a minimum size il y a 2 ans
SettingsWindow.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals il y a 2 ans
SettingsWindow.h 446c600d09 LibGUI+Applications: Port SettingsWindow::add_tab() to the new string il y a 2 ans
Shortcut.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
Shortcut.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
Slider.cpp c943ab823d LibGUI: Paint slider track shorter to ensure the knob covers it il y a 2 ans
Slider.h 6d79d932f9 LibGUI: Implement calculated sizes for Slider il y a 2 ans
SortingProxyModel.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
SortingProxyModel.h 14d78e10d1 LibGUI+CertificateSettings: Use custom SortingProxy il y a 2 ans
SpinBox.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions il y a 2 ans
SpinBox.h abaecb878b LibGUI: Add on_return_pressed function to SpinBox il y a 3 ans
Splitter.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value il y a 2 ans
Splitter.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value il y a 2 ans
StackWidget.cpp cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget il y a 2 ans
StackWidget.h cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget il y a 2 ans
Statusbar.cpp ee5838084d LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro il y a 2 ans
Statusbar.h 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector il y a 2 ans
SystemEffects.h 8904a61d71 LibGUI+WindowServer: Add a SystemEffects wrapper and helpers il y a 3 ans
TabWidget.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper il y a 2 ans
TabWidget.h 66402b0666 LibGUI+Userland: Port TabWidget set_tab_title to new string il y a 2 ans
TableView.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
TableView.h 2612d23032 LibGUI: Implement rubber band selection in table view il y a 2 ans
TextBox.cpp cb96c892cc LibGUI: Add highlighting to `UrlBox` il y a 2 ans
TextBox.h cb96c892cc LibGUI: Add highlighting to `UrlBox` il y a 2 ans
TextDocument.cpp 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional il y a 2 ans
TextDocument.h 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes il y a 2 ans
TextEditor.cpp 4b29702fee LibGUI: Add gutter indicators to TextEditor :^) il y a 2 ans
TextEditor.h 3e1626acdc Spreadsheet+LibSyntax: Never insert spans directly il y a 2 ans
TextPosition.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes il y a 2 ans
TextRange.h 96cf9355b2 LibGUI: Add TextRange::line_count() il y a 2 ans
Toolbar.cpp 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector il y a 2 ans
Toolbar.h 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes il y a 2 ans
ToolbarContainer.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor il y a 2 ans
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
Tray.cpp 508fb7e1e9 Userland: Use Font::pixel_size_rounded_up() in more places il y a 2 ans
Tray.h faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
TreeView.cpp eb9d2c64c8 LibGUI: Center TreeView item icons vertically il y a 2 ans
TreeView.h ff0766056b LibGUI: Don't hard-code TreeView row height il y a 2 ans
TreeViewModel.cpp 2fe4be40af LibGUI: Store correct address in TreeViewModel's ModelIndices il y a 2 ans
TreeViewModel.h 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector il y a 2 ans
UIDimensions.h 2fce19a451 LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr() il y a 2 ans
UndoStack.cpp 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes il y a 2 ans
UndoStack.h 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes il y a 2 ans
ValueSlider.cpp 0e4586dd3e LibGUI: Fix slightly wrong value slider knob position il y a 2 ans
ValueSlider.h caf6dd5680 LibGUI: Implement calculated sizes for ValueSlider il y a 2 ans
Variant.cpp 874c7bba28 LibCore: Remove `Stream.h` il y a 2 ans
Variant.h faa1a09042 LibGUI: Fix const-correctness issues il y a 2 ans
VimEditingEngine.cpp 560133a0c6 Everywhere: Remove unused DeprecatedString includes il y a 2 ans
VimEditingEngine.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods il y a 2 ans
Widget.cpp 3805e4e3a9 LibGUI+HackStudio+PixelPaint: Port Widget title to the new String il y a 2 ans
Widget.h 3805e4e3a9 LibGUI+HackStudio+PixelPaint: Port Widget title to the new String il y a 2 ans
Window.cpp aa94b944de LibGUI: Allow Windows to auto shrink il y a 2 ans
Window.h aa94b944de LibGUI: Allow Windows to auto shrink il y a 2 ans
WindowMode.h 3027cf7e99 LibGUI+WindowServer: Remove InputPreemptor concept il y a 2 ans
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans