Tim Ledbetter ccab5ddf9b LibGUI+Applications: Use String in `make_about_action()` 1 год назад
..
GML ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
Wizards 13db3c5ce0 LibGfx: Convert FontDatabase APIs to use FlyString 1 год назад
AboutDialog.cpp ccab5ddf9b LibGUI+Applications: Use String in `make_about_action()` 1 год назад
AboutDialog.gml 65c8dfe923 LibGUI: Convert AboutDialog layout to GML 2 лет назад
AboutDialog.h ccab5ddf9b LibGUI+Applications: Use String in `make_about_action()` 1 год назад
AbstractButton.cpp 858e55b653 LibCore: Add new REGISTER_STRING_PROPERTY macro 2 лет назад
AbstractButton.h 8f717927f2 LibGUI: Add Button double-click callback 2 лет назад
AbstractScrollableWidget.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 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 ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 лет назад
AbstractTableView.h 4c349165f2 LibGUI: Add a callback when the visible columns of a TableView change 2 лет назад
AbstractThemePreview.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
AbstractThemePreview.h faa1a09042 LibGUI: Fix const-correctness issues 2 лет назад
AbstractView.cpp 258af88b29 LibGUI: Fix search highlighting so that it matches the search query 1 год назад
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 d978dd4af8 LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 1 год назад
Action.h ccab5ddf9b LibGUI+Applications: Use String in `make_about_action()` 1 год назад
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 ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 лет назад
Application.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 лет назад
AutocompleteProvider.cpp 34344120f2 AK: Make "foo"_string infallible 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 d978dd4af8 LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 1 год назад
Breadcrumbbar.h 5b77346f53 LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path 2 лет назад
Button.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
Button.h 479e67212a LibGUI: Implement calculated_min_size() for DialogButton 2 лет назад
CMakeLists.txt ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
Calendar.cpp 0742cb0818 Calendar: Use proper tile information when painting tiles after January 2 лет назад
Calendar.h 1b5b1e4153 Calendar: Implement saving, loading, and displaying of calendars 2 лет назад
CheckBox.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
CheckBox.h ee001cc417 LibGUI: Make CheckBox height adapt to the current font size 2 лет назад
Clipboard.cpp 592e6c89a5 LibGUI: Avoid unnecessary copies of clipboard metadata 2 лет назад
Clipboard.h 07c6cebbab Applets/ClipboardHistory: Add persistent storage 2 лет назад
ColorFilterer.h 032ca748c6 LibGUI: Add ColorFilterer class 2 лет назад
ColorInput.cpp 825c9eaeb1 LibGUI: Make `GUI::ColorPicker` interactive 2 лет назад
ColorInput.h 02d94a303c Base+Userland: Apply Human Interface Guidelines to Object text 2 лет назад
ColorPicker.cpp 58e482a06d LibGUI: Remove Layout::try_add_spacer() 2 лет назад
ColorPicker.h 825c9eaeb1 LibGUI: Make `GUI::ColorPicker` interactive 2 лет назад
ColumnsView.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
ColumnsView.h 35e3df7f13 LibGUI: Teach ColumnsView where indexes are placed (and scroll to them) 2 лет назад
ComboBox.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
ComboBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 лет назад
Command.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 лет назад
CommandPalette.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 лет назад
CommandPalette.h cd5210a87a LibGUI: Make Dialog::ScreenPosition an enum class 3 лет назад
CommonActions.cpp ccab5ddf9b LibGUI+Applications: Use String in `make_about_action()` 1 год назад
CommonLocationsProvider.cpp 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 2 лет назад
CommonLocationsProvider.h 41691a7fcb LibGUI: Make CommonLocationsProvider::load_from_json() failable 2 лет назад
CommonMenus.cpp 94cd272ac0 LibGUI: Make CommonMenus::make_accessibility_menu() infallible 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 c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 лет назад
Dialog.cpp f76d24c2ec LibGUI: Simplify Dialog::ScreenPosition and allow Dialogs to opt out 2 лет назад
Dialog.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 лет назад
DisplayLink.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 лет назад
DisplayLink.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 лет назад
DragOperation.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 лет назад
DragOperation.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 лет назад
EditingEngine.cpp c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 лет назад
EditingEngine.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 лет назад
EmojiInputDialog.cpp d978dd4af8 LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 1 год назад
EmojiInputDialog.gml f7e034d4b2 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 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 4291288a31 LibGfx: Remove `ImageDecoderPlugin::initialize()` 2 лет назад
FileIconProvider.h c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 лет назад
FilePicker.cpp 3f35ffb648 Userland: Prefer `_string` over `_short_string` 2 лет назад
FilePicker.h 3f35ffb648 Userland: Prefer `_string` over `_short_string` 2 лет назад
FilePickerDialog.gml be464c357a LibGUI: Add allowed file types to FilePicker 2 лет назад
FileSystemModel.cpp 3f35ffb648 Userland: Prefer `_string` over `_short_string` 2 лет назад
FileSystemModel.h f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() 2 лет назад
FileTypeFilter.h fda5590313 LibGfx/ILBM: Add an IFF-ILBM decoder :) 2 лет назад
FilteringProxyModel.cpp f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() 2 лет назад
FilteringProxyModel.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 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 13db3c5ce0 LibGfx: Convert FontDatabase APIs to use FlyString 1 год назад
FontPicker.h 13db3c5ce0 LibGfx: Convert FontDatabase APIs to use FlyString 1 год назад
FontPickerDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` 2 лет назад
Forward.h ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
Frame.cpp af8cd477b4 LibGUI: Always paint vertical lines for Frames in unmaximized windows 2 лет назад
Frame.h f7e034d4b2 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2 лет назад
GitCommitLexer.cpp 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation 3 лет назад
GitCommitLexer.h 8b39074078 Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere 3 лет назад
GitCommitSyntaxHighlighter.cpp ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
GitCommitSyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 лет назад
GlyphMapWidget.cpp aaf60053f1 LibGUI: Use ColorRole::DisabledText when AbstractView is disabled 2 лет назад
GlyphMapWidget.h 0ad5e85163 LibGUI+Applications: Let GlyphMapWidget initialize a null Font 2 лет назад
GroupBox.cpp 4d0d0a99b4 LibGUI: Fix bad title alignment in GroupBox 2 лет назад
GroupBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 лет назад
HeaderView.cpp f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() 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 ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
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 f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
IconView.h dd607fc619 LibGUI: Invalidate IconView cache on font change 2 лет назад
ImageWidget.cpp e7921cfe14 LibGfx: Add first_animated_frame_index method to ImageDecoder 2 лет назад
ImageWidget.h 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 лет назад
IncrementalSearchBanner.cpp 3f35ffb648 Userland: Prefer `_string` over `_short_string` 2 лет назад
IncrementalSearchBanner.gml 741138c585 LibGUI: Add a prefix to `IncrementalSearchBanner`'s widgets name 2 лет назад
IncrementalSearchBanner.h 8231bd9bc3 LibGUI: Add IncrementalSearchBanner 2 лет назад
InputBox.cpp 58e482a06d LibGUI: Remove Layout::try_add_spacer() 2 лет назад
InputBox.h ca8918f310 LibGUI: Add a numeric input type to InputBox 2 лет назад
ItemListModel.h 3f35ffb648 Userland: Prefer `_string` over `_short_string` 2 лет назад
JsonArrayModel.cpp 582c55a1c8 AK: Have `JsonArray::set()` change values instead of inserting values 2 лет назад
JsonArrayModel.h f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() 2 лет назад
Label.cpp f7e034d4b2 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2 лет назад
Label.h 4c9933bfb7 LibGUI: Remove Label icons and replace instances with ImageWidget 2 лет назад
Layout.cpp b679094529 LibGUI: Remove remaining fallible Layout APIs 2 лет назад
Layout.h b679094529 LibGUI: Remove remaining fallible Layout APIs 2 лет назад
LazyWidget.cpp e6fe66594e LibGUI: Register LazyWidget 3 лет назад
LazyWidget.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
LinkLabel.cpp d978dd4af8 LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 1 год назад
LinkLabel.h b17d4a0ced LibGUI: Propagate construction errors in LinkLabel 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 ea0ab87b88 LibGUI: Allow creating margins from arrays 2 лет назад
Menu.cpp 676ef0cc3d LibGUI: Make Menu::add_recent_files_list() infallible 2 лет назад
Menu.h 94cd272ac0 LibGUI: Make CommonMenus::make_accessibility_menu() infallible 2 лет назад
MenuItem.cpp c4c1df7621 LibGUI: Store Menu names as new String 2 лет назад
MenuItem.h a2d333ff4a LibGUI: Allow updating the names of menus and submenus 2 лет назад
Menubar.cpp 5300896095 LibGUI: Remove Menubar::try_add_menu() 2 лет назад
Menubar.h 5300896095 LibGUI: Remove Menubar::try_add_menu() 2 лет назад
MessageBox.cpp 58e482a06d LibGUI: Remove Layout::try_add_spacer() 2 лет назад
MessageBox.h fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration 2 лет назад
Model.cpp e76394d96c AK: Remove infallible version of StringBuilder::to_byte_buffer 2 лет назад
Model.h f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() 2 лет назад
ModelEditingDelegate.h f7e034d4b2 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 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 02d94a303c Base+Userland: Apply Human Interface Guidelines to Object text 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 a7c770268f Userland: Migrate to String in notification system 1 год назад
Object.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 лет назад
Object.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 лет назад
OpacitySlider.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 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 6808b52c1b LibGUI: Use default button in PasswordInputDialog 1 год назад
PasswordInputDialog.gml 4c9933bfb7 LibGUI: Remove Label icons and replace instances with ImageWidget 2 лет назад
PasswordInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 лет назад
PathBreadcrumbbar.cpp 8322b31b97 LibGUI: Remove Widget::try_set_layout<T>() 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 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 58e482a06d LibGUI: Remove Layout::try_add_spacer() 2 лет назад
ProcessChooser.h 3f35ffb648 Userland: Prefer `_string` over `_short_string` 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 лет назад
Property.cpp 405187993a LibGUI+LibCore: Move GML property system from LibCore to LibGUI 2 лет назад
Property.h 405187993a LibGUI+LibCore: Move GML property system from LibCore to LibGUI 2 лет назад
RadioButton.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
RadioButton.h fdcdc14fce LibGUI: Make RadioButton height adapt to the current font size 2 лет назад
RangeSlider.cpp 69650a5812 LibGUI: Add new RangeSlider widget 2 лет назад
RangeSlider.h 69650a5812 LibGUI: Add new RangeSlider widget 2 лет назад
RegularEditingEngine.cpp 201890e109 LibGUI: Don't call `on_escape_pressed` from EditingEngines 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 3f35ffb648 Userland: Prefer `_string` over `_short_string` 2 лет назад
RunningProcessesModel.h f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() 2 лет назад
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts 4 лет назад
ScrollableContainerWidget.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 лет назад
ScrollableContainerWidget.h faa1a09042 LibGUI: Fix const-correctness issues 2 лет назад
Scrollbar.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
Scrollbar.h d938b9effe LibGUI+Applications: Rename automatic scrolling timer functions 2 лет назад
SeparatorWidget.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
SeparatorWidget.h 64eb326f26 LibGUI: Give SeparatorWidget a minimum size 2 лет назад
SettingsWindow.cpp 58e482a06d LibGUI: Remove Layout::try_add_spacer() 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 f7e034d4b2 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2 лет назад
Slider.h 6d79d932f9 LibGUI: Implement calculated sizes for Slider 2 лет назад
SortingProxyModel.cpp f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() 2 лет назад
SortingProxyModel.h f33824d2e9 LibGUI+Userland: Propagate errors in Model::column_name() 2 лет назад
SpinBox.cpp ec29d3abae LibGUI: Allow setting and clearing text in SpinBox 2 лет назад
SpinBox.h ec29d3abae LibGUI: Allow setting and clearing text in SpinBox 2 лет назад
Splitter.cpp 1ea24c38b4 LibGUI: Fix typo in Splitter's resizee Getter/Setter 2 лет назад
Splitter.h 1ea24c38b4 LibGUI: Fix typo in Splitter's resizee Getter/Setter 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 92ff12a0d0 LibGUI+Userland: Port StatusBar::set_override_text() to String 2 лет назад
Statusbar.h 92ff12a0d0 LibGUI+Userland: Port StatusBar::set_override_text() to String 2 лет назад
SystemEffects.h 8904a61d71 LibGUI+WindowServer: Add a SystemEffects wrapper and helpers 3 лет назад
TabWidget.cpp dfde972baf LibGUI: Fix crooked close button on active tabs in the TabWidget 2 лет назад
TabWidget.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 лет назад
TableView.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
TableView.h 2612d23032 LibGUI: Implement rubber band selection in table view 2 лет назад
TextBox.cpp c25485700a AK: Port URL scheme from DeprecatedString to String 2 лет назад
TextBox.h cb96c892cc LibGUI: Add highlighting to `UrlBox` 2 лет назад
TextDocument.cpp ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
TextDocument.h ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
TextEditor.cpp 7d588db6c8 HackStudio: Change the collection_index for highlight selected text 1 год назад
TextEditor.h ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
TextPosition.h ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
TextRange.h ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
Toolbar.cpp d978dd4af8 LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 1 год назад
Toolbar.h 57f3b18109 LibGUI+Userland: Remove Toolbar::try_add_{action,separator}() 2 лет назад
ToolbarContainer.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
Tray.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
Tray.h faa1a09042 LibGUI: Fix const-correctness issues 2 лет назад
TreeView.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 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 c74f7e5f2a Userland: Don't use `String::from_utf8()` for literal strings 1 год назад
UndoStack.cpp fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration 2 лет назад
UndoStack.h fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration 2 лет назад
ValueSlider.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 лет назад
ValueSlider.h caf6dd5680 LibGUI: Implement calculated sizes for ValueSlider 2 лет назад
Variant.cpp 36ff6187f6 Everywhere: Change spelling of 'behaviour' to 'behavior' 2 лет назад
Variant.h faa1a09042 LibGUI: Fix const-correctness issues 2 лет назад
VimEditingEngine.cpp 201890e109 LibGUI: Don't call `on_escape_pressed` from EditingEngines 2 лет назад
VimEditingEngine.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 лет назад
Widget.cpp 13db3c5ce0 LibGfx: Convert FontDatabase APIs to use FlyString 1 год назад
Widget.h 174d6f1f51 LibGUI: Replace DeprecatedString usage in Widget 1 год назад
Window.cpp 613557a535 LibGUI: Add window remember state that loads and saves from config 1 год назад
Window.h 613557a535 LibGUI: Add window remember state that loads and saves from config 1 год назад
WindowMode.h 3027cf7e99 LibGUI+WindowServer: Remove InputPreemptor concept 2 лет назад
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад