Itamar 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
..
GML 4c451422c3 gml-format+Playground: Print GML parsing error on formatting failure 3 年 前
Wizards 96895cd22c Everywhere: Fully qualify font names by including their slope 3 年 前
AboutDialog.cpp 2cfd7cbeda LibGUI: Update the AboutDialog copyright year :^) 3 年 前
AboutDialog.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年 前
AbstractButton.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年 前
AbstractButton.h 34844dd547 LibGUI: Refine AbstractButton pressing behaviour 3 年 前
AbstractScrollableWidget.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 年 前
AbstractScrollableWidget.h dab7ec190e LibGUI: Margins for AbstractScrollableWidget 3 年 前
AbstractSlider.cpp 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 年 前
AbstractSlider.h 8b8f404146 LibGUI: Add movement methods to AbstractSlider 3 年 前
AbstractTableView.cpp be07892fea LibGUI: Account for hidden headers in content size calculation 3 年 前
AbstractTableView.h b67d4ab52f LibGUI: Allow falling back to default paint behavior in delegate 3 年 前
AbstractView.cpp cab032f1ee LibGfx+LibGUI: Support multi code point emojis in text painting :^) 3 年 前
AbstractView.h bb23377b48 LibGUI: Let AbstractViews be activated programmatically 3 年 前
AbstractZoomPanWidget.cpp 5c763e9832 LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidget 3 年 前
AbstractZoomPanWidget.h 5c763e9832 LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidget 3 年 前
Action.cpp d6ea6c39a7 AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull 3 年 前
Action.h 4af973fec6 LibGUI: Add Menu column to CommandPalette :^) 3 年 前
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 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
Application.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
AutocompleteProvider.cpp 221a32577e LibGUI: Support applying AutocompleteBox suggestions with mouse 3 年 前
AutocompleteProvider.h a54d0cc805 LibGUI+HackStudio: Add TokenInfo struct for language-server IPC 3 年 前
BoxLayout.cpp 70e5a77794 LibGUI: Consider content_margins for BoxLayout 3 年 前
BoxLayout.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 年 前
Breadcrumbbar.cpp 4dc23c9b24 LibGUI: Allow breadcrumbbar segment activation using the keyboard 3 年 前
Breadcrumbbar.h 71f345bbb8 LibGUI: Adjust BreadcrumbButtons width on resize 3 年 前
Button.cpp 988c6fea19 LibGUI: Prefer to pop-up Tray Button menus from the top right 3 年 前
Button.h f77ac3a73c LibGUI: Allow Buttons to set themselves as default 3 年 前
CMakeLists.txt 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
Calendar.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 年 前
Calendar.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 年 前
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 d88da82e28 Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 3 年 前
Clipboard.h f22c0ffe0c LibGUI+Everywhere: Make sync requests to Clipboard server more obvious 3 年 前
ColorInput.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年 前
ColorInput.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
ColorPicker.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
ColorPicker.h 253eb5c6d7 ColorPicker: Add ability to select a color on the screen 3 年 前
ColumnsView.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年 前
ColumnsView.h df96380121 LibGUI: Tighten paint invalidation rects in item views :^) 4 年 前
ComboBox.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 年 前
ComboBox.h 298a6b9937 LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled 3 年 前
Command.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
Command.h 0bfbee4596 LibGUI: Make Command::action_text() virtual 4 年 前
CommandPalette.cpp f457e43885 Assistant+CommandPalette: Use FrameShape::Window for main widgets 3 年 前
CommandPalette.h 3c3c2334fa LibGUI: Alphabetize the available entries in CommandPalette 3 年 前
CommonActions.cpp d6ea6c39a7 AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull 3 年 前
CommonLocationsProvider.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 年 前
CommonLocationsProvider.h 9d2e06b039 LibGUI: Add missing headers 3 年 前
ConnectionToWindowMangerServer.cpp af132fdbd1 Userland: Rename WindowManagerServerConnection 3 年 前
ConnectionToWindowMangerServer.h af132fdbd1 Userland: Rename WindowManagerServerConnection 3 年 前
ConnectionToWindowServer.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
ConnectionToWindowServer.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
Desktop.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
Desktop.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
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 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
DisplayLink.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
DragOperation.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
DragOperation.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
EditingEngine.cpp 3647001c93 LibGUI: Don't update selection twice after Ctrl-Right 3 年 前
EditingEngine.h fa94978a7e LibGUI: Add EngineType to EditingEngine classes 3 年 前
EmojiInputDialog.cpp 2c1252b92e LibGUI/EmojiInputDialog: Skip multi code point emojis for now 3 年 前
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 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
FileIconProvider.cpp 8260135d4d LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods 3 年 前
FileIconProvider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
FilePicker.cpp d375904978 Base+LibGUI: Add unique "Save As" icon 3 年 前
FilePicker.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年 前
FilePickerDialog.gml c8ab45e79f Userland: Run gml-format 3 年 前
FileSystemModel.cpp a0ba21e442 LibGUI: Print error when failing to load thumbnail in FileSystemModel 3 年 前
FileSystemModel.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年 前
FilteringProxyModel.cpp e0b60d56a5 LibGUI: Make FilteringProxyModel::data() support multi-column data 3 年 前
FilteringProxyModel.h 8fb52c6962 LibGUI: Make FilteringProxyModel reference-count its parent model 3 年 前
FocusPolicy.h d621534511 LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment 3 年 前
FocusSource.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
FontPicker.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 年 前
FontPicker.h 4d2f349710 LibGUI: Categorize font families by variant instead of weight 3 年 前
FontPickerDialog.gml c8ab45e79f Userland: Run gml-format 3 年 前
Forward.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
Frame.cpp bb4963a697 LibGfx+LibGUI: Add FrameShape::Window 3 年 前
Frame.h 6964c2a2db LibGUI: Implement content margins for Frame 3 年 前
GitCommitLexer.cpp 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation 3 年 前
GitCommitLexer.h 8b39074078 Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere 3 年 前
GitCommitSyntaxHighlighter.cpp 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation 3 年 前
GitCommitSyntaxHighlighter.h 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation 3 年 前
GlyphMapWidget.cpp 170afc2f47 LibGUI: Allow GlyphMapWidget to filter by code point ranges 3 年 前
GlyphMapWidget.h 170afc2f47 LibGUI: Allow GlyphMapWidget to filter by code point ranges 3 年 前
GroupBox.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 年 前
GroupBox.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年 前
HeaderView.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年 前
HeaderView.h 3f5eb6446b LibGUI: Make HeaderView act only on the visible sections 4 年 前
INILexer.cpp 1f7e363b74 LibGUI: Use consistent naming scheme in INILexer 3 年 前
INILexer.h 8b39074078 Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere 3 年 前
INISyntaxHighlighter.cpp cd92b73845 LibGUI: Convert INISyntaxHighlighter to east-const 3 年 前
INISyntaxHighlighter.h cd92b73845 LibGUI: Convert INISyntaxHighlighter to east-const 3 年 前
Icon.cpp 186de9fe4d LibGUI: Make GUI::try_create_default_icon() tolerate single-size icons 3 年 前
Icon.h 61fed26400 LibGUI: Add ErrorOr wrapper for default icon creation 3 年 前
IconView.cpp 28a2a01dc3 LibGUI: Use autoscroll from AbstractView when rubberbanding in IconView 3 年 前
IconView.h 28a2a01dc3 LibGUI: Use autoscroll from AbstractView when rubberbanding in IconView 3 年 前
ImageWidget.cpp 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore 3 年 前
ImageWidget.h 35cacb850a LibGUI: Add a const accessor to ImageWidget's bitmap 3 年 前
InputBox.cpp 7beea36052 LibGUI+LoginServer: Use default buttons in InputBox and LoginWindow 3 年 前
InputBox.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年 前
ItemListModel.h de9dfc13b1 LibGUI: Make ItemListModels filterable 3 年 前
JsonArrayModel.cpp b6c3fad078 LibGUI: JsonArrayModel update without invalidating indices 3 年 前
JsonArrayModel.h b6c3fad078 LibGUI: JsonArrayModel update without invalidating indices 3 年 前
Label.cpp 1c18261f8b LibGUI: Allow Label icons to be set from GML 3 年 前
Label.h 1c18261f8b LibGUI: Allow Label icons to be set from GML 3 年 前
Layout.cpp 037fbbf5d9 LibGUI: Add existing children widgets when layout manager changed 3 年 前
Layout.h 56c4f0aff5 LibGUI: Add fallible variants of the GUI::Layout add/insert APIs 3 年 前
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 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 年 前
LinkLabel.h 9bf6d51aec LibGUI: Make links only clickable where the text is 3 年 前
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 a08685b9a4 LibGUI: Add utility functions to Margins 3 年 前
Menu.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
Menu.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
MenuItem.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
MenuItem.h 6c049ea4c4 LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut 3 年 前
Menubar.cpp bc79be362d LibGUI: Add GUI::Menubar::try_add_menu() 3 年 前
Menubar.h bc79be362d LibGUI: Add GUI::Menubar::try_add_menu() 3 年 前
MessageBox.cpp d01ca4e3e2 Userland: Dynamically update the MonitorSettingsWidget countdown timer 3 年 前
MessageBox.h d01ca4e3e2 Userland: Dynamically update the MonitorSettingsWidget countdown timer 3 年 前
Model.cpp 484b9c1ba3 LibGUI: West Const to East Const refactor 3 年 前
Model.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年 前
ModelEditingDelegate.h 0583f75926 LibGUI: Dynamically resize editing content rect in IconView 3 年 前
ModelIndex.cpp 7a4445a1fe LibGUI/TreeView: Select parent on collapse 4 年 前
ModelIndex.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 年 前
ModelRole.h 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 4 年 前
ModelSelection.cpp a433727961 LibGUI: Avoid double hash lookup in ModelSelection::add() 3 年 前
ModelSelection.h 2375e1bcda LibGUI: Rename ModelSelection::remove_matching => remove_all_matching 3 年 前
MouseTracker.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
MouseTracker.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
MultiView.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 年 前
MultiView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
Notification.cpp d88da82e28 Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 3 年 前
Notification.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
OpacitySlider.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 年 前
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 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 年 前
PasswordInputDialog.gml c8ab45e79f Userland: Run gml-format 3 年 前
PasswordInputDialog.h 1f51b72e6d LibGUI: Add a simple GUI::PasswordInputDialog 4 年 前
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models 4 年 前
PersistentModelIndex.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 年 前
ProcessChooser.cpp f6633a1026 LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 3 年 前
ProcessChooser.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年 前
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 d91732f959 LibGUI: Mark GUI::RadioButton as "checkable" 3 年 前
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 fa94978a7e LibGUI: Add EngineType to EditingEngine classes 3 年 前
ResizeCorner.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年 前
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 41ef4f11dc LibGUI: Move GML parsing and formatting to new AST 3 年 前
ScrollableContainerWidget.h 41ef4f11dc LibGUI: Move GML parsing and formatting to new AST 3 年 前
Scrollbar.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 年 前
Scrollbar.h 86363ffe6e LibGUI: Add visual clue to Scrollbar gutter 3 年 前
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 年 前
SettingsWindow.cpp 7b41a09540 LibGUI: Set a fixed width for the SettingsWindow reset-to-default button 3 年 前
SettingsWindow.h 60c132d7d3 LibGUI: Move GUI::SettingsWindow setup out of the constructor 3 年 前
Shortcut.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
Shortcut.h a7364eef3c LibGUI: Use default instead of an empty constructor/destructor 3 年 前
Slider.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 年 前
Slider.h dabbe4ee27 LibGUI: Add track_margin() to Sliders 3 年 前
SortingProxyModel.cpp b2e6ba8d7f LibGUI: Make a copy of source_rows before resizing it in sort_mapping() 3 年 前
SortingProxyModel.h f6633a1026 LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 3 年 前
SpinBox.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 年 前
SpinBox.h 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 年 前
Splitter.cpp 653f01616c LibGUI+Apps: Adjust Splitter spacings 3 年 前
Splitter.h fe864af0dc LibGUI+Apps: Prevent Splitter children from being unresizable 3 年 前
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 3aa95dd4d5 LibGUI+Apps: Convert Statusbar Labels to Segments 3 年 前
Statusbar.h 3aa95dd4d5 LibGUI+Apps: Convert Statusbar Labels to Segments 3 年 前
TabWidget.cpp 0cfe446d3f LibGUI: Allow double clicking on tabwidgets 3 年 前
TabWidget.h 0cfe446d3f LibGUI: Allow double clicking on tabwidgets 3 年 前
TableView.cpp b67d4ab52f LibGUI: Allow falling back to default paint behavior in delegate 3 年 前
TableView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
TextBox.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年 前
TextBox.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 年 前
TextDocument.cpp 9ec826144f LibGUI: Don't skip non-skipable spans on ctrl+right 3 年 前
TextDocument.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年 前
TextEditor.cpp 94b74937d8 LibGUI+LibSyntax: Stringify Highlighter::Language 3 年 前
TextEditor.h 001b08dec9 LibGUI: Put TextEditor widgets in "Wrap at Words" mode by default 3 年 前
TextPosition.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 年 前
TextRange.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 年 前
Toolbar.cpp d95e50643e LibGUI: Cast unused smart-pointer return values to void 3 年 前
Toolbar.h e623e73f63 LibGUI: Add GUI::Toolbar::try_add_separator() 3 年 前
ToolbarContainer.cpp a4eeb6f9eb LibGUI: ToolbarContainer account for frame width 3 年 前
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
Tray.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年 前
Tray.h ae2579d8b5 LibGUI: Add a GUI::Tray widget for the FilePicker common locations 3 年 前
TreeView.cpp b67d4ab52f LibGUI: Allow falling back to default paint behavior in delegate 3 年 前
TreeView.h 1408aa1295 LibGUI: Do not allow tree column to shrink beyond indent and icon 4 年 前
UndoStack.cpp c4cc796f86 LibGUI: Make GUI::UndoStack remember time it was last set to unmodified 3 年 前
UndoStack.h c4cc796f86 LibGUI: Make GUI::UndoStack remember time it was last set to unmodified 3 年 前
ValueSlider.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 年 前
ValueSlider.h 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 年 前
Variant.cpp 35dac843b4 Theming: Add alignment section 3 年 前
Variant.h 35dac843b4 Theming: Add alignment section 3 年 前
VimEditingEngine.cpp dbd40e4c2a LibGUI: Implement vim motions for LeftBrace and RightBrace 3 年 前
VimEditingEngine.h fa94978a7e LibGUI: Add EngineType to EditingEngine classes 3 年 前
Widget.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
Widget.h 41ef4f11dc LibGUI: Move GML parsing and formatting to new AST 3 年 前
Window.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
Window.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 年 前
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前