.. |
Wizards
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
AboutDialog.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
AboutDialog.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
AbstractButton.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
AbstractButton.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
AbstractScrollableWidget.cpp
|
f7de453716
LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cpp
|
před 4 roky |
AbstractScrollableWidget.h
|
d47f15ab8b
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
|
před 4 roky |
AbstractSlider.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
AbstractSlider.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
AbstractTableView.cpp
|
8360079cac
LibGUI: Fix logic typo in AbstractTableView::update_row_sizes()
|
před 4 roky |
AbstractTableView.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
AbstractView.cpp
|
d47f15ab8b
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
|
před 4 roky |
AbstractView.h
|
d47f15ab8b
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
|
před 4 roky |
Action.cpp
|
55dead60b5
LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"
|
před 4 roky |
Action.h
|
55dead60b5
LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"
|
před 4 roky |
ActionGroup.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ActionGroup.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Application.cpp
|
eb21aa65d1
Userland: Make IPC results with one return value available directly
|
před 4 roky |
Application.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
AutocompleteProvider.cpp
|
0994d0a33e
LibGUI: Delay setting column width in AutocompleteBox
|
před 4 roky |
AutocompleteProvider.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
BoxLayout.cpp
|
3aaffa2c47
LibGUI: Move widget registration to LibCore
|
před 4 roky |
BoxLayout.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Breadcrumbbar.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Breadcrumbbar.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Button.cpp
|
88cfaf7bf0
LibGfx: Unify Rect, Point, and Size
|
před 4 roky |
Button.h
|
d96aae32ef
LibGUI: Fix issue where buttons with a menu sometimes stayed depressed
|
před 4 roky |
CMakeLists.txt
|
18d344609f
LibGUI: Add ScrollableContainerWidget :^)
|
před 4 roky |
Calendar.cpp
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
před 4 roky |
Calendar.h
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
před 4 roky |
CheckBox.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
CheckBox.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Clipboard.cpp
|
f15f03376b
LibGUI: Add Clipboard::clear()
|
před 4 roky |
Clipboard.h
|
f15f03376b
LibGUI: Add Clipboard::clear()
|
před 4 roky |
ColorInput.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ColorInput.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ColorPicker.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ColorPicker.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ColumnsView.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ColumnsView.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ComboBox.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ComboBox.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Command.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Command.h
|
0bfbee4596
LibGUI: Make Command::action_text() virtual
|
před 4 roky |
CommonLocationsProvider.cpp
|
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
|
před 4 roky |
CommonLocationsProvider.h
|
91c210c39a
LibGUI: Make common locations configurable
|
před 4 roky |
Desktop.cpp
|
eb21aa65d1
Userland: Make IPC results with one return value available directly
|
před 4 roky |
Desktop.h
|
9d8aa2a57a
Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixel
|
před 4 roky |
Dialog.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Dialog.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
DisplayLink.cpp
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
před 4 roky |
DisplayLink.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
DragOperation.cpp
|
eb21aa65d1
Userland: Make IPC results with one return value available directly
|
před 4 roky |
DragOperation.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
EditingEngine.cpp
|
d6dc81874d
EditingEngine: Split selection from movement functions
|
před 4 roky |
EditingEngine.h
|
d6dc81874d
EditingEngine: Split selection from movement functions
|
před 4 roky |
EmojiInputDialog.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
EmojiInputDialog.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Event.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Event.h
|
cc6db526a6
WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>
|
před 4 roky |
FileIconProvider.cpp
|
16221305ad
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
|
před 4 roky |
FileIconProvider.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
FilePicker.cpp
|
7ae7170d61
Everywhere: "file name" => "filename"
|
před 4 roky |
FilePicker.h
|
7ae7170d61
Everywhere: "file name" => "filename"
|
před 4 roky |
FilePickerDialog.gml
|
8fac7a1d5d
LibGUI: Bump up common locations width from 90 to 95
|
před 4 roky |
FileSystemModel.cpp
|
2159f90e00
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
|
před 4 roky |
FileSystemModel.h
|
2159f90e00
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
|
před 4 roky |
FilteringProxyModel.cpp
|
3d4afe7614
Everywhere: "indexes" => "indices"
|
před 4 roky |
FilteringProxyModel.h
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
před 4 roky |
FocusSource.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
FontPicker.cpp
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
před 4 roky |
FontPicker.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
FontPickerDialog.gml
|
c9196995be
LibGUI: Allow arbitrary font size in FontPicker
|
před 4 roky |
FontPickerWeightModel.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Forward.h
|
3aaffa2c47
LibGUI: Move widget registration to LibCore
|
před 4 roky |
Frame.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Frame.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
GMLFormatter.cpp
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
před 4 roky |
GMLFormatter.h
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
před 4 roky |
GMLLexer.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
GMLLexer.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
GMLParser.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
GMLParser.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
GMLSyntaxHighlighter.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
GMLSyntaxHighlighter.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
GroupBox.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
GroupBox.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
HeaderView.cpp
|
6387f65f87
LibGUI: Resize GUI::HeaderView section vector to final size immediately
|
před 4 roky |
HeaderView.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
INILexer.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
INILexer.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
INISyntaxHighlighter.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
INISyntaxHighlighter.h
|
45f97e577e
Userland: Fix two misaligned copyright headers
|
před 4 roky |
Icon.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Icon.h
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
před 4 roky |
IconView.cpp
|
d47f15ab8b
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
|
před 4 roky |
IconView.h
|
8ebb9d350c
LibGUI: Remove some unused cruft from GUI::IconView
|
před 4 roky |
ImageWidget.cpp
|
3168a4afe8
ImageViewer: Rename QSWidget => ImageViewer::ViewWidget
|
před 4 roky |
ImageWidget.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
InputBox.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
InputBox.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ItemListModel.h
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
před 4 roky |
JsonArrayModel.cpp
|
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
|
před 4 roky |
JsonArrayModel.h
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
před 4 roky |
Label.cpp
|
88cfaf7bf0
LibGfx: Unify Rect, Point, and Size
|
před 4 roky |
Label.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Layout.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Layout.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
LazyWidget.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
LazyWidget.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
LinkLabel.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
LinkLabel.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ListView.cpp
|
d47f15ab8b
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
|
před 4 roky |
ListView.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Margins.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Menu.cpp
|
fb93535419
WindowServer+LibGUI: Make menu and menubar teardown asynchronous
|
před 4 roky |
Menu.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
MenuItem.cpp
|
a8a899adbf
WindowServer+LibGUI: Make much of menu construction asynchronous
|
před 4 roky |
MenuItem.h
|
bfd2ec88f4
LibGUI: Make Action::set_text() update any associated menu items
|
před 4 roky |
Menubar.cpp
|
fb93535419
WindowServer+LibGUI: Make menu and menubar teardown asynchronous
|
před 4 roky |
Menubar.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
MessageBox.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
MessageBox.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Model.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Model.h
|
3d4afe7614
Everywhere: "indexes" => "indices"
|
před 4 roky |
ModelEditingDelegate.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ModelIndex.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ModelIndex.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ModelRole.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ModelSelection.cpp
|
3d4afe7614
Everywhere: "indexes" => "indices"
|
před 4 roky |
ModelSelection.h
|
3d4afe7614
Everywhere: "indexes" => "indices"
|
před 4 roky |
MultiView.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
MultiView.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Notification.cpp
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
před 4 roky |
Notification.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
OpacitySlider.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
OpacitySlider.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 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 |
ProcessChooser.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ProcessChooser.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Progressbar.cpp
|
8d5eb075d8
LibGUI: Convert StringBuilder::appendf() => AK::Format
|
před 4 roky |
Progressbar.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
RadioButton.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
RadioButton.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
RegularEditingEngine.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
RegularEditingEngine.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ResizeCorner.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ResizeCorner.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
RunningProcessesModel.cpp
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
před 4 roky |
RunningProcessesModel.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ScrollableContainerWidget.cpp
|
eed6ce8b8b
Profiler: Fix scrolling behavior
|
před 4 roky |
ScrollableContainerWidget.h
|
18d344609f
LibGUI: Add ScrollableContainerWidget :^)
|
před 4 roky |
Scrollbar.cpp
|
aa70a56174
LibGUI: Fix off-by-one in Scrollbar::scrubber_rect()
|
před 4 roky |
Scrollbar.h
|
0c1d1d97d5
LibGUI: Remove unused Scrollbar::{de,in}crement_gutter_rect()
|
před 4 roky |
SeparatorWidget.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
SeparatorWidget.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Shortcut.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Shortcut.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Slider.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Slider.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
SortingProxyModel.cpp
|
3d4afe7614
Everywhere: "indexes" => "indices"
|
před 4 roky |
SortingProxyModel.h
|
3d4afe7614
Everywhere: "indexes" => "indices"
|
před 4 roky |
SpinBox.cpp
|
99e7ad4b76
LibGUI: Allow bypassing hook when setting SpinBox range
|
před 4 roky |
SpinBox.h
|
99e7ad4b76
LibGUI: Allow bypassing hook when setting SpinBox range
|
před 4 roky |
Splitter.cpp
|
e5647e2ddf
LibGUI/Splitter: Support setting minimum resizee size
|
před 4 roky |
Splitter.h
|
e5647e2ddf
LibGUI/Splitter: Support setting minimum resizee size
|
před 4 roky |
StackWidget.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
StackWidget.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Statusbar.cpp
|
dfd8598bf7
LibGUI: Don't show resize corner in non-resizable window's statusbar
|
před 4 roky |
Statusbar.h
|
ee1a4a06e0
LibGUI: Allow specifying GUI::Statusbar segment count in GML
|
před 4 roky |
TabWidget.cpp
|
88cfaf7bf0
LibGfx: Unify Rect, Point, and Size
|
před 4 roky |
TabWidget.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
TableView.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
TableView.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
TextBox.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
TextBox.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
TextDocument.cpp
|
194a90884c
LibGUI: Remove now-unused undo coalescing timer from GUI::TextEditor
|
před 4 roky |
TextDocument.h
|
194a90884c
LibGUI: Remove now-unused undo coalescing timer from GUI::TextEditor
|
před 4 roky |
TextEditor.cpp
|
bbb21194a5
TextEditor: Clear leftover whitespace when inserting newlines
|
před 4 roky |
TextEditor.h
|
fbe6c275c9
LibGUI: Clear GUI::TextEditor selection before performing undo/redo
|
před 4 roky |
TextPosition.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
TextRange.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Toolbar.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Toolbar.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ToolbarContainer.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
ToolbarContainer.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
TreeView.cpp
|
d47f15ab8b
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
|
před 4 roky |
TreeView.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
UndoStack.cpp
|
c670d8c56d
LibGUI: Add UndoStack::{undo,redo}_action_text()
|
před 4 roky |
UndoStack.h
|
c670d8c56d
LibGUI: Add UndoStack::{undo,redo}_action_text()
|
před 4 roky |
Variant.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Variant.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
VimEditingEngine.cpp
|
03d8ee1082
VimEditingEngine: allow selection of the endline character
|
před 4 roky |
VimEditingEngine.h
|
03d8ee1082
VimEditingEngine: allow selection of the endline character
|
před 4 roky |
Widget.cpp
|
3aaffa2c47
LibGUI: Move widget registration to LibCore
|
před 4 roky |
Widget.h
|
3aaffa2c47
LibGUI: Move widget registration to LibCore
|
před 4 roky |
Window.cpp
|
79ccba908e
LibGUI: Retain Taskbar icon when toggling frameless setting
|
před 4 roky |
Window.h
|
cc6db526a6
WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>
|
před 4 roky |
WindowManagerServerConnection.cpp
|
065040872f
Userland: Change IPC funcs to use plain arguments instead of a struct
|
před 4 roky |
WindowManagerServerConnection.h
|
065040872f
Userland: Change IPC funcs to use plain arguments instead of a struct
|
před 4 roky |
WindowServerConnection.cpp
|
bc0146932e
LibGUI: Never resolve Key_Invalid to a GUI::Action
|
před 4 roky |
WindowServerConnection.h
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
před 4 roky |
WindowType.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |