ladybird/Userland/Libraries/LibGUI
Rob Ryan 554709fec6 LibGUI: Extend mimic pressed across keyboard shortcuts for buttons
Primary motivation for this was to get a visual indication in the
browser for Ctrl-R refresh. This extends what ForLoveOfCats had done
for calculator button shortcuts across all buttons with shortcuts.

When an action is triggered without an activator each associated button
will be set as mimic pressed.
2022-04-03 12:21:50 +02:00
..
GML Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Wizards Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AboutDialog.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AboutDialog.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractButton.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractButton.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractScrollableWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractScrollableWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractSlider.cpp LibGUI: Add DoClamp option to AbstractSlider::set_value() 2022-03-29 17:45:36 +02:00
AbstractSlider.h LibGUI: Add DoClamp option to AbstractSlider::set_value() 2022-03-29 17:45:36 +02:00
AbstractTableView.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractTableView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractThemePreview.cpp LibGUI+Applications: Move abstract ThemeEditor preview to LibGUI 2022-04-02 21:50:41 +02:00
AbstractThemePreview.h LibGUI+Applications: Move abstract ThemeEditor preview to LibGUI 2022-04-02 21:50:41 +02:00
AbstractView.cpp LibGUI: Set cursor when using highlighted_search in abstractview 2022-03-15 20:00:09 +01:00
AbstractView.h LibGUI: Let AbstractViews be activated programmatically 2022-02-18 07:38:29 -05:00
AbstractZoomPanWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractZoomPanWidget.h LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidget 2022-02-14 11:49:21 +01:00
Action.cpp LibGUI: Extend mimic pressed across keyboard shortcuts for buttons 2022-04-03 12:21:50 +02:00
Action.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ActionGroup.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ActionGroup.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Application.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Application.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AutocompleteProvider.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AutocompleteProvider.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
BoxLayout.cpp LibGUI: Consider content_margins for BoxLayout 2021-11-03 16:13:19 +01:00
BoxLayout.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Breadcrumbbar.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Breadcrumbbar.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Button.cpp LibGUI: Extend mimic pressed across keyboard shortcuts for buttons 2022-04-03 12:21:50 +02:00
Button.h LibGUI: Extend mimic pressed across keyboard shortcuts for buttons 2022-04-03 12:21:50 +02:00
Calendar.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Calendar.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
CheckBox.cpp Userland: Change static const variables to static constexpr 2022-03-18 19:58:57 +01:00
CheckBox.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Clipboard.cpp LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServer 2022-02-25 22:35:12 +01:00
Clipboard.h LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServer 2022-02-25 22:35:12 +01:00
CMakeLists.txt LibGUI+Applications: Move abstract ThemeEditor preview to LibGUI 2022-04-02 21:50:41 +02:00
ColorInput.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ColorInput.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ColorPicker.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ColorPicker.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ColumnsView.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ColumnsView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ComboBox.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ComboBox.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Command.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
CommandPalette.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
CommandPalette.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
CommonActions.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CommonLocationsProvider.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CommonLocationsProvider.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ConnectionToWindowMangerServer.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ConnectionToWindowMangerServer.h Userland: Rename WindowManagerServerConnection 2022-02-25 22:35:12 +01:00
ConnectionToWindowServer.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ConnectionToWindowServer.h WindowServer+LibGUI: Expose raw scroll wheel values to applications 2022-03-27 01:11:27 +01:00
Desktop.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Desktop.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Dialog.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Dialog.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
DisplayLink.cpp Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
DisplayLink.h Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
DragOperation.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DragOperation.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EditingEngine.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EditingEngine.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EmojiInputDialog.cpp LibGUI/EmojiInputDialog: Skip multi code point emojis for now 2022-02-23 21:53:30 +00:00
EmojiInputDialog.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Event.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Event.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FileIconProvider.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FileIconProvider.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FilePicker.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FilePicker.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FilePickerDialog.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FileSystemModel.cpp Userland+Tests: Convert File::read_link() from String to ErrorOr<String> 2022-03-24 11:57:51 +01:00
FileSystemModel.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FilteringProxyModel.cpp LibGUI: Support hierarchical matches in FilterProxyModel 2022-03-02 21:37:58 +01:00
FilteringProxyModel.h LibGUI: Make FilteringProxyModel reference-count its parent model 2021-12-02 22:43:54 +01:00
FocusPolicy.h LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment 2021-10-21 16:48:24 +02:00
FocusSource.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
FontPicker.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FontPicker.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FontPickerDialog.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Forward.h Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
Frame.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Frame.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GitCommitLexer.cpp LibGUI: Add a GitCommit SyntaxHighlighter implementation 2022-01-18 09:01:16 +01:00
GitCommitLexer.h Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere 2022-02-07 18:39:50 +01:00
GitCommitSyntaxHighlighter.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GitCommitSyntaxHighlighter.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
GlyphMapWidget.cpp LibGUI+FontEditor: Add context menu for editor actions 2022-03-20 20:00:25 +01:00
GlyphMapWidget.h LibGUI+FontEditor: Add context menu for editor actions 2022-03-20 20:00:25 +01:00
GroupBox.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
GroupBox.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
HeaderView.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HeaderView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Icon.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Icon.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IconView.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IconView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ImageWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ImageWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
INILexer.cpp LibGUI: Use consistent naming scheme in INILexer 2021-12-30 14:12:39 +01:00
INILexer.h Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere 2022-02-07 18:39:50 +01:00
INISyntaxHighlighter.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
INISyntaxHighlighter.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
InputBox.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
InputBox.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ItemListModel.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
JsonArrayModel.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
JsonArrayModel.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Label.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Label.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Layout.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Layout.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LazyWidget.cpp LibGUI: Register LazyWidget 2022-04-03 12:21:05 +02:00
LazyWidget.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
LinkLabel.cpp Userland: Change static const variables to static constexpr 2022-03-18 19:58:57 +01:00
LinkLabel.h LibGUI: Make links only clickable where the text is 2021-10-21 20:23:04 +01:00
ListView.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ListView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Margins.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Menu.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Menu.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Menubar.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Menubar.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
MenuItem.cpp Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
MenuItem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MessageBox.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
MessageBox.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Model.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Model.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ModelEditingDelegate.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ModelIndex.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ModelIndex.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ModelRole.h LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 2021-07-27 18:27:49 +02:00
ModelSelection.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ModelSelection.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MouseTracker.cpp Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
MouseTracker.h Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
MultiView.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
MultiView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Notification.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Notification.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
OpacitySlider.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
OpacitySlider.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Painter.cpp Revert "LibGfx: Add directional floating-point scaling to Painter" 2021-05-03 16:37:05 +02:00
Painter.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PasswordInputDialog.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
PasswordInputDialog.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
PasswordInputDialog.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
PersistentModelIndex.cpp LibGUI: Implement persistent indices for models 2021-08-08 14:13:37 +02:00
PersistentModelIndex.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ProcessChooser.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProcessChooser.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Progressbar.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Progressbar.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
RadioButton.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
RadioButton.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
RegularEditingEngine.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
RegularEditingEngine.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ResizeCorner.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ResizeCorner.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
RunningProcessesModel.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
RunningProcessesModel.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ScreenLayout.cpp WindowServer: Add API to set/get screen layouts 2021-06-20 14:57:26 +02:00
ScrollableContainerWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ScrollableContainerWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Scrollbar.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Scrollbar.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SeparatorWidget.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
SeparatorWidget.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
SettingsWindow.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
SettingsWindow.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Shortcut.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Shortcut.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Slider.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Slider.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
SortingProxyModel.cpp LibGUI: Make a copy of source_rows before resizing it in sort_mapping() 2022-02-16 19:51:01 +01:00
SortingProxyModel.h LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 2021-12-24 05:11:52 -08:00
SpinBox.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
SpinBox.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Splitter.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Splitter.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
StackWidget.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
StackWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Statusbar.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Statusbar.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
TableView.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
TableView.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
TabWidget.cpp LibGUI: Fully support TabWidget in GML 2022-04-03 12:21:05 +02:00
TabWidget.h LibGUI: Fully support TabWidget in GML 2022-04-03 12:21:05 +02:00
TextBox.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
TextBox.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
TextDocument.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TextDocument.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TextEditor.cpp LibGUI: Add search API to TextEditor with highlighted results 2022-03-29 17:45:36 +02:00
TextEditor.h LibGUI: Add search API to TextEditor with highlighted results 2022-03-29 17:45:36 +02:00
TextPosition.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TextRange.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Toolbar.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Toolbar.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ToolbarContainer.cpp LibGUI: ToolbarContainer account for frame width 2021-11-03 16:13:19 +01:00
ToolbarContainer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Tray.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
Tray.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
TreeView.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TreeView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UndoStack.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
UndoStack.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ValueSlider.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ValueSlider.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Variant.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Variant.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
VimEditingEngine.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
VimEditingEngine.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Widget.cpp LibGUI: Fully support TabWidget in GML 2022-04-03 12:21:05 +02:00
Widget.h LibGUI: Add a title to all Widgets 2022-04-03 12:21:05 +02:00
Window.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Window.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowType.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00