Andreas Kling a396bb0c0b LibGfx: Remove indexed palette formats from Bitmap and Painter 1 год назад
..
GML ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
Wizards b4e134cb52 Userland: Use non-fallible `EventReceiver::add()` where possible 1 год назад
AboutDialog.cpp 3aa49f268c Userland: Make `Window::set_main_widget()` non-fallible 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 03a54a519a Userland: Port remaining calls to Widget::set_tooltip_deprecated() 1 год назад
Action.h 16defb4806 LibGUI: Parse ampersand string for tooltips only in GUI::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 a3ddba4191 Userland: Port GUI::Application::show_tooltip() to String 1 год назад
Application.h a3ddba4191 Userland: Port GUI::Application::show_tooltip() to String 1 год назад
AutocompleteProvider.cpp 3aa49f268c Userland: Make `Window::set_main_widget()` non-fallible 1 год назад
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 3944c39b3a LibGUI: Port tooltip in Breadcrumbbar to String 1 год назад
Breadcrumbbar.h 3944c39b3a LibGUI: Port tooltip in Breadcrumbbar to String 1 год назад
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 a396bb0c0b LibGfx: Remove indexed palette formats from Bitmap and Painter 1 год назад
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 3aa49f268c Userland: Make `Window::set_main_widget()` non-fallible 1 год назад
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 3aa49f268c Userland: Make `Window::set_main_widget()` non-fallible 1 год назад
ComboBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 лет назад
Command.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 лет назад
CommandPalette.cpp 3aa49f268c Userland: Make `Window::set_main_widget()` non-fallible 1 год назад
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 9ce2682ce6 Userland: Port lists of mime types to String 1 год назад
ConnectionToWindowServer.h 9ce2682ce6 Userland: Port lists of mime types to String 1 год назад
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 2f35348104 Userland: Store MIME keys as String in Core::MimeData 1 год назад
DragOperation.h 2f35348104 Userland: Store MIME keys as String in Core::MimeData 1 год назад
EditingEngine.cpp c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 лет назад
EditingEngine.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 лет назад
EmojiInputDialog.cpp ed3e729d4e Userland: Use nondeprecated set_tooltip for static and formatted strings 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 9ce2682ce6 Userland: Port lists of mime types to String 1 год назад
FileIconProvider.cpp d6571f54d8 LibCore: Make MappedFile a Stream 1 год назад
FileIconProvider.h c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 лет назад
FilePicker.cpp 3aa49f268c Userland: Make `Window::set_main_widget()` non-fallible 1 год назад
FilePicker.h 3f35ffb648 Userland: Prefer `_string` over `_short_string` 2 лет назад
FilePickerDialog.gml be464c357a LibGUI: Add allowed file types to FilePicker 2 лет назад
FileSystemModel.cpp debb4edcc8 LibGUI: Update model every 100ms when generating thumbmnails 1 год назад
FileSystemModel.h debb4edcc8 LibGUI: Update model every 100ms when generating thumbmnails 1 год назад
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 3aa49f268c Userland: Make `Window::set_main_widget()` non-fallible 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 b4e134cb52 Userland: Use non-fallible `EventReceiver::add()` where possible 1 год назад
InputBox.h ca8918f310 LibGUI: Add a numeric input type to InputBox 2 лет назад
ItemListModel.h f570a0f0b8 LibGUI: Remove `ItemListModel::try_create()` 1 год назад
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 46a97844c7 Applications: Stop calling set_tooltip_deprecated when we do have String 1 год назад
LinkLabel.h a6f6a1afd2 Userland: Prefer non-fallible construction for LibGUI objects 1 год назад
ListView.cpp 1097f3066e LibGUI: Open and increment ComboBox ListViews by exact steps 2 лет назад
ListView.h baf2121636 LibGUI: Add more customization options to ListView 1 год назад
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 b4e134cb52 Userland: Use non-fallible `EventReceiver::add()` where possible 1 год назад
MessageBox.h fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration 2 лет назад
Model.cpp 9ce2682ce6 Userland: Port lists of mime types to String 1 год назад
Model.h 9ce2682ce6 Userland: Port lists of mime types to String 1 год назад
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 3aa49f268c Userland: Make `Window::set_main_widget()` non-fallible 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 3944c39b3a LibGUI: Port tooltip in Breadcrumbbar to String 1 год назад
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 3aa49f268c Userland: Make `Window::set_main_widget()` non-fallible 1 год назад
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 b4e134cb52 Userland: Use non-fallible `EventReceiver::add()` where possible 1 год назад
SettingsWindow.h dc71ac4d2f LibGUI: Remove `TabWidget::try_add_tab()` 1 год назад
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 9ce2682ce6 Userland: Port lists of mime types to String 1 год назад
SortingProxyModel.h 9ce2682ce6 Userland: Port lists of mime types to String 1 год назад
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 3930702bd2 LibGUI: Make `Statusbar::set_segment_count()` public 1 год назад
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 499f459f0b HackStudio+LibGUI: Make fallible `TabWidget::add_tab()` non-fallible 1 год назад
TableView.cpp 361e29cfc9 LibGUI: Don't enter TableView edit mode when a control key is pressed 1 год назад
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 ed3e729d4e Userland: Use nondeprecated set_tooltip for static and formatted strings 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 1f2ab4ebfc LibGUI: Remove unused Widget::(set_)tooltip_deprecated() 1 год назад
Widget.h 1f2ab4ebfc LibGUI: Remove unused Widget::(set_)tooltip_deprecated() 1 год назад
Window.cpp a396bb0c0b LibGfx: Remove indexed palette formats from Bitmap and Painter 1 год назад
Window.h 24aa43f3fd LibGUI: Use floating rect when saving window state on exit 1 год назад
WindowMode.h 3027cf7e99 LibGUI+WindowServer: Remove InputPreemptor concept 2 лет назад
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад