thankyouverycool cfac3be0b3 LibGUI: Resize Label on font changes 2 年 前
..
GML 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2 年 前
Wizards 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 年 前
AboutDialog.cpp d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2 年 前
AboutDialog.gml 65c8dfe923 LibGUI: Convert AboutDialog layout to GML 2 年 前
AboutDialog.h d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2 年 前
AbstractButton.cpp 858e55b653 LibCore: Add new REGISTER_STRING_PROPERTY macro 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 d4c33a7134 LibGUI: Only redraw sliders after the `on_change` callback has finished 2 年 前
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 b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2 年 前
AbstractThemePreview.cpp faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
AbstractThemePreview.h faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
AbstractView.cpp 207409c925 LibGUI: Don't hover AbstractView indicies outside visible content 2 年 前
AbstractView.h faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
AbstractZoomPanWidget.cpp 7b0adee487 LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size` 2 年 前
AbstractZoomPanWidget.h faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
Action.cpp 5ed78d39dd LibGUI: Don't invoke non-visible shortcuts 2 年 前
Action.h 153218ed76 LibGUI: Allow overriding toolbar button tooltips 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 b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2 年 前
Application.h 544366ff2a LibGUI: Add a simple "recently open files" feature 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 479e67212a LibGUI: Implement calculated_min_size() for DialogButton 2 年 前
Button.h 479e67212a LibGUI: Implement calculated_min_size() for DialogButton 2 年 前
CMakeLists.txt 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 2 年 前
Calendar.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2 年 前
Calendar.h b5cb9a9ebb LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String> 2 年 前
CheckBox.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper 2 年 前
CheckBox.h ee001cc417 LibGUI: Make CheckBox height adapt to the current font size 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 ee5838084d LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro 2 年 前
ColorInput.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
ColorPicker.cpp 797968c310 LibGUI+Userland: Make TabWidget::*add_tab() take title using new string 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 1097f3066e LibGUI: Open and increment ComboBox ListViews by exact steps 2 年 前
ComboBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
Command.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
CommandPalette.cpp 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 年 前
CommandPalette.h cd5210a87a LibGUI: Make Dialog::ScreenPosition an enum class 3 年 前
CommonActions.cpp d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2 年 前
CommonLocationsProvider.cpp 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 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 c9ad252e33 LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView> 2 年 前
Desktop.h c9ad252e33 LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView> 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 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 年 前
EditingEngine.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
EmojiInputDialog.cpp bc0bb98c01 LibGUI: Paint emoji using text in the EmojiInputDialog 2 年 前
EmojiInputDialog.gml 2f6fd56631 LibGUI: Set EmojiInputDialog's FrameShape to "Window" 2 年 前
EmojiInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
Event.cpp faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
Event.h faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
FileIconProvider.cpp c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 年 前
FileIconProvider.h c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 年 前
FilePicker.cpp 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 2 年 前
FilePicker.h 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 年 前
FilePickerDialog.gml be464c357a LibGUI: Add allowed file types to FilePicker 2 年 前
FileSystemModel.cpp c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 年 前
FileSystemModel.h 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes 2 年 前
FileTypeFilter.h 106ad6bb13 LibGUI: Add IPC encode and decode for FileTypeFilter 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 faa1a09042 LibGUI: Fix const-correctness issues 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 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2 年 前
GitCommitSyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 年 前
GlyphMapWidget.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2 年 前
GlyphMapWidget.h 804baa42f9 LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget 2 年 前
GroupBox.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper 2 年 前
GroupBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
HeaderView.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper 2 年 前
HeaderView.h 32642394a9 LibGUI: Programatically draw table header sorting arrows 2 年 前
INILexer.cpp ae6a84c261 LibGUI: Lex INI files as Utf8 2 年 前
INILexer.h ae6a84c261 LibGUI: Lex INI files as Utf8 2 年 前
INISyntaxHighlighter.cpp 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2 年 前
INISyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 年 前
Icon.cpp faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
Icon.h faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
IconView.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper 2 年 前
IconView.h dd607fc619 LibGUI: Invalidate IconView cache on font change 2 年 前
ImageWidget.cpp 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 年 前
ImageWidget.h 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 年 前
IncrementalSearchBanner.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 年 前
IncrementalSearchBanner.gml 741138c585 LibGUI: Add a prefix to `IncrementalSearchBanner`'s widgets name 2 年 前
IncrementalSearchBanner.h 8231bd9bc3 LibGUI: Add IncrementalSearchBanner 2 年 前
InputBox.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 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 cfac3be0b3 LibGUI: Resize Label on font changes 2 年 前
Label.h cfac3be0b3 LibGUI: Resize Label on font changes 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 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper 2 年 前
LinkLabel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
ListView.cpp 1097f3066e LibGUI: Open and increment ComboBox ListViews by exact steps 2 年 前
ListView.h 99f28cf4ac LibGUI: Remove calculated_min_size() for ListViews 2 年 前
Margins.h 309874b4fb LibGUI: Add horizontal and vertical totals to Margins 3 年 前
Menu.cpp a2d333ff4a LibGUI: Allow updating the names of menus and submenus 2 年 前
Menu.h a2d333ff4a LibGUI: Allow updating the names of menus and submenus 2 年 前
MenuItem.cpp a2d333ff4a LibGUI: Allow updating the names of menus and submenus 2 年 前
MenuItem.h a2d333ff4a LibGUI: Allow updating the names of menus and submenus 2 年 前
Menubar.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
Menubar.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 年 前
MessageBox.cpp c9404c3a63 LibGUI+Userland: Convert MessageBox to fallible construction 2 年 前
MessageBox.h c9404c3a63 LibGUI+Userland: Convert MessageBox to fallible construction 2 年 前
Model.cpp e76394d96c AK: Remove infallible version of StringBuilder::to_byte_buffer 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 560133a0c6 Everywhere: Remove unused DeprecatedString includes 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 ba8bd2e558 LibGUI: Do not attempt to close non-existent notifications 2 年 前
Notification.h faa1a09042 LibGUI: Fix const-correctness issues 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 c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 年 前
PathBreadcrumbbar.h f0c2dcdbac LibGUI: Add PathBreadcrumbbar 2 年 前
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models 3 年 前
PersistentModelIndex.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年 前
Process.cpp b3edd83e0a LibGUI: Allow passing working directory to spawn_or_show_error() 2 年 前
Process.h b3edd83e0a LibGUI: Allow passing working directory to spawn_or_show_error() 2 年 前
ProcessChooser.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 年 前
ProcessChooser.h 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 年 前
Progressbar.cpp ee5838084d LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro 2 年 前
Progressbar.h f1271c7860 LibGUI: Use calculated_preferred_size for Progressbar default size 2 年 前
RadioButton.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper 2 年 前
RadioButton.h fdcdc14fce LibGUI: Make RadioButton height adapt to the current font size 2 年 前
RegularEditingEngine.cpp 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 年 前
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 faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts 4 年 前
ScrollableContainerWidget.cpp faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
ScrollableContainerWidget.h faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
Scrollbar.cpp b79b70f197 LibGUI: Paint Scrollbar buttons with appropriate thread highlighting 2 年 前
Scrollbar.h d938b9effe LibGUI+Applications: Rename automatic scrolling timer functions 2 年 前
SeparatorWidget.cpp 64eb326f26 LibGUI: Give SeparatorWidget a minimum size 2 年 前
SeparatorWidget.h 64eb326f26 LibGUI: Give SeparatorWidget a minimum size 2 年 前
SettingsWindow.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 年 前
SettingsWindow.h 446c600d09 LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 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 c943ab823d LibGUI: Paint slider track shorter to ensure the knob covers it 2 年 前
Slider.h 6d79d932f9 LibGUI: Implement calculated sizes for Slider 2 年 前
SortingProxyModel.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
SortingProxyModel.h 14d78e10d1 LibGUI+CertificateSettings: Use custom SortingProxy 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 ee5838084d LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro 2 年 前
Statusbar.h 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年 前
SystemEffects.h 8904a61d71 LibGUI+WindowServer: Add a SystemEffects wrapper and helpers 2 年 前
TabWidget.cpp 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper 2 年 前
TabWidget.h 66402b0666 LibGUI+Userland: Port TabWidget set_tab_title to new string 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 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 年 前
TextDocument.h 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes 2 年 前
TextEditor.cpp 4b29702fee LibGUI: Add gutter indicators to TextEditor :^) 2 年 前
TextEditor.h 3e1626acdc Spreadsheet+LibSyntax: Never insert spans directly 2 年 前
TextPosition.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 年 前
TextRange.h 96cf9355b2 LibGUI: Add TextRange::line_count() 2 年 前
Toolbar.cpp 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 年 前
Toolbar.h 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes 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 508fb7e1e9 Userland: Use Font::pixel_size_rounded_up() in more places 2 年 前
Tray.h faa1a09042 LibGUI: Fix const-correctness issues 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 2fe4be40af LibGUI: Store correct address in TreeViewModel's ModelIndices 2 年 前
TreeViewModel.h 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年 前
UIDimensions.h 2fce19a451 LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr() 2 年 前
UndoStack.cpp 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes 2 年 前
UndoStack.h 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes 2 年 前
ValueSlider.cpp 0e4586dd3e LibGUI: Fix slightly wrong value slider knob position 2 年 前
ValueSlider.h caf6dd5680 LibGUI: Implement calculated sizes for ValueSlider 2 年 前
Variant.cpp 874c7bba28 LibCore: Remove `Stream.h` 2 年 前
Variant.h faa1a09042 LibGUI: Fix const-correctness issues 2 年 前
VimEditingEngine.cpp 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 年 前
VimEditingEngine.h 88bbbe12ba LibGUI: Remove declarations for non-existent methods 2 年 前
Widget.cpp 3805e4e3a9 LibGUI+HackStudio+PixelPaint: Port Widget title to the new String 2 年 前
Widget.h 3805e4e3a9 LibGUI+HackStudio+PixelPaint: Port Widget title to the new String 2 年 前
Window.cpp aa94b944de LibGUI: Allow Windows to auto shrink 2 年 前
Window.h aa94b944de LibGUI: Allow Windows to auto shrink 2 年 前
WindowMode.h 3027cf7e99 LibGUI+WindowServer: Remove InputPreemptor concept 2 年 前
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前