Tim Ledbetter c63f70d0fd LibGUI: Allow clipboard items to have no associated data пре 2 година
..
GML 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() пре 2 година
Wizards 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor пре 2 година
AboutDialog.cpp 89b8d346fe LibGUI+About: Make AboutDialog creation fallible пре 2 година
AboutDialog.gml 65c8dfe923 LibGUI: Convert AboutDialog layout to GML пре 2 година
AboutDialog.h 89b8d346fe LibGUI+About: Make AboutDialog creation fallible пре 2 година
AbstractButton.cpp 8f717927f2 LibGUI: Add Button double-click callback пре 2 година
AbstractButton.h 8f717927f2 LibGUI: Add Button double-click callback пре 2 година
AbstractScrollableWidget.cpp 33fd9ea5b3 LibGUI: Prevent "hide unnecessary scrollbars" from showing unwanted bars пре 2 година
AbstractScrollableWidget.h 70885a3dee LibGUI: Automatically scroll to a new column on adding it in ColumnsView пре 2 година
AbstractSlider.cpp 1d522e4b4c LibGUI: Add DoClamp option to AbstractSlider::set_value() пре 3 година
AbstractSlider.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods пре 2 година
AbstractTableView.cpp 59855e49df LibGUI: Add a DontResizeColumns option to Model::UpdateFlag пре 2 година
AbstractTableView.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value пре 2 година
AbstractThemePreview.cpp 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace пре 2 година
AbstractThemePreview.h 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace пре 2 година
AbstractView.cpp a1726b1ba5 LibGfx: Avoid rounding/truncating glyph positions till blitting пре 2 година
AbstractView.h d938b9effe LibGUI+Applications: Rename automatic scrolling timer functions пре 2 година
AbstractZoomPanWidget.cpp 7b0adee487 LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size` пре 2 година
AbstractZoomPanWidget.h e011eafd37 Meta+Userland: Pass Gfx::FloatPoint by value пре 2 година
Action.cpp e39adc4772 Userland: Set Button text using the new String class пре 2 година
Action.h 49f5767789 LibGUI+WindowServer: Add "visible" state to GUI actions пре 2 година
ActionGroup.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
ActionGroup.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI пре 3 година
Application.cpp a8cf0c9371 LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr пре 2 година
Application.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value пре 2 година
AutocompleteProvider.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions пре 2 година
AutocompleteProvider.h b35293d945 LibCodeComprehension: Re-organize code comprehension related code пре 3 година
BoxLayout.cpp 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor пре 2 година
BoxLayout.h 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor пре 2 година
Breadcrumbbar.cpp 5b77346f53 LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path пре 2 година
Breadcrumbbar.h 5b77346f53 LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path пре 2 година
Button.cpp 8f717927f2 LibGUI: Add Button double-click callback пре 2 година
Button.h 8f717927f2 LibGUI: Add Button double-click callback пре 2 година
CMakeLists.txt f0c2dcdbac LibGUI: Add PathBreadcrumbbar пре 2 година
Calendar.cpp b5cb9a9ebb LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String> пре 2 година
Calendar.h b5cb9a9ebb LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String> пре 2 година
CheckBox.cpp 14951b92ca LibGUI: Remove deprecated text and set_text functions in AbstractButton пре 2 година
CheckBox.h 14951b92ca LibGUI: Remove deprecated text and set_text functions in AbstractButton пре 2 година
Clipboard.cpp c63f70d0fd LibGUI: Allow clipboard items to have no associated data пре 2 година
Clipboard.h 61b49daf0a LibGUI: Make Clipboard::set_plain_text take text as a StringView пре 2 година
ColorFilterer.h 032ca748c6 LibGUI: Add ColorFilterer class пре 2 година
ColorInput.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable пре 2 година
ColorInput.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
ColorPicker.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor пре 2 година
ColorPicker.h e647ad2ce3 LibGUI: Add OpacitySlider to ColorPicker dialog пре 2 година
ColumnsView.cpp 70885a3dee LibGUI: Automatically scroll to a new column on adding it in ColumnsView пре 2 година
ColumnsView.h 35e3df7f13 LibGUI: Teach ColumnsView where indexes are placed (and scroll to them) пре 2 година
ComboBox.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions пре 2 година
ComboBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
Command.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
CommandPalette.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor пре 2 година
CommandPalette.h cd5210a87a LibGUI: Make Dialog::ScreenPosition an enum class пре 3 година
CommonActions.cpp 89b8d346fe LibGUI+About: Make AboutDialog creation fallible пре 2 година
CommonLocationsProvider.cpp 874c7bba28 LibCore: Remove `Stream.h` пре 2 година
CommonLocationsProvider.h 41691a7fcb LibGUI: Make CommonLocationsProvider::load_from_json() failable пре 2 година
CommonMenus.cpp f31a56d086 LibGUI: Add CommonMenus пре 2 година
ConnectionToWindowManagerServer.cpp 27fae78335 Meta+Userland: Pass Gfx::IntSize by value пре 2 година
ConnectionToWindowManagerServer.h a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace пре 2 година
ConnectionToWindowServer.cpp a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace пре 2 година
ConnectionToWindowServer.h a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace пре 2 година
Desktop.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
Desktop.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
Dialog.cpp 5c923977b7 LibGUI: Always close() Dialogs no matter the execution result пре 2 година
Dialog.h 5b31a3dbc7 LibGUI: Allow more programmatic control over GUI::InputBox пре 2 година
DisplayLink.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer пре 3 година
DisplayLink.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer пре 3 година
DragOperation.cpp 6ea3c1659a LibGfx: Propagate errors from serializing bitmaps пре 2 година
DragOperation.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
EditingEngine.cpp 8a94c7a7f7 LibGUI: Skip over grapheme clusters on left/right arrow key presses пре 2 година
EditingEngine.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
EmojiInputDialog.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor пре 2 година
EmojiInputDialog.gml 2f6fd56631 LibGUI: Set EmojiInputDialog's FrameShape to "Window" пре 2 година
EmojiInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
Event.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value пре 2 година
Event.h 27fae78335 Meta+Userland: Pass Gfx::IntSize by value пре 2 година
FileIconProvider.cpp d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` пре 2 година
FileIconProvider.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
FilePicker.cpp d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` пре 2 година
FilePicker.h e39adc4772 Userland: Set Button text using the new String class пре 2 година
FilePickerDialog.gml be464c357a LibGUI: Add allowed file types to FilePicker пре 2 година
FileSystemModel.cpp d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` пре 2 година
FileSystemModel.h fe5dfe4cd5 LibGUI: Add allowed file extensions to FileSystemModel пре 2 година
FileTypeFilter.h be464c357a LibGUI: Add allowed file types to FilePicker пре 2 година
FilteringProxyModel.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
FilteringProxyModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
FocusPolicy.h d621534511 LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment пре 3 година
FocusSource.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
FontPicker.cpp 2bc8cbfe8f LibGUI: Add 9 and 11 to the list of suggested sizes in FontPicker пре 2 година
FontPicker.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
FontPickerDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` пре 2 година
Forward.h f0c2dcdbac LibGUI: Add PathBreadcrumbbar пре 2 година
Frame.cpp 30309bac1b LibGUI: Force re-layout on Frame thickness changes пре 2 година
Frame.h 27fae78335 Meta+Userland: Pass Gfx::IntSize by value пре 2 година
GitCommitLexer.cpp 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation пре 3 година
GitCommitLexer.h 8b39074078 Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere пре 3 година
GitCommitSyntaxHighlighter.cpp 086969277e Everywhere: Run clang-format пре 3 година
GitCommitSyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax пре 2 година
GlyphMapWidget.cpp 804baa42f9 LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget пре 2 година
GlyphMapWidget.h 804baa42f9 LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget пре 2 година
GroupBox.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float пре 2 година
GroupBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
HeaderView.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float пре 2 година
HeaderView.h 32642394a9 LibGUI: Programatically draw table header sorting arrows пре 3 година
INILexer.cpp ae6a84c261 LibGUI: Lex INI files as Utf8 пре 2 година
INILexer.h ae6a84c261 LibGUI: Lex INI files as Utf8 пре 2 година
INISyntaxHighlighter.cpp fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI пре 3 година
INISyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax пре 2 година
Icon.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions пре 2 година
Icon.h 086969277e Everywhere: Run clang-format пре 3 година
IconView.cpp dd607fc619 LibGUI: Invalidate IconView cache on font change пре 2 година
IconView.h dd607fc619 LibGUI: Invalidate IconView cache on font change пре 2 година
ImageWidget.cpp 6e6999ce57 LibGfx: Re-work the abstractions of sending image for decoding over IPC пре 2 година
ImageWidget.h 086969277e Everywhere: Run clang-format пре 3 година
IncrementalSearchBanner.cpp e39adc4772 Userland: Set Button text using the new String class пре 2 година
IncrementalSearchBanner.gml 741138c585 LibGUI: Add a prefix to `IncrementalSearchBanner`'s widgets name пре 2 година
IncrementalSearchBanner.h 8231bd9bc3 LibGUI: Add IncrementalSearchBanner пре 2 година
InputBox.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor пре 2 година
InputBox.h 71f5bbab42 LibGUI: Verify NonemptyText InputBox doesn't result in an empty string пре 2 година
ItemListModel.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable пре 2 година
JsonArrayModel.cpp d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` пре 2 година
JsonArrayModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
Label.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions пре 2 година
Label.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
Layout.cpp 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor пре 2 година
Layout.h 43dddafd16 LibGUI: Allow specifying Layout margins and spacing in the constructor пре 2 година
LazyWidget.cpp e6fe66594e LibGUI: Register LazyWidget пре 3 година
LazyWidget.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI пре 3 година
LinkLabel.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions пре 2 година
LinkLabel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
ListView.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value пре 2 година
ListView.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value пре 2 година
Margins.h 309874b4fb LibGUI: Add horizontal and vertical totals to Margins пре 3 година
Menu.cpp 49f5767789 LibGUI+WindowServer: Add "visible" state to GUI actions пре 2 година
Menu.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value пре 2 година
MenuItem.cpp 49f5767789 LibGUI+WindowServer: Add "visible" state to GUI actions пре 2 година
MenuItem.h 49f5767789 LibGUI+WindowServer: Add "visible" state to GUI actions пре 2 година
Menubar.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
Menubar.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
MessageBox.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor пре 2 година
MessageBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
Model.cpp 6ea3c1659a LibGfx: Propagate errors from serializing bitmaps пре 2 година
Model.h 59855e49df LibGUI: Add a DontResizeColumns option to Model::UpdateFlag пре 2 година
ModelEditingDelegate.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable пре 2 година
ModelIndex.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
ModelIndex.h 4296425bd8 Everywhere: Remove redundant inequality comparison operators пре 2 година
ModelRole.h 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) пре 4 година
ModelSelection.cpp a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference пре 3 година
ModelSelection.h a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference пре 3 година
MouseTracker.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value пре 2 година
MouseTracker.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value пре 2 година
MultiView.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions пре 2 година
MultiView.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods пре 2 година
Notification.cpp a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace пре 2 година
Notification.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
OpacitySlider.cpp cb872f5c9a LibGUI: Adjust OpacitySlider min size for consistency пре 2 година
OpacitySlider.h f828bf6479 LibGUI: Add base color to OpacitySlider пре 2 година
Painter.cpp 381dcca2f6 Revert "LibGfx: Add directional floating-point scaling to Painter" пре 4 година
Painter.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
PasswordInputDialog.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions пре 2 година
PasswordInputDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` пре 2 година
PasswordInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
PathBreadcrumbbar.cpp 5b77346f53 LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path пре 2 година
PathBreadcrumbbar.h f0c2dcdbac LibGUI: Add PathBreadcrumbbar пре 2 година
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models пре 4 година
PersistentModelIndex.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) пре 3 година
Process.cpp 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> пре 2 година
Process.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> пре 2 година
ProcessChooser.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor пре 2 година
ProcessChooser.h e39adc4772 Userland: Set Button text using the new String class пре 2 година
Progressbar.cpp f1271c7860 LibGUI: Use calculated_preferred_size for Progressbar default size пре 2 година
Progressbar.h f1271c7860 LibGUI: Use calculated_preferred_size for Progressbar default size пре 2 година
RadioButton.cpp 14951b92ca LibGUI: Remove deprecated text and set_text functions in AbstractButton пре 2 година
RadioButton.h 14951b92ca LibGUI: Remove deprecated text and set_text functions in AbstractButton пре 2 година
RegularEditingEngine.cpp 086969277e Everywhere: Run clang-format пре 3 година
RegularEditingEngine.h 086969277e Everywhere: Run clang-format пре 3 година
ResizeCorner.cpp 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots пре 2 година
ResizeCorner.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI пре 3 година
ResizeDirection.h 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots пре 2 година
RunningProcessesModel.cpp 8940f2da7f LibCore: Use `Core::Stream` for `ProcessStatisticsReader` пре 2 година
RunningProcessesModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts пре 4 година
ScrollableContainerWidget.cpp 703da34947 LibGUI: Create an alias for Widget UnregisteredChildHandler пре 2 година
ScrollableContainerWidget.h 703da34947 LibGUI: Create an alias for Widget UnregisteredChildHandler пре 2 година
Scrollbar.cpp 7b0adee487 LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size` пре 2 година
Scrollbar.h d938b9effe LibGUI+Applications: Rename automatic scrolling timer functions пре 2 година
SeparatorWidget.cpp b6d45f9c1f LibGUI: Use calculated_preferred_size in SeparatorWidget пре 2 година
SeparatorWidget.h b6d45f9c1f LibGUI: Use calculated_preferred_size in SeparatorWidget пре 2 година
SettingsWindow.cpp 6b66e39df4 LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()` пре 2 година
SettingsWindow.h 27a1798dd9 LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tab пре 2 година
Shortcut.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable пре 2 година
Shortcut.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable пре 2 година
Slider.cpp 6d79d932f9 LibGUI: Implement calculated sizes for Slider пре 2 година
Slider.h 6d79d932f9 LibGUI: Implement calculated sizes for Slider пре 2 година
SortingProxyModel.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
SortingProxyModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
SpinBox.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions пре 2 година
SpinBox.h abaecb878b LibGUI: Add on_return_pressed function to SpinBox пре 3 година
Splitter.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value пре 2 година
Splitter.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value пре 2 година
StackWidget.cpp cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget пре 2 година
StackWidget.h cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget пре 2 година
Statusbar.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor пре 2 година
Statusbar.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
SystemEffects.h 8904a61d71 LibGUI+WindowServer: Add a SystemEffects wrapper and helpers пре 3 година
TabWidget.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float пре 2 година
TabWidget.h 61789de11d LibGUI: Add GUI::TabWidget::add_tab() that takes a constructed tab пре 2 година
TableView.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable пре 2 година
TableView.h 2612d23032 LibGUI: Implement rubber band selection in table view пре 2 година
TextBox.cpp cb96c892cc LibGUI: Add highlighting to `UrlBox` пре 2 година
TextBox.h cb96c892cc LibGUI: Add highlighting to `UrlBox` пре 2 година
TextDocument.cpp f7458b3e17 LibGUI: Update TextEditor to delete emoji based on gbp cluster пре 2 година
TextDocument.h f7458b3e17 LibGUI: Update TextEditor to delete emoji based on gbp cluster пре 2 година
TextEditor.cpp f7458b3e17 LibGUI: Update TextEditor to delete emoji based on gbp cluster пре 2 година
TextEditor.h 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace пре 2 година
TextPosition.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
TextRange.h 0bcfbdb072 LibGUI: Explicitly default initialize class members пре 3 година
Toolbar.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor пре 2 година
Toolbar.h eefe6e35ac LibGUI: Add option to move Toolbar items to overflow menu in groups пре 2 година
ToolbarContainer.cpp 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor пре 2 година
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
Tray.cpp 9347db6f91 LibGUI: Make Tray item height honor the current font size пре 2 година
Tray.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value пре 2 година
TreeView.cpp eb9d2c64c8 LibGUI: Center TreeView item icons vertically пре 2 година
TreeView.h ff0766056b LibGUI: Don't hard-code TreeView row height пре 2 година
TreeViewModel.cpp 5bb38296b1 LibGUI: Add TreeViewModel as a simpler interface for building TreeViews пре 3 година
TreeViewModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
UIDimensions.h 2fce19a451 LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr() пре 2 година
UndoStack.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
UndoStack.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
ValueSlider.cpp caf6dd5680 LibGUI: Implement calculated sizes for ValueSlider пре 2 година
ValueSlider.h caf6dd5680 LibGUI: Implement calculated sizes for ValueSlider пре 2 година
Variant.cpp 874c7bba28 LibCore: Remove `Stream.h` пре 2 година
Variant.h 99570cb0c4 LibGUI: Speed up Variant string conversion for string data пре 2 година
VimEditingEngine.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable пре 2 година
VimEditingEngine.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods пре 2 година
Widget.cpp ab6ef53247 LibGUI: Add Widget::add_spacer() wrapper пре 2 година
Widget.h 6b66e39df4 LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()` пре 2 година
Window.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions пре 2 година
Window.h 634d1e0197 LibGUI+WindowServer: Improve window resizing performance пре 2 година
WindowMode.h 3027cf7e99 LibGUI+WindowServer: Remove InputPreemptor concept пре 2 година
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година