Dawid Wolosowicz aeffd9024e LibGUI: Remove barely used AbstractView::is_highlighting_searching() 3 سال پیش
..
Wizards e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
AboutDialog.cpp eb6f9d469a AboutDialog: Accept a version string 3 سال پیش
AboutDialog.h eb6f9d469a AboutDialog: Accept a version string 3 سال پیش
AbstractButton.cpp 46d4ef5e11 LibGUI: Redraw button on Key_{Return,Space} up event 4 سال پیش
AbstractButton.h 4c9c85ac01 Userland: Make TextWrapping::Wrap opt-in 4 سال پیش
AbstractScrollableWidget.cpp f7de453716 LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cpp 4 سال پیش
AbstractScrollableWidget.h d47f15ab8b LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 4 سال پیش
AbstractSlider.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 سال پیش
AbstractSlider.h 07ad64da8c LibGUI: Add ValueSlider widget 4 سال پیش
AbstractTableView.cpp ab2719fd53 LibGUI: Let the table view tell HeaderView about the min. section size 4 سال پیش
AbstractTableView.h ab2719fd53 LibGUI: Let the table view tell HeaderView about the min. section size 4 سال پیش
AbstractView.cpp aeffd9024e LibGUI: Remove barely used AbstractView::is_highlighting_searching() 3 سال پیش
AbstractView.h aeffd9024e LibGUI: Remove barely used AbstractView::is_highlighting_searching() 3 سال پیش
Action.cpp d8fd4eee9b LibGUI: Move common action definitions to CommonActions.cpp 4 سال پیش
Action.h 886e011608 LibGUI: Add Rename action 4 سال پیش
ActionGroup.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
ActionGroup.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Application.cpp d46c3896c6 LibGUI: Add show_tooltip_immediately() 4 سال پیش
Application.h d46c3896c6 LibGUI: Add show_tooltip_immediately() 4 سال پیش
AutocompleteProvider.cpp 16ac3bbfd7 LibGUI+Applications: Rename Model::is_valid to is_within_range 4 سال پیش
AutocompleteProvider.h c003c3c76d CppLanguageServer+LibGUI: Autocomplete #include paths 4 سال پیش
BoxLayout.cpp 07e3934f01 LibGUI: Distribute remaining pixels in BoxLayout to fill the entire area 4 سال پیش
BoxLayout.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Breadcrumbbar.cpp e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) 3 سال پیش
Breadcrumbbar.h 71f345bbb8 LibGUI: Adjust BreadcrumbButtons width on resize 3 سال پیش
Button.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 سال پیش
Button.h 0ee7991dca LibGUI: Tweak GUI::Button::on_context_menu_event hook signature 4 سال پیش
CMakeLists.txt 45126655cd LibGUI+WindowServer: Introduce new mouse tracking mechanism 3 سال پیش
Calendar.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 سال پیش
Calendar.h 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers 4 سال پیش
CheckBox.cpp 4c9c85ac01 Userland: Make TextWrapping::Wrap opt-in 4 سال پیش
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Clipboard.cpp 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 سال پیش
Clipboard.h 0c53c2dfa2 LibGUI: Add a ClipboardClient for GUI::Clipboard 4 سال پیش
ColorInput.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
ColorInput.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
ColorPicker.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
ColorPicker.h 7ac196974d Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> 4 سال پیش
ColumnsView.cpp 0583f75926 LibGUI: Dynamically resize editing content rect in IconView 3 سال پیش
ColumnsView.h df96380121 LibGUI: Tighten paint invalidation rects in item views :^) 4 سال پیش
ComboBox.cpp 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 سال پیش
ComboBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Command.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Command.h 0bfbee4596 LibGUI: Make Command::action_text() virtual 4 سال پیش
CommonActions.cpp d8fd4eee9b LibGUI: Move common action definitions to CommonActions.cpp 4 سال پیش
CommonLocationsProvider.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 سال پیش
CommonLocationsProvider.h 91c210c39a LibGUI: Make common locations configurable 4 سال پیش
Desktop.cpp d276657f85 LibGUI/Desktop: Use LibConfig instead of Core::ConfigFile 3 سال پیش
Desktop.h b8f3441300 LibGUI: Add callback for screen rect change to Desktop.h 4 سال پیش
Dialog.cpp 84ee95c346 LibGUI: Allow to specify position on screen for Dialog window 4 سال پیش
Dialog.h 84ee95c346 LibGUI: Allow to specify position on screen for Dialog window 4 سال پیش
DisplayLink.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 سال پیش
DisplayLink.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
DragOperation.cpp c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 سال پیش
DragOperation.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
EditingEngine.cpp 9a4c1c019a LibGUI: Make Ctrl+Shift+Right select text 4 سال پیش
EditingEngine.h a7e7f62d08 VimEditingEngine: Operate on real lines rather than wrapped ones 4 سال پیش
EmojiInputDialog.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
EmojiInputDialog.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Event.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Event.h 9df79a77da WindowServer: Add message to notify clients of applet area resize 3 سال پیش
FileIconProvider.cpp ac055554f6 LibGUI: Reduce amount we init for FileIconProvider::filetype_image_icon 4 سال پیش
FileIconProvider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
FilePicker.cpp 848c4fc43d LibGUI: Show an error message box in the FilePicker on no permissions 3 سال پیش
FilePicker.h ba119029dd LibGUI: Allow to specify FilePicker window position 4 سال پیش
FilePickerDialog.gml e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
FileSystemModel.cpp 887ab3cc9a LibGUI: Rename FileSystemModel's "Owner" column to "User" 3 سال پیش
FileSystemModel.h 887ab3cc9a LibGUI: Rename FileSystemModel's "Owner" column to "User" 3 سال پیش
FilteringProxyModel.cpp ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 سال پیش
FilteringProxyModel.h ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 سال پیش
FocusSource.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
FontPicker.cpp ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 سال پیش
FontPicker.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
FontPickerDialog.gml c9196995be LibGUI: Allow arbitrary font size in FontPicker 4 سال پیش
FontPickerWeightModel.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Forward.h 9df79a77da WindowServer: Add message to notify clients of applet area resize 3 سال پیش
Frame.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
Frame.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
GMLAutocompleteProvider.cpp 2b5566d7cc LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI 4 سال پیش
GMLAutocompleteProvider.h 2b5566d7cc LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI 4 سال پیش
GMLFormatter.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 سال پیش
GMLFormatter.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 سال پیش
GMLLexer.cpp cb5a50d3f7 LibGUI: Fix off-by-one error in Lexer tokens 4 سال پیش
GMLLexer.h cb5a50d3f7 LibGUI: Fix off-by-one error in Lexer tokens 4 سال پیش
GMLParser.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 سال پیش
GMLParser.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
GMLSyntaxHighlighter.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 سال پیش
GMLSyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters 4 سال پیش
GroupBox.cpp 3652ab8b2a LibGUI: Tweak GUI::GroupBox title text position 4 سال پیش
GroupBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
HeaderView.cpp ab2719fd53 LibGUI: Let the table view tell HeaderView about the min. section size 4 سال پیش
HeaderView.h 3f5eb6446b LibGUI: Make HeaderView act only on the visible sections 4 سال پیش
INILexer.cpp cb5a50d3f7 LibGUI: Fix off-by-one error in Lexer tokens 4 سال پیش
INILexer.h cb5a50d3f7 LibGUI: Fix off-by-one error in Lexer tokens 4 سال پیش
INISyntaxHighlighter.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 سال پیش
INISyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters 4 سال پیش
Icon.cpp c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 سال پیش
Icon.h b91c49364d AK: Rename adopt() to adopt_ref() 4 سال پیش
IconView.cpp 0583f75926 LibGUI: Dynamically resize editing content rect in IconView 3 سال پیش
IconView.h 0583f75926 LibGUI: Dynamically resize editing content rect in IconView 3 سال پیش
ImageWidget.cpp 751cb094ff LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 4 سال پیش
ImageWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
InputBox.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
InputBox.h 81c183e06a LibGUI: Add InputType enum to allow creating a password InputBox dialog 4 سال پیش
ItemListModel.h c2a89cac4e LibGUI: Make ItemListModel searchable 3 سال پیش
JsonArrayModel.cpp ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 سال پیش
JsonArrayModel.h ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 سال پیش
Label.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 سال پیش
Label.h 667124dc22 LibGUI: Do not wrap text in statusbar segments 4 سال پیش
Layout.cpp 46a7e1b372 LibGUI: Make a macro for registering a GUI::Margins object property 4 سال پیش
Layout.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
LazyWidget.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
LazyWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
LinkLabel.cpp c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 سال پیش
LinkLabel.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
ListView.cpp 4bad2bf100 LibGUI: Reuse draw_item_text function in ListView 3 سال پیش
ListView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Margins.h e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
Menu.cpp 611370e7dc LibGUI, WindowServer: Greatly simplify menubar logic 4 سال پیش
Menu.h 611370e7dc LibGUI, WindowServer: Greatly simplify menubar logic 4 سال پیش
MenuItem.cpp a8a899adbf WindowServer+LibGUI: Make much of menu construction asynchronous 4 سال پیش
MenuItem.h bfd2ec88f4 LibGUI: Make Action::set_text() update any associated menu items 4 سال پیش
Menubar.h 611370e7dc LibGUI, WindowServer: Greatly simplify menubar logic 4 سال پیش
MessageBox.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
MessageBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Model.cpp 7ba321c91b LibGUI: Implement granular operations for Model subclasses 4 سال پیش
Model.h 7ba321c91b LibGUI: Implement granular operations for Model subclasses 4 سال پیش
ModelEditingDelegate.h 0583f75926 LibGUI: Dynamically resize editing content rect in IconView 3 سال پیش
ModelIndex.cpp 7a4445a1fe LibGUI/TreeView: Select parent on collapse 4 سال پیش
ModelIndex.h d73116e5d5 LibGUI: Implement persistent indices for models 4 سال پیش
ModelRole.h 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 4 سال پیش
ModelSelection.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 سال پیش
ModelSelection.h 3d4afe7614 Everywhere: "indexes" => "indices" 4 سال پیش
MouseTracker.cpp 45126655cd LibGUI+WindowServer: Introduce new mouse tracking mechanism 3 سال پیش
MouseTracker.h 45126655cd LibGUI+WindowServer: Introduce new mouse tracking mechanism 3 سال پیش
MultiView.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
MultiView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Notification.cpp ac650d2362 Userland: Remove dummy IPC methods 4 سال پیش
Notification.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
OpacitySlider.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
OpacitySlider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
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 1f51b72e6d LibGUI: Add a simple GUI::PasswordInputDialog 4 سال پیش
PasswordInputDialog.gml e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
PasswordInputDialog.h 1f51b72e6d LibGUI: Add a simple GUI::PasswordInputDialog 4 سال پیش
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models 4 سال پیش
PersistentModelIndex.h d73116e5d5 LibGUI: Implement persistent indices for models 4 سال پیش
ProcessChooser.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
ProcessChooser.h 99dfab08c9 LibGUI: Correctly call update() in ProcessChooser 4 سال پیش
Progressbar.cpp 8d5eb075d8 LibGUI: Convert StringBuilder::appendf() => AK::Format 4 سال پیش
Progressbar.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
RadioButton.cpp 4c9c85ac01 Userland: Make TextWrapping::Wrap opt-in 4 سال پیش
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
RegularEditingEngine.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
RegularEditingEngine.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
ResizeCorner.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 سال پیش
ResizeCorner.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
RunningProcessesModel.cpp 7e77a2ec40 Everywhere: Improve CPU usage calculation 4 سال پیش
RunningProcessesModel.h ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 سال پیش
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts 4 سال پیش
ScrollableContainerWidget.cpp eed6ce8b8b Profiler: Fix scrolling behavior 4 سال پیش
ScrollableContainerWidget.h 18d344609f LibGUI: Add ScrollableContainerWidget :^) 4 سال پیش
Scrollbar.cpp 03b6f8e7fd LibGUI: Don't draw Scrollbar scrubber when scrubber rect is null 3 سال پیش
Scrollbar.h 0c1d1d97d5 LibGUI: Remove unused Scrollbar::{de,in}crement_gutter_rect() 4 سال پیش
SeparatorWidget.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
SeparatorWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Shortcut.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Shortcut.h b05078b610 LibGUI: Add a new constructor to Action 4 سال پیش
Slider.cpp 43a800a838 LibGUI: Set correct value on click with set jump_to_cursor() in Slider 3 سال پیش
Slider.h dabbe4ee27 LibGUI: Add track_margin() to Sliders 3 سال پیش
SortingProxyModel.cpp 219206725b LibGUI: Always resize the mapping rows when sorting 4 سال پیش
SortingProxyModel.h ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 سال پیش
SpinBox.cpp 93e45588e5 LibGUI:: Style Combo and SpinBox buttons as ThickCaps 3 سال پیش
SpinBox.h 99e7ad4b76 LibGUI: Allow bypassing hook when setting SpinBox range 4 سال پیش
Splitter.cpp f4a318ee2d LibGUI: Only repaint grabbable part of Splitter when hovered/unhovered 4 سال پیش
Splitter.h 89272e810a LibGUI: Have GUI::Splitter track all grabbable areas 4 سال پیش
StackWidget.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 سال پیش
StackWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Statusbar.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
Statusbar.h ee1a4a06e0 LibGUI: Allow specifying GUI::Statusbar segment count in GML 4 سال پیش
TabWidget.cpp 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 سال پیش
TabWidget.h 8a0d465fbc LibGUI: Allow TabWidget to remove all tabs except one 4 سال پیش
TableView.cpp 16ac3bbfd7 LibGUI+Applications: Rename Model::is_valid to is_within_range 4 سال پیش
TableView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
TextBox.cpp 34a64ed25b LibGUI+Browser: Add UrlBox class 4 سال پیش
TextBox.h 34a64ed25b LibGUI+Browser: Add UrlBox class 4 سال پیش
TextDocument.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 سال پیش
TextDocument.h 808e5e813f LibGUI: Add Ctrl-W to insert mode 4 سال پیش
TextEditor.cpp 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 سال پیش
TextEditor.h 34a64ed25b LibGUI+Browser: Add UrlBox class 4 سال پیش
TextPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
TextRange.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
Toolbar.cpp 5daf7bd2ef LibGUI: Make GUI::Toolbar::add_action() return the toolbar button 4 سال پیش
Toolbar.h 5daf7bd2ef LibGUI: Make GUI::Toolbar::add_action() return the toolbar button 4 سال پیش
ToolbarContainer.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 سال پیش
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
TreeView.cpp 309a20c014 LibGUI: Draw a focus rect over the row when sel. behavior is SelectRows 4 سال پیش
TreeView.h 1408aa1295 LibGUI: Do not allow tree column to shrink beyond indent and icon 4 سال پیش
UndoStack.cpp 964249a5b0 LibGUI: Fixes modified indicator behavior after saving 3 سال پیش
UndoStack.h c670d8c56d LibGUI: Add UndoStack::{undo,redo}_action_text() 4 سال پیش
ValueSlider.cpp 07ad64da8c LibGUI: Add ValueSlider widget 4 سال پیش
ValueSlider.h 07ad64da8c LibGUI: Add ValueSlider widget 4 سال پیش
Variant.cpp 759d6df87d LibGUI: Add Gfx::ColorRole to Variant 3 سال پیش
Variant.h 759d6df87d LibGUI: Add Gfx::ColorRole to Variant 3 سال پیش
VimEditingEngine.cpp 6ad427993a Everywhere: Behaviour => Behavior 3 سال پیش
VimEditingEngine.h 7b7548ce9d VimEditingEngine: Allow repeats for dd, yy and x 4 سال پیش
Widget.cpp c6e56612f5 LibGUI+WindowServer: Remove now-obsolete cursor tracking feature 3 سال پیش
Widget.h c6e56612f5 LibGUI+WindowServer: Remove now-obsolete cursor tracking feature 3 سال پیش
Window.cpp c6e56612f5 LibGUI+WindowServer: Remove now-obsolete cursor tracking feature 3 سال پیش
Window.h c6e56612f5 LibGUI+WindowServer: Remove now-obsolete cursor tracking feature 3 سال پیش
WindowManagerServerConnection.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 سال پیش
WindowManagerServerConnection.h 7984c2836d WindowServer: Add API to change virtual desktop settings 4 سال پیش
WindowServerConnection.cpp 45126655cd LibGUI+WindowServer: Introduce new mouse tracking mechanism 3 سال پیش
WindowServerConnection.h 45126655cd LibGUI+WindowServer: Introduce new mouse tracking mechanism 3 سال پیش
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش