Andreas Kling c838bb3f21 LibGUI: Make AboutDialog APIs infallible %!s(int64=2) %!d(string=hai) anos
..
GML d1645efde9 Meta+Userland: Allow generating C++ initializer code from GML %!s(int64=2) %!d(string=hai) anos
Wizards 58e482a06d LibGUI: Remove Layout::try_add_spacer() %!s(int64=2) %!d(string=hai) anos
AboutDialog.cpp c838bb3f21 LibGUI: Make AboutDialog APIs infallible %!s(int64=2) %!d(string=hai) anos
AboutDialog.gml 65c8dfe923 LibGUI: Convert AboutDialog layout to GML %!s(int64=2) %!d(string=hai) anos
AboutDialog.h c838bb3f21 LibGUI: Make AboutDialog APIs infallible %!s(int64=2) %!d(string=hai) anos
AbstractButton.cpp 858e55b653 LibCore: Add new REGISTER_STRING_PROPERTY macro %!s(int64=2) %!d(string=hai) anos
AbstractButton.h 8f717927f2 LibGUI: Add Button double-click callback %!s(int64=2) %!d(string=hai) anos
AbstractScrollableWidget.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
AbstractScrollableWidget.h 70885a3dee LibGUI: Automatically scroll to a new column on adding it in ColumnsView %!s(int64=2) %!d(string=hai) anos
AbstractSlider.cpp d4c33a7134 LibGUI: Only redraw sliders after the `on_change` callback has finished %!s(int64=2) %!d(string=hai) anos
AbstractSlider.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods %!s(int64=2) %!d(string=hai) anos
AbstractTableView.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
AbstractTableView.h 4c349165f2 LibGUI: Add a callback when the visible columns of a TableView change %!s(int64=2) %!d(string=hai) anos
AbstractThemePreview.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
AbstractThemePreview.h faa1a09042 LibGUI: Fix const-correctness issues %!s(int64=2) %!d(string=hai) anos
AbstractView.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
AbstractView.h faa1a09042 LibGUI: Fix const-correctness issues %!s(int64=2) %!d(string=hai) anos
AbstractZoomPanWidget.cpp 7b0adee487 LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size` %!s(int64=2) %!d(string=hai) anos
AbstractZoomPanWidget.h faa1a09042 LibGUI: Fix const-correctness issues %!s(int64=2) %!d(string=hai) anos
Action.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
Action.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
ActionGroup.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
ActionGroup.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI %!s(int64=3) %!d(string=hai) anos
Application.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
Application.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
AutocompleteProvider.cpp 34344120f2 AK: Make "foo"_string infallible %!s(int64=2) %!d(string=hai) anos
AutocompleteProvider.h b35293d945 LibCodeComprehension: Re-organize code comprehension related code %!s(int64=3) %!d(string=hai) anos
BoxLayout.cpp 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor %!s(int64=2) %!d(string=hai) anos
BoxLayout.h 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor %!s(int64=2) %!d(string=hai) anos
Breadcrumbbar.cpp 5b77346f53 LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path %!s(int64=2) %!d(string=hai) anos
Breadcrumbbar.h 5b77346f53 LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path %!s(int64=2) %!d(string=hai) anos
Button.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
Button.h 479e67212a LibGUI: Implement calculated_min_size() for DialogButton %!s(int64=2) %!d(string=hai) anos
CMakeLists.txt 1e67435ff5 Meta: Rename compile_gml to stringify_gml %!s(int64=2) %!d(string=hai) anos
Calendar.cpp 1b5b1e4153 Calendar: Implement saving, loading, and displaying of calendars %!s(int64=2) %!d(string=hai) anos
Calendar.h 1b5b1e4153 Calendar: Implement saving, loading, and displaying of calendars %!s(int64=2) %!d(string=hai) anos
CheckBox.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
CheckBox.h ee001cc417 LibGUI: Make CheckBox height adapt to the current font size %!s(int64=2) %!d(string=hai) anos
Clipboard.cpp 592e6c89a5 LibGUI: Avoid unnecessary copies of clipboard metadata %!s(int64=2) %!d(string=hai) anos
Clipboard.h 07c6cebbab Applets/ClipboardHistory: Add persistent storage %!s(int64=2) %!d(string=hai) anos
ColorFilterer.h 032ca748c6 LibGUI: Add ColorFilterer class %!s(int64=2) %!d(string=hai) anos
ColorInput.cpp 825c9eaeb1 LibGUI: Make `GUI::ColorPicker` interactive %!s(int64=2) %!d(string=hai) anos
ColorInput.h 02d94a303c Base+Userland: Apply Human Interface Guidelines to Object text %!s(int64=2) %!d(string=hai) anos
ColorPicker.cpp 58e482a06d LibGUI: Remove Layout::try_add_spacer() %!s(int64=2) %!d(string=hai) anos
ColorPicker.h 825c9eaeb1 LibGUI: Make `GUI::ColorPicker` interactive %!s(int64=2) %!d(string=hai) anos
ColumnsView.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
ColumnsView.h 35e3df7f13 LibGUI: Teach ColumnsView where indexes are placed (and scroll to them) %!s(int64=2) %!d(string=hai) anos
ComboBox.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
ComboBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString %!s(int64=2) %!d(string=hai) anos
Command.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString %!s(int64=2) %!d(string=hai) anos
CommandPalette.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
CommandPalette.h cd5210a87a LibGUI: Make Dialog::ScreenPosition an enum class %!s(int64=3) %!d(string=hai) anos
CommonActions.cpp c838bb3f21 LibGUI: Make AboutDialog APIs infallible %!s(int64=2) %!d(string=hai) anos
CommonLocationsProvider.cpp 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial %!s(int64=2) %!d(string=hai) anos
CommonLocationsProvider.h 41691a7fcb LibGUI: Make CommonLocationsProvider::load_from_json() failable %!s(int64=2) %!d(string=hai) anos
CommonMenus.cpp 94cd272ac0 LibGUI: Make CommonMenus::make_accessibility_menu() infallible %!s(int64=2) %!d(string=hai) anos
ConnectionToWindowManagerServer.cpp 27fae78335 Meta+Userland: Pass Gfx::IntSize by value %!s(int64=2) %!d(string=hai) anos
ConnectionToWindowManagerServer.h a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace %!s(int64=2) %!d(string=hai) anos
ConnectionToWindowServer.cpp a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace %!s(int64=2) %!d(string=hai) anos
ConnectionToWindowServer.h a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace %!s(int64=2) %!d(string=hai) anos
Desktop.cpp c9ad252e33 LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView> %!s(int64=2) %!d(string=hai) anos
Desktop.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions %!s(int64=2) %!d(string=hai) anos
Dialog.cpp f76d24c2ec LibGUI: Simplify Dialog::ScreenPosition and allow Dialogs to opt out %!s(int64=2) %!d(string=hai) anos
Dialog.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
DisplayLink.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer %!s(int64=3) %!d(string=hai) anos
DisplayLink.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer %!s(int64=3) %!d(string=hai) anos
DragOperation.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
DragOperation.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
EditingEngine.cpp c911781c21 Everywhere: Remove needless trailing semi-colons after functions %!s(int64=2) %!d(string=hai) anos
EditingEngine.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString %!s(int64=2) %!d(string=hai) anos
EmojiInputDialog.cpp bc0bb98c01 LibGUI: Paint emoji using text in the EmojiInputDialog %!s(int64=2) %!d(string=hai) anos
EmojiInputDialog.gml f7e034d4b2 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle %!s(int64=2) %!d(string=hai) anos
EmojiInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString %!s(int64=2) %!d(string=hai) anos
Event.cpp faa1a09042 LibGUI: Fix const-correctness issues %!s(int64=2) %!d(string=hai) anos
Event.h faa1a09042 LibGUI: Fix const-correctness issues %!s(int64=2) %!d(string=hai) anos
FileIconProvider.cpp 4291288a31 LibGfx: Remove `ImageDecoderPlugin::initialize()` %!s(int64=2) %!d(string=hai) anos
FileIconProvider.h c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` %!s(int64=2) %!d(string=hai) anos
FilePicker.cpp 3f35ffb648 Userland: Prefer `_string` over `_short_string` %!s(int64=2) %!d(string=hai) anos
FilePicker.h 3f35ffb648 Userland: Prefer `_string` over `_short_string` %!s(int64=2) %!d(string=hai) anos
FilePickerDialog.gml be464c357a LibGUI: Add allowed file types to FilePicker %!s(int64=2) %!d(string=hai) anos
FileSystemModel.cpp 3f35ffb648 Userland: Prefer `_string` over `_short_string` %!s(int64=2) %!d(string=hai) anos
FileSystemModel.h f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() %!s(int64=2) %!d(string=hai) anos
FileTypeFilter.h 475f1b6083 LibCore+LibGfx+LibGUI: Consider JPEG XL files as images %!s(int64=2) %!d(string=hai) anos
FilteringProxyModel.cpp f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() %!s(int64=2) %!d(string=hai) anos
FilteringProxyModel.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions %!s(int64=2) %!d(string=hai) anos
FocusPolicy.h d621534511 LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment %!s(int64=3) %!d(string=hai) anos
FocusSource.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
FontPicker.cpp 02d94a303c Base+Userland: Apply Human Interface Guidelines to Object text %!s(int64=2) %!d(string=hai) anos
FontPicker.h faa1a09042 LibGUI: Fix const-correctness issues %!s(int64=2) %!d(string=hai) anos
FontPickerDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` %!s(int64=2) %!d(string=hai) anos
Forward.h 405187993a LibGUI+LibCore: Move GML property system from LibCore to LibGUI %!s(int64=2) %!d(string=hai) anos
Frame.cpp af8cd477b4 LibGUI: Always paint vertical lines for Frames in unmaximized windows %!s(int64=2) %!d(string=hai) anos
Frame.h f7e034d4b2 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle %!s(int64=2) %!d(string=hai) anos
GitCommitLexer.cpp 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation %!s(int64=3) %!d(string=hai) anos
GitCommitLexer.h 8b39074078 Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere %!s(int64=3) %!d(string=hai) anos
GitCommitSyntaxHighlighter.cpp 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes %!s(int64=2) %!d(string=hai) anos
GitCommitSyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax %!s(int64=2) %!d(string=hai) anos
GlyphMapWidget.cpp aaf60053f1 LibGUI: Use ColorRole::DisabledText when AbstractView is disabled %!s(int64=2) %!d(string=hai) anos
GlyphMapWidget.h 0ad5e85163 LibGUI+Applications: Let GlyphMapWidget initialize a null Font %!s(int64=2) %!d(string=hai) anos
GroupBox.cpp 4d0d0a99b4 LibGUI: Fix bad title alignment in GroupBox %!s(int64=2) %!d(string=hai) anos
GroupBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString %!s(int64=2) %!d(string=hai) anos
HeaderView.cpp f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() %!s(int64=2) %!d(string=hai) anos
HeaderView.h 32642394a9 LibGUI: Programatically draw table header sorting arrows %!s(int64=3) %!d(string=hai) anos
INILexer.cpp ae6a84c261 LibGUI: Lex INI files as Utf8 %!s(int64=2) %!d(string=hai) anos
INILexer.h ae6a84c261 LibGUI: Lex INI files as Utf8 %!s(int64=2) %!d(string=hai) anos
INISyntaxHighlighter.cpp 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes %!s(int64=2) %!d(string=hai) anos
INISyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax %!s(int64=2) %!d(string=hai) anos
Icon.cpp faa1a09042 LibGUI: Fix const-correctness issues %!s(int64=2) %!d(string=hai) anos
Icon.h faa1a09042 LibGUI: Fix const-correctness issues %!s(int64=2) %!d(string=hai) anos
IconView.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
IconView.h dd607fc619 LibGUI: Invalidate IconView cache on font change %!s(int64=2) %!d(string=hai) anos
ImageWidget.cpp e7921cfe14 LibGfx: Add first_animated_frame_index method to ImageDecoder %!s(int64=2) %!d(string=hai) anos
ImageWidget.h 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory %!s(int64=2) %!d(string=hai) anos
IncrementalSearchBanner.cpp 3f35ffb648 Userland: Prefer `_string` over `_short_string` %!s(int64=2) %!d(string=hai) anos
IncrementalSearchBanner.gml 741138c585 LibGUI: Add a prefix to `IncrementalSearchBanner`'s widgets name %!s(int64=2) %!d(string=hai) anos
IncrementalSearchBanner.h 8231bd9bc3 LibGUI: Add IncrementalSearchBanner %!s(int64=2) %!d(string=hai) anos
InputBox.cpp 58e482a06d LibGUI: Remove Layout::try_add_spacer() %!s(int64=2) %!d(string=hai) anos
InputBox.h ca8918f310 LibGUI: Add a numeric input type to InputBox %!s(int64=2) %!d(string=hai) anos
ItemListModel.h 3f35ffb648 Userland: Prefer `_string` over `_short_string` %!s(int64=2) %!d(string=hai) anos
JsonArrayModel.cpp 582c55a1c8 AK: Have `JsonArray::set()` change values instead of inserting values %!s(int64=2) %!d(string=hai) anos
JsonArrayModel.h f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() %!s(int64=2) %!d(string=hai) anos
Label.cpp f7e034d4b2 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle %!s(int64=2) %!d(string=hai) anos
Label.h 4c9933bfb7 LibGUI: Remove Label icons and replace instances with ImageWidget %!s(int64=2) %!d(string=hai) anos
Layout.cpp b679094529 LibGUI: Remove remaining fallible Layout APIs %!s(int64=2) %!d(string=hai) anos
Layout.h b679094529 LibGUI: Remove remaining fallible Layout APIs %!s(int64=2) %!d(string=hai) anos
LazyWidget.cpp e6fe66594e LibGUI: Register LazyWidget %!s(int64=3) %!d(string=hai) anos
LazyWidget.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI %!s(int64=3) %!d(string=hai) anos
LinkLabel.cpp f2faf2767f LibGUI: Remove Menu::try_add_action() %!s(int64=2) %!d(string=hai) anos
LinkLabel.h b17d4a0ced LibGUI: Propagate construction errors in LinkLabel %!s(int64=2) %!d(string=hai) anos
ListView.cpp 1097f3066e LibGUI: Open and increment ComboBox ListViews by exact steps %!s(int64=2) %!d(string=hai) anos
ListView.h 99f28cf4ac LibGUI: Remove calculated_min_size() for ListViews %!s(int64=2) %!d(string=hai) anos
Margins.h ea0ab87b88 LibGUI: Allow creating margins from arrays %!s(int64=2) %!d(string=hai) anos
Menu.cpp 676ef0cc3d LibGUI: Make Menu::add_recent_files_list() infallible %!s(int64=2) %!d(string=hai) anos
Menu.h 94cd272ac0 LibGUI: Make CommonMenus::make_accessibility_menu() infallible %!s(int64=2) %!d(string=hai) anos
MenuItem.cpp c4c1df7621 LibGUI: Store Menu names as new String %!s(int64=2) %!d(string=hai) anos
MenuItem.h a2d333ff4a LibGUI: Allow updating the names of menus and submenus %!s(int64=2) %!d(string=hai) anos
Menubar.cpp 5300896095 LibGUI: Remove Menubar::try_add_menu() %!s(int64=2) %!d(string=hai) anos
Menubar.h 5300896095 LibGUI: Remove Menubar::try_add_menu() %!s(int64=2) %!d(string=hai) anos
MessageBox.cpp 58e482a06d LibGUI: Remove Layout::try_add_spacer() %!s(int64=2) %!d(string=hai) anos
MessageBox.h fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration %!s(int64=2) %!d(string=hai) anos
Model.cpp e76394d96c AK: Remove infallible version of StringBuilder::to_byte_buffer %!s(int64=2) %!d(string=hai) anos
Model.h f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() %!s(int64=2) %!d(string=hai) anos
ModelEditingDelegate.h f7e034d4b2 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle %!s(int64=2) %!d(string=hai) anos
ModelIndex.cpp 560133a0c6 Everywhere: Remove unused DeprecatedString includes %!s(int64=2) %!d(string=hai) anos
ModelIndex.h 4296425bd8 Everywhere: Remove redundant inequality comparison operators %!s(int64=2) %!d(string=hai) anos
ModelRole.h 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) %!s(int64=4) %!d(string=hai) anos
ModelSelection.cpp a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference %!s(int64=3) %!d(string=hai) anos
ModelSelection.h a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference %!s(int64=3) %!d(string=hai) anos
MouseTracker.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value %!s(int64=2) %!d(string=hai) anos
MouseTracker.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value %!s(int64=2) %!d(string=hai) anos
MultiView.cpp 02d94a303c Base+Userland: Apply Human Interface Guidelines to Object text %!s(int64=2) %!d(string=hai) anos
MultiView.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods %!s(int64=2) %!d(string=hai) anos
Notification.cpp ba8bd2e558 LibGUI: Do not attempt to close non-existent notifications %!s(int64=2) %!d(string=hai) anos
Notification.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
Object.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
Object.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
OpacitySlider.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
OpacitySlider.h f828bf6479 LibGUI: Add base color to OpacitySlider %!s(int64=2) %!d(string=hai) anos
Painter.cpp 381dcca2f6 Revert "LibGfx: Add directional floating-point scaling to Painter" %!s(int64=4) %!d(string=hai) anos
Painter.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
PasswordInputDialog.cpp 4c9933bfb7 LibGUI: Remove Label icons and replace instances with ImageWidget %!s(int64=2) %!d(string=hai) anos
PasswordInputDialog.gml 4c9933bfb7 LibGUI: Remove Label icons and replace instances with ImageWidget %!s(int64=2) %!d(string=hai) anos
PasswordInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString %!s(int64=2) %!d(string=hai) anos
PathBreadcrumbbar.cpp 8322b31b97 LibGUI: Remove Widget::try_set_layout<T>() %!s(int64=2) %!d(string=hai) anos
PathBreadcrumbbar.h f0c2dcdbac LibGUI: Add PathBreadcrumbbar %!s(int64=2) %!d(string=hai) anos
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models %!s(int64=4) %!d(string=hai) anos
PersistentModelIndex.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) %!s(int64=3) %!d(string=hai) anos
Process.cpp b3edd83e0a LibGUI: Allow passing working directory to spawn_or_show_error() %!s(int64=2) %!d(string=hai) anos
Process.h b3edd83e0a LibGUI: Allow passing working directory to spawn_or_show_error() %!s(int64=2) %!d(string=hai) anos
ProcessChooser.cpp 58e482a06d LibGUI: Remove Layout::try_add_spacer() %!s(int64=2) %!d(string=hai) anos
ProcessChooser.h 3f35ffb648 Userland: Prefer `_string` over `_short_string` %!s(int64=2) %!d(string=hai) anos
Progressbar.cpp ee5838084d LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro %!s(int64=2) %!d(string=hai) anos
Progressbar.h f1271c7860 LibGUI: Use calculated_preferred_size for Progressbar default size %!s(int64=2) %!d(string=hai) anos
Property.cpp 405187993a LibGUI+LibCore: Move GML property system from LibCore to LibGUI %!s(int64=2) %!d(string=hai) anos
Property.h 405187993a LibGUI+LibCore: Move GML property system from LibCore to LibGUI %!s(int64=2) %!d(string=hai) anos
RadioButton.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
RadioButton.h fdcdc14fce LibGUI: Make RadioButton height adapt to the current font size %!s(int64=2) %!d(string=hai) anos
RangeSlider.cpp 69650a5812 LibGUI: Add new RangeSlider widget %!s(int64=2) %!d(string=hai) anos
RangeSlider.h 69650a5812 LibGUI: Add new RangeSlider widget %!s(int64=2) %!d(string=hai) anos
RegularEditingEngine.cpp 201890e109 LibGUI: Don't call `on_escape_pressed` from EditingEngines %!s(int64=2) %!d(string=hai) anos
RegularEditingEngine.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
ResizeCorner.cpp 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots %!s(int64=2) %!d(string=hai) anos
ResizeCorner.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI %!s(int64=3) %!d(string=hai) anos
ResizeDirection.h 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots %!s(int64=2) %!d(string=hai) anos
RunningProcessesModel.cpp 3f35ffb648 Userland: Prefer `_string` over `_short_string` %!s(int64=2) %!d(string=hai) anos
RunningProcessesModel.h f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() %!s(int64=2) %!d(string=hai) anos
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts %!s(int64=4) %!d(string=hai) anos
ScrollableContainerWidget.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
ScrollableContainerWidget.h faa1a09042 LibGUI: Fix const-correctness issues %!s(int64=2) %!d(string=hai) anos
Scrollbar.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
Scrollbar.h d938b9effe LibGUI+Applications: Rename automatic scrolling timer functions %!s(int64=2) %!d(string=hai) anos
SeparatorWidget.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
SeparatorWidget.h 64eb326f26 LibGUI: Give SeparatorWidget a minimum size %!s(int64=2) %!d(string=hai) anos
SettingsWindow.cpp 58e482a06d LibGUI: Remove Layout::try_add_spacer() %!s(int64=2) %!d(string=hai) anos
SettingsWindow.h 446c600d09 LibGUI+Applications: Port SettingsWindow::add_tab() to the new string %!s(int64=2) %!d(string=hai) anos
Shortcut.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable %!s(int64=2) %!d(string=hai) anos
Shortcut.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable %!s(int64=2) %!d(string=hai) anos
Slider.cpp f7e034d4b2 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle %!s(int64=2) %!d(string=hai) anos
Slider.h 6d79d932f9 LibGUI: Implement calculated sizes for Slider %!s(int64=2) %!d(string=hai) anos
SortingProxyModel.cpp f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() %!s(int64=2) %!d(string=hai) anos
SortingProxyModel.h f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() %!s(int64=2) %!d(string=hai) anos
SpinBox.cpp ec29d3abae LibGUI: Allow setting and clearing text in SpinBox %!s(int64=2) %!d(string=hai) anos
SpinBox.h ec29d3abae LibGUI: Allow setting and clearing text in SpinBox %!s(int64=2) %!d(string=hai) anos
Splitter.cpp 1ea24c38b4 LibGUI: Fix typo in Splitter's resizee Getter/Setter %!s(int64=2) %!d(string=hai) anos
Splitter.h 1ea24c38b4 LibGUI: Fix typo in Splitter's resizee Getter/Setter %!s(int64=2) %!d(string=hai) anos
StackWidget.cpp cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget %!s(int64=2) %!d(string=hai) anos
StackWidget.h cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget %!s(int64=2) %!d(string=hai) anos
Statusbar.cpp 92ff12a0d0 LibGUI+Userland: Port StatusBar::set_override_text() to String %!s(int64=2) %!d(string=hai) anos
Statusbar.h 92ff12a0d0 LibGUI+Userland: Port StatusBar::set_override_text() to String %!s(int64=2) %!d(string=hai) anos
SystemEffects.h 8904a61d71 LibGUI+WindowServer: Add a SystemEffects wrapper and helpers %!s(int64=3) %!d(string=hai) anos
TabWidget.cpp dfde972baf LibGUI: Fix crooked close button on active tabs in the TabWidget %!s(int64=2) %!d(string=hai) anos
TabWidget.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions %!s(int64=2) %!d(string=hai) anos
TableView.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
TableView.h 2612d23032 LibGUI: Implement rubber band selection in table view %!s(int64=2) %!d(string=hai) anos
TextBox.cpp c25485700a AK: Port URL scheme from DeprecatedString to String %!s(int64=2) %!d(string=hai) anos
TextBox.h cb96c892cc LibGUI: Add highlighting to `UrlBox` %!s(int64=2) %!d(string=hai) anos
TextDocument.cpp 1d7d194062 LibGUI: Use `set_text()` for `ReplaceAllTextCommand` %!s(int64=2) %!d(string=hai) anos
TextDocument.h 1d7d194062 LibGUI: Use `set_text()` for `ReplaceAllTextCommand` %!s(int64=2) %!d(string=hai) anos
TextEditor.cpp 988130a935 LibGUI+GMLPlayground: Set correct undo text for ReplaceAllTextCommand %!s(int64=2) %!d(string=hai) anos
TextEditor.h 988130a935 LibGUI+GMLPlayground: Set correct undo text for ReplaceAllTextCommand %!s(int64=2) %!d(string=hai) anos
TextPosition.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes %!s(int64=2) %!d(string=hai) anos
TextRange.h 96cf9355b2 LibGUI: Add TextRange::line_count() %!s(int64=2) %!d(string=hai) anos
Toolbar.cpp f2faf2767f LibGUI: Remove Menu::try_add_action() %!s(int64=2) %!d(string=hai) anos
Toolbar.h 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes %!s(int64=2) %!d(string=hai) anos
ToolbarContainer.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
Tray.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
Tray.h faa1a09042 LibGUI: Fix const-correctness issues %!s(int64=2) %!d(string=hai) anos
TreeView.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
TreeView.h ff0766056b LibGUI: Don't hard-code TreeView row height %!s(int64=2) %!d(string=hai) anos
TreeViewModel.cpp 2fe4be40af LibGUI: Store correct address in TreeViewModel's ModelIndices %!s(int64=2) %!d(string=hai) anos
TreeViewModel.h 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector %!s(int64=2) %!d(string=hai) anos
UIDimensions.h e2dbce8fd7 LibGUI: Allow generating C++ "constructor" code for UIDimension %!s(int64=2) %!d(string=hai) anos
UndoStack.cpp fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration %!s(int64=2) %!d(string=hai) anos
UndoStack.h fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration %!s(int64=2) %!d(string=hai) anos
ValueSlider.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive %!s(int64=2) %!d(string=hai) anos
ValueSlider.h caf6dd5680 LibGUI: Implement calculated sizes for ValueSlider %!s(int64=2) %!d(string=hai) anos
Variant.cpp 36ff6187f6 Everywhere: Change spelling of 'behaviour' to 'behavior' %!s(int64=2) %!d(string=hai) anos
Variant.h faa1a09042 LibGUI: Fix const-correctness issues %!s(int64=2) %!d(string=hai) anos
VimEditingEngine.cpp 201890e109 LibGUI: Don't call `on_escape_pressed` from EditingEngines %!s(int64=2) %!d(string=hai) anos
VimEditingEngine.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver %!s(int64=2) %!d(string=hai) anos
Widget.cpp 58e482a06d LibGUI: Remove Layout::try_add_spacer() %!s(int64=2) %!d(string=hai) anos
Widget.h 58e482a06d LibGUI: Remove Layout::try_add_spacer() %!s(int64=2) %!d(string=hai) anos
Window.cpp bd61e75e0b LibGUI: Remove Window::try_add_menu() %!s(int64=2) %!d(string=hai) anos
Window.h bd61e75e0b LibGUI: Remove Window::try_add_menu() %!s(int64=2) %!d(string=hai) anos
WindowMode.h 3027cf7e99 LibGUI+WindowServer: Remove InputPreemptor concept %!s(int64=2) %!d(string=hai) anos
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos