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