Sam Atkins a5ff6769f5 LibGUI: Make undo work for TextDocument ReplaceAllTextCommand 2 gadi atpakaļ
..
GML c1676cdddb Everywhere: Remove unused includes of AK/IterationDecision.h 2 gadi atpakaļ
Wizards 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 gadi atpakaļ
AboutDialog.cpp 0267d35258 LibGUI: Update the AboutDialog copyright year 2 gadi atpakaļ
AboutDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
AbstractButton.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
AbstractButton.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
AbstractScrollableWidget.cpp 33fd9ea5b3 LibGUI: Prevent "hide unnecessary scrollbars" from showing unwanted bars 2 gadi atpakaļ
AbstractScrollableWidget.h 70885a3dee LibGUI: Automatically scroll to a new column on adding it in ColumnsView 2 gadi atpakaļ
AbstractSlider.cpp 1d522e4b4c LibGUI: Add DoClamp option to AbstractSlider::set_value() 3 gadi atpakaļ
AbstractSlider.h 1d522e4b4c LibGUI: Add DoClamp option to AbstractSlider::set_value() 3 gadi atpakaļ
AbstractTableView.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
AbstractTableView.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
AbstractThemePreview.cpp ca7648b1ae LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::Stream 2 gadi atpakaļ
AbstractThemePreview.h ca7648b1ae LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::Stream 2 gadi atpakaļ
AbstractView.cpp a1726b1ba5 LibGfx: Avoid rounding/truncating glyph positions till blitting 2 gadi atpakaļ
AbstractView.h d938b9effe LibGUI+Applications: Rename automatic scrolling timer functions 2 gadi atpakaļ
AbstractZoomPanWidget.cpp 7b0adee487 LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size` 2 gadi atpakaļ
AbstractZoomPanWidget.h e011eafd37 Meta+Userland: Pass Gfx::FloatPoint by value 2 gadi atpakaļ
Action.cpp 49f5767789 LibGUI+WindowServer: Add "visible" state to GUI actions 2 gadi atpakaļ
Action.h 49f5767789 LibGUI+WindowServer: Add "visible" state to GUI actions 2 gadi atpakaļ
ActionGroup.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
ActionGroup.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 gadi atpakaļ
Application.cpp a8cf0c9371 LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2 gadi atpakaļ
Application.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
AutocompleteProvider.cpp 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 gadi atpakaļ
AutocompleteProvider.h b35293d945 LibCodeComprehension: Re-organize code comprehension related code 3 gadi atpakaļ
BoxLayout.cpp bfbaad9f41 LibGUI: Grow spacers after doing layout 3 gadi atpakaļ
BoxLayout.h d825c8ad18 LibGUI: Change preferred_size in Layout to new layout system 3 gadi atpakaļ
Breadcrumbbar.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float 2 gadi atpakaļ
Breadcrumbbar.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Button.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float 2 gadi atpakaļ
Button.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
CMakeLists.txt 8231bd9bc3 LibGUI: Add IncrementalSearchBanner 2 gadi atpakaļ
Calendar.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Calendar.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
CheckBox.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
CheckBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Clipboard.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Clipboard.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
ColorFilterer.h 032ca748c6 LibGUI: Add ColorFilterer class 2 gadi atpakaļ
ColorInput.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
ColorInput.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
ColorPicker.cpp 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 gadi atpakaļ
ColorPicker.h e647ad2ce3 LibGUI: Add OpacitySlider to ColorPicker dialog 2 gadi atpakaļ
ColumnsView.cpp 70885a3dee LibGUI: Automatically scroll to a new column on adding it in ColumnsView 2 gadi atpakaļ
ColumnsView.h 35e3df7f13 LibGUI: Teach ColumnsView where indexes are placed (and scroll to them) 2 gadi atpakaļ
ComboBox.cpp 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 gadi atpakaļ
ComboBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Command.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
CommandPalette.cpp 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 gadi atpakaļ
CommandPalette.h cd5210a87a LibGUI: Make Dialog::ScreenPosition an enum class 3 gadi atpakaļ
CommonActions.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
CommonLocationsProvider.cpp 41691a7fcb LibGUI: Make CommonLocationsProvider::load_from_json() failable 2 gadi atpakaļ
CommonLocationsProvider.h 41691a7fcb LibGUI: Make CommonLocationsProvider::load_from_json() failable 2 gadi atpakaļ
CommonMenus.cpp f31a56d086 LibGUI: Add CommonMenus 2 gadi atpakaļ
ConnectionToWindowManagerServer.cpp 27fae78335 Meta+Userland: Pass Gfx::IntSize by value 2 gadi atpakaļ
ConnectionToWindowManagerServer.h 27fae78335 Meta+Userland: Pass Gfx::IntSize by value 2 gadi atpakaļ
ConnectionToWindowServer.cpp 27fae78335 Meta+Userland: Pass Gfx::IntSize by value 2 gadi atpakaļ
ConnectionToWindowServer.h 27fae78335 Meta+Userland: Pass Gfx::IntSize by value 2 gadi atpakaļ
Desktop.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Desktop.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Dialog.cpp 5c923977b7 LibGUI: Always close() Dialogs no matter the execution result 2 gadi atpakaļ
Dialog.h 5b31a3dbc7 LibGUI: Allow more programmatic control over GUI::InputBox 2 gadi atpakaļ
DisplayLink.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 gadi atpakaļ
DisplayLink.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 gadi atpakaļ
DragOperation.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
DragOperation.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
EditingEngine.cpp 7b62e02bc3 LibGUI: Prevent key_down event from bubbling for Key_Up and Key_Down 2 gadi atpakaļ
EditingEngine.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
EmojiInputDialog.cpp f0395a2042 LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) 2 gadi atpakaļ
EmojiInputDialog.gml 2f6fd56631 LibGUI: Set EmojiInputDialog's FrameShape to "Window" 2 gadi atpakaļ
EmojiInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Event.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
Event.h 27fae78335 Meta+Userland: Pass Gfx::IntSize by value 2 gadi atpakaļ
FileIconProvider.cpp f96a3c002a Everywhere: Stop shoving things into ::std and mentioning them as such 2 gadi atpakaļ
FileIconProvider.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
FilePicker.cpp f0395a2042 LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) 2 gadi atpakaļ
FilePicker.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
FilePickerDialog.gml 1d6d074536 LibGUI: Use new layout system in FilePickerDialog 3 gadi atpakaļ
FileSystemModel.cpp 2693745336 LibThreading+Everywhere: Support returning error from `BackgroundAction` 2 gadi atpakaļ
FileSystemModel.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
FilteringProxyModel.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
FilteringProxyModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
FocusPolicy.h d621534511 LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment 3 gadi atpakaļ
FocusSource.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
FontPicker.cpp f0395a2042 LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) 2 gadi atpakaļ
FontPicker.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
FontPickerDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` 2 gadi atpakaļ
Forward.h 59028515c0 LibGUI: Split OpacitySlider into vertical and horizontal helper classes 2 gadi atpakaļ
Frame.cpp fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 gadi atpakaļ
Frame.h 27fae78335 Meta+Userland: Pass Gfx::IntSize by value 2 gadi atpakaļ
GitCommitLexer.cpp 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation 3 gadi atpakaļ
GitCommitLexer.h 8b39074078 Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere 3 gadi atpakaļ
GitCommitSyntaxHighlighter.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
GitCommitSyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 gadi atpakaļ
GlyphMapWidget.cpp 804baa42f9 LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget 2 gadi atpakaļ
GlyphMapWidget.h 804baa42f9 LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget 2 gadi atpakaļ
GroupBox.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float 2 gadi atpakaļ
GroupBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
HeaderView.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float 2 gadi atpakaļ
HeaderView.h 32642394a9 LibGUI: Programatically draw table header sorting arrows 3 gadi atpakaļ
INILexer.cpp ae6a84c261 LibGUI: Lex INI files as Utf8 2 gadi atpakaļ
INILexer.h ae6a84c261 LibGUI: Lex INI files as Utf8 2 gadi atpakaļ
INISyntaxHighlighter.cpp fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 gadi atpakaļ
INISyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 gadi atpakaļ
Icon.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Icon.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
IconView.cpp 7b0adee487 LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size` 2 gadi atpakaļ
IconView.h d938b9effe LibGUI+Applications: Rename automatic scrolling timer functions 2 gadi atpakaļ
ImageWidget.cpp 652f87821b Userland: Replace remaining Core::Timer::construct()s with try_create() 2 gadi atpakaļ
ImageWidget.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
IncrementalSearchBanner.cpp f0395a2042 LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) 2 gadi atpakaļ
IncrementalSearchBanner.gml 741138c585 LibGUI: Add a prefix to `IncrementalSearchBanner`'s widgets name 2 gadi atpakaļ
IncrementalSearchBanner.h 8231bd9bc3 LibGUI: Add IncrementalSearchBanner 2 gadi atpakaļ
InputBox.cpp 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 gadi atpakaļ
InputBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
ItemListModel.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
JsonArrayModel.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
JsonArrayModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Label.cpp 3332ce01ce LibGUI: Simplify GUI::Label preferred height calculation 2 gadi atpakaļ
Label.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Layout.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
Layout.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 gadi atpakaļ
LazyWidget.cpp e6fe66594e LibGUI: Register LazyWidget 3 gadi atpakaļ
LazyWidget.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 gadi atpakaļ
LinkLabel.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float 2 gadi atpakaļ
LinkLabel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
ListView.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
ListView.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
Margins.h 309874b4fb LibGUI: Add horizontal and vertical totals to Margins 3 gadi atpakaļ
Menu.cpp 49f5767789 LibGUI+WindowServer: Add "visible" state to GUI actions 2 gadi atpakaļ
Menu.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
MenuItem.cpp 49f5767789 LibGUI+WindowServer: Add "visible" state to GUI actions 2 gadi atpakaļ
MenuItem.h 49f5767789 LibGUI+WindowServer: Add "visible" state to GUI actions 2 gadi atpakaļ
Menubar.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Menubar.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
MessageBox.cpp 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 gadi atpakaļ
MessageBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Model.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
Model.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
ModelEditingDelegate.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
ModelIndex.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
ModelIndex.h 4296425bd8 Everywhere: Remove redundant inequality comparison operators 2 gadi atpakaļ
ModelRole.h 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 4 gadi atpakaļ
ModelSelection.cpp a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference 3 gadi atpakaļ
ModelSelection.h a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference 3 gadi atpakaļ
MouseTracker.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
MouseTracker.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
MultiView.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 gadi atpakaļ
MultiView.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
Notification.cpp 7af5eef0dd SystemServer+LoginServer+Userland: Switch to sid-based sockets 2 gadi atpakaļ
Notification.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
OpacitySlider.cpp 9b50d74df2 LibGUI: Fix wrong copyright header email for recent OpacitySlider change 2 gadi atpakaļ
OpacitySlider.h f828bf6479 LibGUI: Add base color to OpacitySlider 2 gadi atpakaļ
Painter.cpp 381dcca2f6 Revert "LibGfx: Add directional floating-point scaling to Painter" 4 gadi atpakaļ
Painter.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
PasswordInputDialog.cpp f0395a2042 LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) 2 gadi atpakaļ
PasswordInputDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` 2 gadi atpakaļ
PasswordInputDialog.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models 4 gadi atpakaļ
PersistentModelIndex.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 gadi atpakaļ
Process.cpp 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 gadi atpakaļ
Process.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
ProcessChooser.cpp 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 gadi atpakaļ
ProcessChooser.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Progressbar.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
Progressbar.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
RadioButton.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float 2 gadi atpakaļ
RadioButton.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
RegularEditingEngine.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
RegularEditingEngine.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
ResizeCorner.cpp 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots 2 gadi atpakaļ
ResizeCorner.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 gadi atpakaļ
ResizeDirection.h 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots 2 gadi atpakaļ
RunningProcessesModel.cpp 8940f2da7f LibCore: Use `Core::Stream` for `ProcessStatisticsReader` 2 gadi atpakaļ
RunningProcessesModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts 4 gadi atpakaļ
ScrollableContainerWidget.cpp 703da34947 LibGUI: Create an alias for Widget UnregisteredChildHandler 2 gadi atpakaļ
ScrollableContainerWidget.h 703da34947 LibGUI: Create an alias for Widget UnregisteredChildHandler 2 gadi atpakaļ
Scrollbar.cpp 7b0adee487 LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size` 2 gadi atpakaļ
Scrollbar.h d938b9effe LibGUI+Applications: Rename automatic scrolling timer functions 2 gadi atpakaļ
SeparatorWidget.cpp fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 gadi atpakaļ
SeparatorWidget.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 gadi atpakaļ
SettingsWindow.cpp 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 gadi atpakaļ
SettingsWindow.h 27a1798dd9 LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tab 2 gadi atpakaļ
Shortcut.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
Shortcut.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
Slider.cpp a2ca2d8364 LibGUI: Register "jump_to_cursor" as a GML property 2 gadi atpakaļ
Slider.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 gadi atpakaļ
SortingProxyModel.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
SortingProxyModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
SpinBox.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
SpinBox.h abaecb878b LibGUI: Add on_return_pressed function to SpinBox 3 gadi atpakaļ
Splitter.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
Splitter.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
StackWidget.cpp cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget 2 gadi atpakaļ
StackWidget.h cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget 2 gadi atpakaļ
Statusbar.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Statusbar.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
SystemEffects.h 8904a61d71 LibGUI+WindowServer: Add a SystemEffects wrapper and helpers 3 gadi atpakaļ
TabWidget.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float 2 gadi atpakaļ
TabWidget.h 61789de11d LibGUI: Add GUI::TabWidget::add_tab() that takes a constructed tab 2 gadi atpakaļ
TableView.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
TableView.h 2612d23032 LibGUI: Implement rubber band selection in table view 2 gadi atpakaļ
TextBox.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
TextBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
TextDocument.cpp a5ff6769f5 LibGUI: Make undo work for TextDocument ReplaceAllTextCommand 2 gadi atpakaļ
TextDocument.h a5ff6769f5 LibGUI: Make undo work for TextDocument ReplaceAllTextCommand 2 gadi atpakaļ
TextEditor.cpp a8cf0c9371 LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2 gadi atpakaļ
TextEditor.h 95df712c2e HackStudio: Hide autocomplete popup when switching tabs 2 gadi atpakaļ
TextPosition.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
TextRange.h 0bcfbdb072 LibGUI: Explicitly default initialize class members 3 gadi atpakaļ
Toolbar.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
Toolbar.h eefe6e35ac LibGUI: Add option to move Toolbar items to overflow menu in groups 2 gadi atpakaļ
ToolbarContainer.cpp a4eeb6f9eb LibGUI: ToolbarContainer account for frame width 3 gadi atpakaļ
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
Tray.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
Tray.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
TreeView.cpp 3407ab0fd1 LibGfx: Make Font::width() return a float 2 gadi atpakaļ
TreeView.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
TreeViewModel.cpp 5bb38296b1 LibGUI: Add TreeViewModel as a simpler interface for building TreeViews 3 gadi atpakaļ
TreeViewModel.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
UIDimensions.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
UndoStack.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
UndoStack.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
ValueSlider.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
ValueSlider.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 gadi atpakaļ
Variant.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
Variant.h 7b0adee487 LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size` 2 gadi atpakaļ
VimEditingEngine.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 gadi atpakaļ
VimEditingEngine.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
Widget.cpp f0395a2042 LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) 2 gadi atpakaļ
Widget.h f0395a2042 LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) 2 gadi atpakaļ
Window.cpp c7ab6daf26 LibGUI: Stop duplicating mouse events of cursor tracking widget 2 gadi atpakaļ
Window.h 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 gadi atpakaļ
WindowMode.h 3027cf7e99 LibGUI+WindowServer: Remove InputPreemptor concept 2 gadi atpakaļ
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ