Andrew Kaster c8cfd6661a Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer vor 3 Jahren
..
Wizards e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor vor 4 Jahren
AboutDialog.cpp 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
AboutDialog.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
AbstractButton.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary vor 3 Jahren
AbstractButton.h 34844dd547 LibGUI: Refine AbstractButton pressing behaviour vor 3 Jahren
AbstractScrollableWidget.cpp d53e1fa1fa Everywhere: Use 'increase_slider_by()' method from AbstractSlider vor 3 Jahren
AbstractScrollableWidget.h dab7ec190e LibGUI: Margins for AbstractScrollableWidget vor 3 Jahren
AbstractSlider.cpp 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere vor 3 Jahren
AbstractSlider.h 8b8f404146 LibGUI: Add movement methods to AbstractSlider vor 3 Jahren
AbstractTableView.cpp 452150c632 LibGUI: Bring entire cell into view after auto scroll into view vor 3 Jahren
AbstractTableView.h 452150c632 LibGUI: Bring entire cell into view after auto scroll into view vor 3 Jahren
AbstractView.cpp d53e1fa1fa Everywhere: Use 'increase_slider_by()' method from AbstractSlider vor 3 Jahren
AbstractView.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
Action.cpp d8fd4eee9b LibGUI: Move common action definitions to CommonActions.cpp vor 4 Jahren
Action.h 578318ca0f Browser: Use CommonActions where possible and various fixes vor 3 Jahren
ActionGroup.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
ActionGroup.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
Application.cpp 24ea6a8ce7 LibGUI: Add GUI::Application::in_teardown() vor 3 Jahren
Application.h a0ef655451 LibGUI: Let Application constructor accept in Main::Arguments vor 3 Jahren
AutocompleteProvider.cpp 221a32577e LibGUI: Support applying AutocompleteBox suggestions with mouse vor 3 Jahren
AutocompleteProvider.h d5baf1c1fa LibGUI: Allow autocomplete to stay open after applying vor 3 Jahren
BoxLayout.cpp 70e5a77794 LibGUI: Consider content_margins for BoxLayout vor 3 Jahren
BoxLayout.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors vor 3 Jahren
Breadcrumbbar.cpp e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) vor 3 Jahren
Breadcrumbbar.h 71f345bbb8 LibGUI: Adjust BreadcrumbButtons width on resize vor 3 Jahren
Button.cpp ff49285a02 LibGUI: Adjust focus rect for Buttons with icons vor 3 Jahren
Button.h 0ee7991dca LibGUI: Tweak GUI::Button::on_context_menu_event hook signature vor 4 Jahren
CMakeLists.txt bc79be362d LibGUI: Add GUI::Menubar::try_add_menu() vor 3 Jahren
Calendar.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" vor 4 Jahren
Calendar.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors vor 3 Jahren
CheckBox.cpp 4c9c85ac01 Userland: Make TextWrapping::Wrap opt-in vor 4 Jahren
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
Clipboard.cpp 768915bbcd LibGUI: Make clipboard bitmap parsing more robust vor 3 Jahren
Clipboard.h f22c0ffe0c LibGUI+Everywhere: Make sync requests to Clipboard server more obvious vor 3 Jahren
ColorInput.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary vor 3 Jahren
ColorInput.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
ColorPicker.cpp b46ea5158d WindowsServer+LibGUI: Avoid getting color under cursor outside screen vor 3 Jahren
ColorPicker.h 253eb5c6d7 ColorPicker: Add ability to select a color on the screen vor 3 Jahren
ColumnsView.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary vor 3 Jahren
ColumnsView.h df96380121 LibGUI: Tighten paint invalidation rects in item views :^) vor 4 Jahren
ComboBox.cpp 298a6b9937 LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled vor 3 Jahren
ComboBox.h 298a6b9937 LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled vor 3 Jahren
Command.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
Command.h 0bfbee4596 LibGUI: Make Command::action_text() virtual vor 4 Jahren
CommonActions.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() vor 3 Jahren
CommonLocationsProvider.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) vor 3 Jahren
CommonLocationsProvider.h 9d2e06b039 LibGUI: Add missing headers vor 3 Jahren
Desktop.cpp d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" vor 3 Jahren
Desktop.h d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" vor 3 Jahren
Dialog.cpp 84ee95c346 LibGUI: Allow to specify position on screen for Dialog window vor 4 Jahren
Dialog.h 84ee95c346 LibGUI: Allow to specify position on screen for Dialog window vor 4 Jahren
DisplayLink.cpp 8623cec0d7 LibGUI: Remove unused header includes vor 4 Jahren
DisplayLink.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
DragOperation.cpp 6e255b262f LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer() vor 3 Jahren
DragOperation.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
EditingEngine.cpp 3647001c93 LibGUI: Don't update selection twice after Ctrl-Right vor 3 Jahren
EditingEngine.h fa94978a7e LibGUI: Add EngineType to EditingEngine classes vor 3 Jahren
EmojiInputDialog.cpp 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
EmojiInputDialog.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
Event.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
Event.h d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" vor 3 Jahren
FileIconProvider.cpp 13acf603d8 LibGUI: Avoid unnecessary copies in FileIconProvider vor 3 Jahren
FileIconProvider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
FilePicker.cpp f6633a1026 LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr vor 3 Jahren
FilePicker.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
FilePickerDialog.gml c1576aca11 LibGUI: Use the new GUI::Tray widget in GUI::FilePicker vor 3 Jahren
FileSystemModel.cpp d2024f04bd Userland: Cast unused BackgroundAction::construct() results to void vor 3 Jahren
FileSystemModel.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
FilteringProxyModel.cpp 8fb52c6962 LibGUI: Make FilteringProxyModel reference-count its parent model vor 3 Jahren
FilteringProxyModel.h 8fb52c6962 LibGUI: Make FilteringProxyModel reference-count its parent model vor 3 Jahren
FocusPolicy.h d621534511 LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment vor 3 Jahren
FocusSource.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
FontPicker.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() vor 3 Jahren
FontPicker.h 4d2f349710 LibGUI: Categorize font families by variant instead of weight vor 3 Jahren
FontPickerDialog.gml 4d2f349710 LibGUI: Categorize font families by variant instead of weight vor 3 Jahren
Forward.h 9d2e06b039 LibGUI: Add missing headers vor 3 Jahren
Frame.cpp 8249ea792e LibGUI+FileManager: Clarify Widget margins name vor 3 Jahren
Frame.h 6964c2a2db LibGUI: Implement content margins for Frame vor 3 Jahren
GMLAutocompleteProvider.cpp 82d7934959 LibGUI: ScrollableContainerWidget GML autocomplete vor 3 Jahren
GMLAutocompleteProvider.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
GMLFormatter.cpp 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
GMLFormatter.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
GMLLexer.cpp 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
GMLLexer.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
GMLParser.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) vor 3 Jahren
GMLParser.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
GMLSyntaxHighlighter.cpp 8623cec0d7 LibGUI: Remove unused header includes vor 4 Jahren
GMLSyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters vor 4 Jahren
GroupBox.cpp 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
GroupBox.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
HeaderView.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary vor 3 Jahren
HeaderView.h 3f5eb6446b LibGUI: Make HeaderView act only on the visible sections vor 4 Jahren
INILexer.cpp 1f7e363b74 LibGUI: Use consistent naming scheme in INILexer vor 3 Jahren
INILexer.h 1f7e363b74 LibGUI: Use consistent naming scheme in INILexer vor 3 Jahren
INISyntaxHighlighter.cpp cd92b73845 LibGUI: Convert INISyntaxHighlighter to east-const vor 3 Jahren
INISyntaxHighlighter.h cd92b73845 LibGUI: Convert INISyntaxHighlighter to east-const vor 3 Jahren
Icon.cpp 186de9fe4d LibGUI: Make GUI::try_create_default_icon() tolerate single-size icons vor 3 Jahren
Icon.h 61fed26400 LibGUI: Add ErrorOr wrapper for default icon creation vor 3 Jahren
IconView.cpp c8cfd6661a Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer vor 3 Jahren
IconView.h c8cfd6661a Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer vor 3 Jahren
ImageWidget.cpp 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore vor 3 Jahren
ImageWidget.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
InputBox.cpp 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
InputBox.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
ItemListModel.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
JsonArrayModel.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) vor 3 Jahren
JsonArrayModel.h ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() vor 4 Jahren
Label.cpp 8623cec0d7 LibGUI: Remove unused header includes vor 4 Jahren
Label.h 667124dc22 LibGUI: Do not wrap text in statusbar segments vor 4 Jahren
Layout.cpp 56c4f0aff5 LibGUI: Add fallible variants of the GUI::Layout add/insert APIs vor 3 Jahren
Layout.h 56c4f0aff5 LibGUI: Add fallible variants of the GUI::Layout add/insert APIs vor 3 Jahren
LazyWidget.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
LazyWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
LinkLabel.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() vor 3 Jahren
LinkLabel.h 9bf6d51aec LibGUI: Make links only clickable where the text is vor 3 Jahren
ListView.cpp 4bad2bf100 LibGUI: Reuse draw_item_text function in ListView vor 3 Jahren
ListView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
Margins.h a08685b9a4 LibGUI: Add utility functions to Margins vor 3 Jahren
Menu.cpp a18631c5e7 LibGUI: Add GUI::Menu::try_add_submenu() vor 3 Jahren
Menu.h a18631c5e7 LibGUI: Add GUI::Menu::try_add_submenu() vor 3 Jahren
MenuItem.cpp a8a899adbf WindowServer+LibGUI: Make much of menu construction asynchronous vor 4 Jahren
MenuItem.h 9d2e06b039 LibGUI: Add missing headers vor 3 Jahren
Menubar.cpp bc79be362d LibGUI: Add GUI::Menubar::try_add_menu() vor 3 Jahren
Menubar.h bc79be362d LibGUI: Add GUI::Menubar::try_add_menu() vor 3 Jahren
MessageBox.cpp 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
MessageBox.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
Model.cpp 484b9c1ba3 LibGUI: West Const to East Const refactor vor 3 Jahren
Model.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
ModelEditingDelegate.h 0583f75926 LibGUI: Dynamically resize editing content rect in IconView vor 3 Jahren
ModelIndex.cpp 7a4445a1fe LibGUI/TreeView: Select parent on collapse vor 4 Jahren
ModelIndex.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> vor 3 Jahren
ModelRole.h 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) vor 4 Jahren
ModelSelection.cpp 8623cec0d7 LibGUI: Remove unused header includes vor 4 Jahren
ModelSelection.h 3d4afe7614 Everywhere: "indexes" => "indices" vor 4 Jahren
MouseTracker.cpp 45126655cd LibGUI+WindowServer: Introduce new mouse tracking mechanism vor 3 Jahren
MouseTracker.h 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList vor 3 Jahren
MultiView.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() vor 3 Jahren
MultiView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
Notification.cpp ac650d2362 Userland: Remove dummy IPC methods vor 4 Jahren
Notification.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
OpacitySlider.cpp 086615535f Everywhere: Use 'decrease_slider_by()' method from AbstractSlider vor 3 Jahren
OpacitySlider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
Painter.cpp 381dcca2f6 Revert "LibGfx: Add directional floating-point scaling to Painter" vor 4 Jahren
Painter.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
PasswordInputDialog.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() vor 3 Jahren
PasswordInputDialog.gml e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor vor 4 Jahren
PasswordInputDialog.h 1f51b72e6d LibGUI: Add a simple GUI::PasswordInputDialog vor 4 Jahren
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models vor 4 Jahren
PersistentModelIndex.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> vor 3 Jahren
ProcessChooser.cpp f6633a1026 LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr vor 3 Jahren
ProcessChooser.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
Progressbar.cpp 8d5eb075d8 LibGUI: Convert StringBuilder::appendf() => AK::Format vor 4 Jahren
Progressbar.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
RadioButton.cpp d91732f959 LibGUI: Mark GUI::RadioButton as "checkable" vor 3 Jahren
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
RegularEditingEngine.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
RegularEditingEngine.h fa94978a7e LibGUI: Add EngineType to EditingEngine classes vor 3 Jahren
ResizeCorner.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary vor 3 Jahren
ResizeCorner.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
RunningProcessesModel.cpp 7e77a2ec40 Everywhere: Improve CPU usage calculation vor 4 Jahren
RunningProcessesModel.h ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() vor 4 Jahren
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts vor 4 Jahren
ScrollableContainerWidget.cpp 54f459e020 LibGUI: AbstractScrollableWidget GML/JSON vor 3 Jahren
ScrollableContainerWidget.h 54f459e020 LibGUI: AbstractScrollableWidget GML/JSON vor 3 Jahren
Scrollbar.cpp 8d1fb299b1 LibGUI+LibWeb: Use 'decrease_slider_by_steps()' method vor 3 Jahren
Scrollbar.h 86363ffe6e LibGUI: Add visual clue to Scrollbar gutter vor 3 Jahren
SeparatorWidget.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
SeparatorWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
SettingsWindow.cpp d95e50643e LibGUI: Cast unused smart-pointer return values to void vor 3 Jahren
SettingsWindow.h 60c132d7d3 LibGUI: Move GUI::SettingsWindow setup out of the constructor vor 3 Jahren
Shortcut.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
Shortcut.h a7364eef3c LibGUI: Use default instead of an empty constructor/destructor vor 3 Jahren
Slider.cpp 173a84a2ef LibGUI+SoundPlayer: Use 'decrease_slider_by_page_steps()' method vor 3 Jahren
Slider.h dabbe4ee27 LibGUI: Add track_margin() to Sliders vor 3 Jahren
SortingProxyModel.cpp 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
SortingProxyModel.h f6633a1026 LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr vor 3 Jahren
SpinBox.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() vor 3 Jahren
SpinBox.h 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere vor 3 Jahren
Splitter.cpp 8249ea792e LibGUI+FileManager: Clarify Widget margins name vor 3 Jahren
Splitter.h 8249ea792e LibGUI+FileManager: Clarify Widget margins name vor 3 Jahren
StackWidget.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> vor 4 Jahren
StackWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
Statusbar.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor vor 4 Jahren
Statusbar.h ee1a4a06e0 LibGUI: Allow specifying GUI::Statusbar segment count in GML vor 4 Jahren
TabWidget.cpp 0cfe446d3f LibGUI: Allow double clicking on tabwidgets vor 3 Jahren
TabWidget.h 0cfe446d3f LibGUI: Allow double clicking on tabwidgets vor 3 Jahren
TableView.cpp 16ac3bbfd7 LibGUI+Applications: Rename Model::is_valid to is_within_range vor 4 Jahren
TableView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
TextBox.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary vor 3 Jahren
TextBox.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors vor 3 Jahren
TextDocument.cpp d95e50643e LibGUI: Cast unused smart-pointer return values to void vor 3 Jahren
TextDocument.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
TextEditor.cpp 9d74659f3b LibGUI: Fix leading whitespaces when text is wrapped vor 3 Jahren
TextEditor.h 22e80bae29 LibGUI: Change delete key handling from action to keydown_event vor 3 Jahren
TextPosition.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> vor 3 Jahren
TextRange.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> vor 3 Jahren
Toolbar.cpp d95e50643e LibGUI: Cast unused smart-pointer return values to void vor 3 Jahren
Toolbar.h e623e73f63 LibGUI: Add GUI::Toolbar::try_add_separator() vor 3 Jahren
ToolbarContainer.cpp a4eeb6f9eb LibGUI: ToolbarContainer account for frame width vor 3 Jahren
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
Tray.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary vor 3 Jahren
Tray.h ae2579d8b5 LibGUI: Add a GUI::Tray widget for the FilePicker common locations vor 3 Jahren
TreeView.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() vor 3 Jahren
TreeView.h 1408aa1295 LibGUI: Do not allow tree column to shrink beyond indent and icon vor 4 Jahren
UndoStack.cpp d95e50643e LibGUI: Cast unused smart-pointer return values to void vor 3 Jahren
UndoStack.h c670d8c56d LibGUI: Add UndoStack::{undo,redo}_action_text() vor 4 Jahren
ValueSlider.cpp 086615535f Everywhere: Use 'decrease_slider_by()' method from AbstractSlider vor 3 Jahren
ValueSlider.h 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere vor 3 Jahren
Variant.cpp 35dac843b4 Theming: Add alignment section vor 3 Jahren
Variant.h 35dac843b4 Theming: Add alignment section vor 3 Jahren
VimEditingEngine.cpp dbd40e4c2a LibGUI: Implement vim motions for LeftBrace and RightBrace vor 3 Jahren
VimEditingEngine.h fa94978a7e LibGUI: Add EngineType to EditingEngine classes vor 3 Jahren
Widget.cpp 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
Widget.h 6b79745aa4 LibGUI: Add GUI::Widget::try_set_layout<T>(...) vor 3 Jahren
Window.cpp bde9c2bc65 LibGUI: Add GUI::Window::try_add_menu() vor 3 Jahren
Window.h dc47fce2d9 LibGUI: Add GUI::Window::try_set_main_widget<T>(...) vor 3 Jahren
WindowManagerServerConnection.cpp d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" vor 3 Jahren
WindowManagerServerConnection.h d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" vor 3 Jahren
WindowServerConnection.cpp d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" vor 3 Jahren
WindowServerConnection.h 45126655cd LibGUI+WindowServer: Introduce new mouse tracking mechanism vor 3 Jahren
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren