Abhishek Raturi e63cf3b94a HackStudio: Highlight all the occurances of selected text in editor пре 2 година
..
GML d1645efde9 Meta+Userland: Allow generating C++ initializer code from GML пре 2 година
Wizards 58e482a06d LibGUI: Remove Layout::try_add_spacer() пре 1 година
AboutDialog.cpp c838bb3f21 LibGUI: Make AboutDialog APIs infallible пре 1 година
AboutDialog.gml 65c8dfe923 LibGUI: Convert AboutDialog layout to GML пре 2 година
AboutDialog.h c838bb3f21 LibGUI: Make AboutDialog APIs infallible пре 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 ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver пре 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 d978dd4af8 LibGUI: Add deprecated suffix to {set_,}tooltip in Widget пре 1 година
Action.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver пре 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 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 1e67435ff5 Meta: Rename compile_gml to stringify_gml пре 2 година
Calendar.cpp 0742cb0818 Calendar: Use proper tile information when painting tiles after January пре 1 година
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() пре 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 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 c838bb3f21 LibGUI: Make AboutDialog APIs infallible пре 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 пре 1 година
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 :) пре 1 година
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 02d94a303c Base+Userland: Apply Human Interface Guidelines to Object text пре 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 405187993a LibGUI+LibCore: Move GML property system from LibCore to LibGUI пре 2 година
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 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes пре 2 година
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 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 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() пре 1 година
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 пре 1 година
Layout.h b679094529 LibGUI: Remove remaining fallible Layout APIs пре 1 година
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 пре 1 година
Menu.h 94cd272ac0 LibGUI: Make CommonMenus::make_accessibility_menu() infallible пре 1 година
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() пре 1 година
Menubar.h 5300896095 LibGUI: Remove Menubar::try_add_menu() пре 1 година
MessageBox.cpp 58e482a06d LibGUI: Remove Layout::try_add_spacer() пре 1 година
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 ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver пре 2 година
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 4c9933bfb7 LibGUI: Remove Label icons and replace instances with ImageWidget пре 2 година
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>() пре 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 58e482a06d LibGUI: Remove Layout::try_add_spacer() пре 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 58e482a06d LibGUI: Remove Layout::try_add_spacer() пре 1 година
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 1d7d194062 LibGUI: Use `set_text()` for `ReplaceAllTextCommand` пре 2 година
TextDocument.h 1d7d194062 LibGUI: Use `set_text()` for `ReplaceAllTextCommand` пре 2 година
TextEditor.cpp e63cf3b94a HackStudio: Highlight all the occurances of selected text in editor пре 1 година
TextEditor.h e63cf3b94a HackStudio: Highlight all the occurances of selected text in editor пре 1 година
TextPosition.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes пре 2 година
TextRange.h 96cf9355b2 LibGUI: Add TextRange::line_count() пре 2 година
Toolbar.cpp d978dd4af8 LibGUI: Add deprecated suffix to {set_,}tooltip in Widget пре 1 година
Toolbar.h 57f3b18109 LibGUI+Userland: Remove Toolbar::try_add_{action,separator}() пре 1 година
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 e2dbce8fd7 LibGUI: Allow generating C++ "constructor" code for UIDimension пре 2 година
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 174d6f1f51 LibGUI: Replace DeprecatedString usage in Widget пре 1 година
Widget.h 174d6f1f51 LibGUI: Replace DeprecatedString usage in Widget пре 1 година
Window.cpp bd61e75e0b LibGUI: Remove Window::try_add_menu() пре 1 година
Window.h bd61e75e0b LibGUI: Remove Window::try_add_menu() пре 1 година
WindowMode.h 3027cf7e99 LibGUI+WindowServer: Remove InputPreemptor concept пре 2 година
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година