ladybird/Userland/Libraries/LibGUI
kleines Filmröllchen fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration
This is easily identifiable by anyone who uses Duration::now_monotonic,
and any downstream users of that data.
2023-05-24 23:18:07 +02:00
..
GML LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2023-03-15 14:55:49 +01:00
Wizards LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
AboutDialog.cpp LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
AboutDialog.gml LibGUI: Convert AboutDialog layout to GML 2023-02-07 10:43:15 +00:00
AboutDialog.h LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2023-03-03 15:23:47 +01:00
AbstractButton.cpp LibCore: Add new REGISTER_STRING_PROPERTY macro 2023-03-16 09:58:42 +01:00
AbstractButton.h LibGUI: Add Button double-click callback 2023-02-19 01:09:09 +01:00
AbstractScrollableWidget.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
AbstractScrollableWidget.h LibGUI: Automatically scroll to a new column on adding it in ColumnsView 2022-12-30 17:16:29 +01:00
AbstractSlider.cpp LibGUI: Only redraw sliders after the on_change callback has finished 2023-04-14 12:05:52 +01:00
AbstractSlider.h LibGUI: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
AbstractTableView.cpp LibGUI: Add a DontResizeColumns option to Model::UpdateFlag 2023-02-10 05:12:06 +03:30
AbstractTableView.h Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
AbstractThemePreview.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
AbstractThemePreview.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
AbstractView.cpp LibGUI: Use ColorRole::DisabledText when AbstractView is disabled 2023-05-13 12:53:49 +02:00
AbstractView.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
AbstractZoomPanWidget.cpp
AbstractZoomPanWidget.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Action.cpp LibGUI: Put a governor on Action activation 2023-05-15 12:15:39 +02:00
Action.h LibGUI: Put a governor on Action activation 2023-05-15 12:15:39 +02:00
ActionGroup.cpp
ActionGroup.h
Application.cpp LibGUI: Guard us from trying to slice an empty Arguments::strings 2023-05-06 08:50:12 +02:00
Application.h LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
AutocompleteProvider.cpp LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
AutocompleteProvider.h
BoxLayout.cpp LibGUI: Allow specifying Layout margins and spacing in the constructor 2023-02-18 16:56:56 +00:00
BoxLayout.h LibGUI: Allow specifying Layout margins and spacing in the constructor 2023-02-18 16:56:56 +00:00
Breadcrumbbar.cpp LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path 2023-02-19 01:09:09 +01:00
Breadcrumbbar.h LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path 2023-02-19 01:09:09 +01:00
Button.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Button.h LibGUI: Implement calculated_min_size() for DialogButton 2023-04-15 15:24:50 +02:00
Calendar.cpp Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
Calendar.h LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String> 2023-02-13 00:45:09 +00:00
CheckBox.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
CheckBox.h LibGUI: Make CheckBox height adapt to the current font size 2023-03-03 15:38:59 +01:00
Clipboard.cpp Clipboard: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
Clipboard.h Applets/ClipboardHistory: Add persistent storage 2023-05-08 21:06:13 -06:00
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
ColorFilterer.h
ColorInput.cpp LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro 2023-03-16 09:58:42 +01:00
ColorInput.h Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
ColorPicker.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
ColorPicker.h Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
ColumnsView.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
ColumnsView.h LibGUI: Teach ColumnsView where indexes are placed (and scroll to them) 2022-12-30 17:16:29 +01:00
ComboBox.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
ComboBox.h
Command.h
CommandPalette.cpp Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
CommandPalette.h
CommonActions.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
CommonLocationsProvider.cpp Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
CommonLocationsProvider.h LibGUI: Make CommonLocationsProvider::load_from_json() failable 2023-01-09 09:45:26 +01:00
CommonMenus.cpp Userland: Construct Menus with name using the non-deprecated String 2023-04-19 07:59:54 +02:00
ConnectionToWindowManagerServer.cpp
ConnectionToWindowManagerServer.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
ConnectionToWindowServer.cpp LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
ConnectionToWindowServer.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
Desktop.cpp LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView> 2023-03-21 10:06:41 +01:00
Desktop.h LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView> 2023-03-21 10:06:41 +01:00
Dialog.cpp LibGUI: Simplify Dialog::ScreenPosition and allow Dialogs to opt out 2023-05-15 12:15:39 +02:00
Dialog.h LibGUI: Simplify Dialog::ScreenPosition and allow Dialogs to opt out 2023-05-15 12:15:39 +02:00
DisplayLink.cpp
DisplayLink.h
DragOperation.cpp LibGfx: Propagate errors from serializing bitmaps 2023-02-08 18:50:43 +00:00
DragOperation.h
EditingEngine.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
EditingEngine.h
EmojiInputDialog.cpp LibGUI: Paint emoji using text in the EmojiInputDialog 2023-03-05 20:21:57 +01:00
EmojiInputDialog.gml LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
EmojiInputDialog.h
Event.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Event.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
FileIconProvider.cpp LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr 2023-05-12 09:40:24 +01:00
FileIconProvider.h Libraries: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
FilePicker.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
FilePicker.h LibGUI+FileSystemAccessServer: Avoid using dummy windows 2023-05-15 12:15:39 +02:00
FilePickerDialog.gml LibGUI: Add allowed file types to FilePicker 2023-02-02 04:05:42 -07:00
FileSystemModel.cpp Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
FileSystemModel.h Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
FileTypeFilter.h Userland+Base: Treat ".webp" files as images :^) 2023-05-01 11:10:56 +02:00
FilteringProxyModel.cpp Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
FilteringProxyModel.h Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
FocusPolicy.h
FocusSource.h
FontPicker.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
FontPicker.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
FontPickerDialog.gml
Forward.h LibGUI: Add PathBreadcrumbbar 2023-02-19 01:09:09 +01:00
Frame.cpp LibGUI: Always paint vertical lines for Frames in unmaximized windows 2023-05-07 21:12:35 +02:00
Frame.h LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
GitCommitLexer.cpp
GitCommitLexer.h
GitCommitSyntaxHighlighter.cpp LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2023-03-15 14:55:49 +01:00
GitCommitSyntaxHighlighter.h
GlyphMapWidget.cpp LibGUI: Use ColorRole::DisabledText when AbstractView is disabled 2023-05-13 12:53:49 +02:00
GlyphMapWidget.h LibGUI+Applications: Let GlyphMapWidget initialize a null Font 2023-05-13 12:53:49 +02:00
GroupBox.cpp LibGUI: Fix bad title alignment in GroupBox 2023-05-15 14:15:53 +02:00
GroupBox.h
HeaderView.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
HeaderView.h
Icon.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Icon.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
IconView.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
IconView.h LibGUI: Invalidate IconView cache on font change 2023-02-02 13:15:03 +01:00
ImageWidget.cpp LibGfx: Add first_animated_frame_index method to ImageDecoder 2023-05-05 15:20:44 +01:00
ImageWidget.h LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
IncrementalSearchBanner.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
IncrementalSearchBanner.gml
IncrementalSearchBanner.h
INILexer.cpp LibGUI: Lex INI files as Utf8 2023-01-11 10:24:51 +01:00
INILexer.h LibGUI: Lex INI files as Utf8 2023-01-11 10:24:51 +01:00
INISyntaxHighlighter.cpp LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2023-03-15 14:55:49 +01:00
INISyntaxHighlighter.h
InputBox.cpp LibGUI: Adjust size and layout of InputBox 2023-05-23 05:59:49 +02:00
InputBox.h LibGUI: Add a numeric input type to InputBox 2023-04-18 10:05:21 +02:00
ItemListModel.h Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
JsonArrayModel.cpp AK: Have JsonArray::set() change values instead of inserting values 2023-05-03 21:39:09 +01:00
JsonArrayModel.h LibGUI+Userland: Store column names in JsonArrayModel as String 2023-05-15 06:42:10 +02:00
Label.cpp LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Label.h LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
Layout.cpp AK: Add new failable JsonArray::{append/set} functions 2023-04-24 09:21:51 +02:00
Layout.h LibGUI: Allow specifying Layout margins and spacing in the constructor 2023-02-18 16:56:56 +00:00
LazyWidget.cpp
LazyWidget.h
LinkLabel.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
LinkLabel.h LibGUI: Propagate construction errors in LinkLabel 2023-04-30 05:48:14 +02:00
ListView.cpp LibGUI: Open and increment ComboBox ListViews by exact steps 2023-04-04 19:15:15 +02:00
ListView.h LibGUI: Remove calculated_min_size() for ListViews 2023-04-04 19:15:15 +02:00
Margins.h
Menu.cpp WindowServer+LibGUI: Port WindowServer's Menu name to new String 2023-04-19 07:59:54 +02:00
Menu.h LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
Menubar.cpp LibGUI: Port Menubar to new string 2023-04-19 07:59:54 +02:00
Menubar.h LibGUI: Port Menubar to new string 2023-04-19 07:59:54 +02:00
MenuItem.cpp LibGUI: Store Menu names as new String 2023-04-19 07:59:54 +02:00
MenuItem.h LibGUI: Allow updating the names of menus and submenus 2023-03-26 21:55:21 +01:00
MessageBox.cpp Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
MessageBox.h Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
Model.cpp AK: Remove infallible version of StringBuilder::to_byte_buffer 2023-03-09 15:51:00 +00:00
Model.h Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
ModelEditingDelegate.h LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
ModelIndex.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
ModelIndex.h
ModelRole.h
ModelSelection.cpp
ModelSelection.h
MouseTracker.cpp
MouseTracker.h
MultiView.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
MultiView.h LibGUI: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
Notification.cpp LibGUI: Do not attempt to close non-existent notifications 2023-03-15 07:52:08 +00:00
Notification.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
OpacitySlider.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
OpacitySlider.h LibGUI: Add base color to OpacitySlider 2023-01-01 09:38:07 +00:00
Painter.cpp
Painter.h
PasswordInputDialog.cpp LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
PasswordInputDialog.gml LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
PasswordInputDialog.h
PathBreadcrumbbar.cpp Libraries: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
PathBreadcrumbbar.h LibGUI: Add PathBreadcrumbbar 2023-02-19 01:09:09 +01:00
PersistentModelIndex.cpp
PersistentModelIndex.h
Process.cpp LibGUI: Allow passing working directory to spawn_or_show_error() 2023-03-24 22:06:38 +00:00
Process.h LibGUI: Allow passing working directory to spawn_or_show_error() 2023-03-24 22:06:38 +00:00
ProcessChooser.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
ProcessChooser.h Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
Progressbar.cpp LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro 2023-03-16 09:58:42 +01:00
Progressbar.h LibGUI: Use calculated_preferred_size for Progressbar default size 2023-02-17 16:25:57 +00:00
RadioButton.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
RadioButton.h LibGUI: Make RadioButton height adapt to the current font size 2023-03-03 15:23:47 +01:00
RegularEditingEngine.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
RegularEditingEngine.h
ResizeCorner.cpp
ResizeCorner.h
ResizeDirection.h
RunningProcessesModel.cpp Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
RunningProcessesModel.h Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
ScreenLayout.cpp
ScrollableContainerWidget.cpp LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
ScrollableContainerWidget.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Scrollbar.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Scrollbar.h
SeparatorWidget.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
SeparatorWidget.h LibGUI: Give SeparatorWidget a minimum size 2023-03-01 10:55:20 +01:00
SettingsWindow.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
SettingsWindow.h LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
Shortcut.cpp
Shortcut.h
Slider.cpp LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Slider.h LibGUI: Implement calculated sizes for Slider 2023-02-17 16:25:57 +00:00
SortingProxyModel.cpp Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
SortingProxyModel.h Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
SpinBox.cpp LibGUI: Allow setting and clearing text in SpinBox 2023-05-13 12:53:49 +02:00
SpinBox.h LibGUI: Allow setting and clearing text in SpinBox 2023-05-13 12:53:49 +02:00
Splitter.cpp
Splitter.h
StackWidget.cpp
StackWidget.h
Statusbar.cpp LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Statusbar.h LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
SystemEffects.h
TableView.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
TableView.h
TabWidget.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
TabWidget.h LibGUI+Userland: Port TabWidget set_tab_title to new string 2023-03-16 09:58:42 +01:00
TextBox.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
TextBox.h LibGUI: Add highlighting to UrlBox 2023-02-16 10:47:22 +00:00
TextDocument.cpp Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
TextDocument.h Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
TextEditor.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
TextEditor.h HackStudio: Move around execution order and prevent crashing 2023-04-30 06:08:22 +02:00
TextPosition.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
TextRange.h LibGUI: Add TextRange::line_count() 2023-02-28 13:23:55 +01:00
Toolbar.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Toolbar.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
ToolbarContainer.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
ToolbarContainer.h
Tray.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Tray.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
TreeView.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
TreeView.h LibGUI: Don't hard-code TreeView row height 2023-02-02 13:15:03 +01:00
TreeViewModel.cpp LibGUI: Store correct address in TreeViewModel's ModelIndices 2023-03-16 08:05:58 +01:00
TreeViewModel.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
UIDimensions.h LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-26 09:57:14 -05:00
UndoStack.cpp Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
UndoStack.h Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
ValueSlider.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
ValueSlider.h LibGUI: Implement calculated sizes for ValueSlider 2023-02-17 16:25:57 +00:00
Variant.cpp Everywhere: Change spelling of 'behaviour' to 'behavior' 2023-05-07 01:05:09 +02:00
Variant.h LibGUI: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
VimEditingEngine.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
VimEditingEngine.h LibGUI: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
Widget.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Widget.h LibGUI+HackStudio+PixelPaint: Port Widget title to the new String 2023-03-16 09:58:42 +01:00
Window.cpp LibGUI: Add Window::constrain_to_desktop() helper 2023-05-15 12:15:39 +02:00
Window.h LibGUI: Add Window::constrain_to_desktop() helper 2023-05-15 12:15:39 +02:00
WindowMode.h
WindowType.h