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