1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:18:13 +00:00
serenity/Userland/Libraries/LibGUI
thankyouverycool 24d299c9c8 LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts
and the CaptureInput mode. They are a source of unneeded complexity
in WindowServer and have proven prone to regressions, so this patch
replaces them with a simple input preemption scheme using Popups.

Popup windows now have ergonomics similar to menus: When open,
a popup preempts all mouse and key events for the entire window
stack; however, they are fragile and will close after WindowServer
swallows the first event outside them. This is similar to how combo
box windows and popups work in the classic Windows DE and has the
added benefit of letting the user click anywhere to dismiss a popup
without having to worry about unwanted interactions with other
widgets.
2022-11-19 16:04:42 +01:00
..
GML Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Wizards Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
AboutDialog.cpp Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version 2022-10-14 13:45:33 +02:00
AboutDialog.h Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version 2022-10-14 13:45:33 +02:00
AbstractButton.cpp Everywhere: Use my very shiny serenityos.org email :^) 2022-09-12 15:13:12 +01:00
AbstractButton.h LibGUI: Add button handler for middle mouse clicks 2022-07-14 13:17:33 +02:00
AbstractScrollableWidget.cpp LibGUI: Implement calculated_min_size() for AbstractScrollableWidget 2022-09-24 22:59:12 +02:00
AbstractScrollableWidget.h LibGUI: Implement calculated_min_size() for AbstractScrollableWidget 2022-09-24 22:59:12 +02: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 LibGUI: Programatically draw table header sorting arrows 2022-08-15 17:17:54 +02:00
AbstractTableView.h Everywhere: Use my very shiny serenityos.org email :^) 2022-09-12 15:13:12 +01:00
AbstractThemePreview.cpp LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows 2022-08-25 13:28:50 +02:00
AbstractThemePreview.h LibGUI: Support setting an in memory theme in AbstractThemePreview 2022-06-17 19:46:30 +01:00
AbstractView.cpp LibGUI: Don't accept drag events in AbstractView if it's not editable 2022-08-31 17:29:44 +01:00
AbstractView.h LibGUI: Move range selection calculations into separate function 2022-07-24 13:40:31 +01: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: Add fallible try_create_checkable() Action 2022-11-19 11:04:11 +01:00
Action.h LibGUI: Add fallible try_create_checkable() Action 2022-11-19 11:04:11 +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 WindowServer+LibGUI: Change cursor icon if DragEnter event was accepted 2022-08-31 17:29:44 +01:00
Application.h LibGUI: Add on_theme_change callback to Application 2022-06-17 19:46:30 +01:00
AutocompleteProvider.cpp LibGUI: Use move_cursor() API for AutocompleteProvider 2022-11-19 16:04:42 +01:00
AutocompleteProvider.h LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
BoxLayout.cpp LibGUI: Grow spacers after doing layout 2022-06-28 17:52:42 +01:00
BoxLayout.h LibGUI: Change preferred_size in Layout to new layout system 2022-06-28 17:52:42 +01:00
Breadcrumbbar.cpp LibGUI: Make Breadcrumbbar resizable below current size 2022-10-06 12:17:38 +01:00
Breadcrumbbar.h LibGUI: Add on_segment_change handler to Breadcrumbbar 2022-08-22 12:48:11 +02:00
Button.cpp LibGUI: Update buttons' text/tooltips in Action::set_text 2022-10-30 23:54:12 +01:00
Button.h LibGUI: Update buttons' text/tooltips in Action::set_text 2022-10-30 23:54:12 +01:00
Calendar.cpp LibGUI: Shade Weekends in a slightly different background color 2022-10-04 12:13:54 -04:00
Calendar.h LibGUI: Shade Weekends in a slightly different background color 2022-10-04 12:13:54 -04:00
CheckBox.cpp LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
CheckBox.h LibGUI: Make Checkbox constructor protected 2022-07-25 15:25:13 +02:00
Clipboard.cpp Base: Launch Clipboard at session start-up 2022-10-14 11:37:11 +02:00
Clipboard.h LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServer 2022-02-25 22:35:12 +01:00
CMakeLists.txt LibGUI: Add CommonMenus 2022-11-19 11:04:11 +01:00
ColorFilterer.h LibGUI: Add ColorFilterer class 2022-11-19 11:04:11 +01:00
ColorInput.cpp LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
ColorInput.h LibGUI: Add AllowCallback parameter to ColorInput::set_color() 2022-04-29 20:06:39 +02:00
ColorPicker.cpp LibGUI: Sync ColorPicker's color slider with other color widgets 2022-07-15 12:35:38 +02:00
ColorPicker.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ColumnsView.cpp Everywhere: Use my very shiny serenityos.org email :^) 2022-09-12 15:13:12 +01:00
ColumnsView.h LibGUI: Implement basic rubber band selections in ColumnsView 2022-09-05 09:23:36 +01:00
ComboBox.cpp LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts 2022-11-19 16:04:42 +01:00
ComboBox.h LibGUI: Allow setting max visible items for ComboBoxes 2022-09-22 21:37:26 +02:00
Command.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
CommandPalette.cpp LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts 2022-11-19 16:04:42 +01:00
CommandPalette.h LibGUI: Make Dialog::ScreenPosition an enum class 2022-05-13 16:27:43 +02:00
CommonActions.cpp LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts 2022-11-19 16:04:42 +01:00
CommonLocationsProvider.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
CommonLocationsProvider.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CommonMenus.cpp LibGUI: Add CommonMenus 2022-11-19 11:04:11 +01:00
ConnectionToWindowManagerServer.cpp LibGUI+Taskbar+WindowServer: Prevent minimization when blocked 2022-08-26 12:48:05 +02:00
ConnectionToWindowManagerServer.h LibGUI+Taskbar+WindowServer: Prevent minimization when blocked 2022-08-26 12:48:05 +02:00
ConnectionToWindowServer.cpp LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts 2022-11-19 16:04:42 +01:00
ConnectionToWindowServer.h LibGUI+WindowServer: Remove InputPreemptor concept 2022-11-19 16:04:42 +01:00
Desktop.cpp Userland: Remove workarounds for LibIPC include order sensitivity 2022-11-15 13:25:51 -05:00
Desktop.h LibGUI: Let Desktop:the() manage SystemEffects inside LibGUI 2022-08-09 12:08:21 +02:00
Dialog.cpp LibGUI: Allow more programmatic control over GUI::InputBox 2022-11-16 17:23:56 +00:00
Dialog.h LibGUI: Allow more programmatic control over GUI::InputBox 2022-11-16 17:23:56 +00: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 LibGUI: Put DragOperation dbgln() behind DRAG_DEBUG 2022-08-16 16:43:27 +02:00
DragOperation.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EditingEngine.cpp LibGUI: Fix EditingEngine Shift + Up/Down highlight behavior 2022-10-25 18:35:53 +01:00
EditingEngine.h LibGUI: Add MoveLineUpOrDownCommand 2022-07-19 10:49:38 +01:00
EmojiInputDialog.cpp LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts 2022-11-19 16:04:42 +01:00
EmojiInputDialog.gml LibGUI: Set EmojiInputDialog's FrameShape to "Window" 2022-09-09 11:27:38 -04:00
EmojiInputDialog.h LibGUI: Insert first displayed emoji on return 2022-10-19 14:05:42 -04:00
Event.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Event.h LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Events 2022-11-19 16:04:42 +01:00
FileIconProvider.cpp Base+LibGUI: Add Git folder icons 2022-09-06 07:38:09 +01:00
FileIconProvider.h Base+LibGUI: Add Git folder icons 2022-09-06 07:38:09 +01:00
FilePicker.cpp LibGUI: Remove useless frame members from Toolbar 2022-08-04 02:56:17 +02:00
FilePicker.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
FilePickerDialog.gml LibGUI: Use new layout system in FilePickerDialog 2022-06-28 17:52:42 +01:00
FileSystemModel.cpp Base+LibGUI: Add Git folder icons 2022-09-06 07:38:09 +01:00
FileSystemModel.h FileManager: Navigate to parent dir when current location is removed 2022-08-31 10:32:41 +01:00
FilteringProxyModel.cpp LibGUI: Show column names when using FilteringProxyModel with TableView 2022-05-07 20:07:48 +02:00
FilteringProxyModel.h LibGUI: Show column names when using FilteringProxyModel with TableView 2022-05-07 20:07:48 +02: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: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
FontPicker.h LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
FontPickerDialog.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
Forward.h LibGUI: Add GUI::Dialog to the LibGUI forwarding header 2022-11-16 17:23:56 +00: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: Let Delete remove selections greater than 1 in GlyphMapWidget 2022-11-19 15:41:09 +01:00
GlyphMapWidget.h LibGUI+Applications: Allow GlyphMapWidget's set_font() to fail 2022-11-19 15:41:09 +01:00
GroupBox.cpp LibGUI: Add layout change propagation to Widget 2022-06-30 11:53:50 +02:00
GroupBox.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
HeaderView.cpp LibGUI: Programatically draw table header sorting arrows 2022-08-15 17:17:54 +02:00
HeaderView.h LibGUI: Programatically draw table header sorting arrows 2022-08-15 17:17:54 +02:00
Icon.cpp Everywhere: Split Error::from_string_literal and Error::from_string_view 2022-07-12 23:11:35 +02:00
Icon.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IconView.cpp LibGUI: Properly limit the icon view rubber band rect to the widget 2022-09-11 21:39:32 +01:00
IconView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ImageWidget.cpp LibGUI: Register "bitmap" GML property for ImageWidget 2022-08-05 13:55:13 +02: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 LibGUI: Allow more programmatic control over GUI::InputBox 2022-11-16 17:23:56 +00:00
InputBox.h LibGUI: Allow more programmatic control over GUI::InputBox 2022-11-16 17:23:56 +00: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 LibGUI: Change Label standard preferred height to opportunistic grow 2022-06-30 11:51:25 +02:00
Label.h LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
Layout.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Layout.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02: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 Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
LinkLabel.h LibGUI: Make links only clickable where the text is 2021-10-21 20:23:04 +01:00
ListView.cpp LibGUI: Implement calculated_min_size() for ListView 2022-09-24 22:59:12 +02:00
ListView.h LibGUI: Implement calculated_min_size() for ListView 2022-09-24 22:59:12 +02:00
Margins.h LibGUI: Add horizontal and vertical totals to Margins 2022-07-04 11:15:40 +02:00
Menu.cpp Browser+LibGUI+WindowServer: Open Button menus uniformly 2022-09-08 10:17:27 +01:00
Menu.h LibGUI: Add CommonMenus 2022-11-19 11:04:11 +01:00
Menubar.cpp LibGUI: Allow adding previously constructed menus to Menubar 2022-11-19 11:04:11 +01:00
Menubar.h LibGUI: Allow adding previously constructed menus to Menubar 2022-11-19 11:04:11 +01:00
MenuItem.cpp LibGUI+WindowServer: Propagate action icon changes to buttons and menus 2022-06-01 12:33:06 +01:00
MenuItem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MessageBox.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
MessageBox.h LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
Model.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Model.h LibGUI: Add Model::unsafe_create_index() 2022-09-25 12:16:12 +02: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: Remove redundant inequality comparison operators 2022-11-06 10:25:08 -07:00
ModelRole.h LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 2021-07-27 18:27:49 +02:00
ModelSelection.cpp AK+LibGUI: Pass predicate to *_matching() methods by const reference 2022-05-08 17:02:00 +02:00
ModelSelection.h AK+LibGUI: Pass predicate to *_matching() methods by const reference 2022-05-08 17:02:00 +02: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 Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
MultiView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Notification.cpp SystemServer+LoginServer+Userland: Switch to sid-based sockets 2022-10-03 11:11:29 +02:00
Notification.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
OpacitySlider.cpp LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0 2022-05-08 17:17:56 +02: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 Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
PasswordInputDialog.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
PasswordInputDialog.h LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
PersistentModelIndex.cpp LibGUI: Implement persistent indices for models 2021-08-08 14:13:37 +02:00
PersistentModelIndex.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Process.cpp LibGUI: Add GUI::Process::spawn_or_show_error() 2022-05-25 23:14:22 +01:00
Process.h LibGUI: Add GUI::Process::spawn_or_show_error() 2022-05-25 23:14:22 +01:00
ProcessChooser.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ProcessChooser.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02: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 LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
RadioButton.h LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01: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 WindowServer+LibGUI: Shrink window edge resize hot-spots 2022-10-11 17:48:48 +02:00
ResizeCorner.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
ResizeDirection.h WindowServer+LibGUI: Shrink window edge resize hot-spots 2022-10-11 17:48:48 +02: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 LibGUI: Add custom layout change handling to ScrollableContainerWidget 2022-06-30 11:53:50 +02:00
ScrollableContainerWidget.h LibGUI: Add custom layout change handling to ScrollableContainerWidget 2022-06-30 11:53:50 +02:00
Scrollbar.cpp LibGUI: Include scrubber and gutter in Scrollbar's calculated_min_size() 2022-09-24 22:59:12 +02:00
Scrollbar.h LibGUI: Implement new layout system for Scrollbar 2022-06-28 17:52:42 +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 Everywhere: Remove unnecessary mutable attributes from lambdas 2022-11-19 14:37:31 +00:00
SettingsWindow.h LibGUI: Support "modified" window state in SettingsWindow 2022-05-12 13:10:49 +02:00
Shortcut.cpp LibGUI: Display shortcut text for Alt Graph modifier 2022-11-19 11:04:11 +01:00
Shortcut.h LibGUI: Allow Shortcuts to have a mouse button associated with them 2022-05-30 00:13:27 +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: Delegate the tree column in SortingProxyModel 2022-04-06 12:47:50 +02:00
SpinBox.cpp LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxes 2022-11-19 11:04:11 +01:00
SpinBox.h LibGUI: Add on_return_pressed function to SpinBox 2022-05-23 00:12:19 +02:00
Splitter.cpp LibGUI+LibGfx: Let Desktop::the() set widget effects 2022-08-09 12:08:21 +02:00
Splitter.h LibGUI+Applications: Govern Splitter resizing by opportunistic growth 2022-08-05 13:54:18 +02:00
StackWidget.cpp LibGUI: Implement calculated_min_size() for StackWidget 2022-09-24 22:59:12 +02:00
StackWidget.h LibGUI: Implement calculated_min_size() for StackWidget 2022-09-24 22:59:12 +02:00
Statusbar.cpp Browser+LibGUI+WindowServer: Open Button menus uniformly 2022-09-08 10:17:27 +01:00
Statusbar.h LibGUI: Add Widgets before the ResizeCorner by default in Statusbar 2022-09-04 20:01:43 +01:00
SystemEffects.h LibGUI+WindowServer: Add a SystemEffects wrapper and helpers 2022-08-09 12:08:21 +02:00
TableView.cpp Everywhere: Use my very shiny serenityos.org email :^) 2022-09-12 15:13:12 +01:00
TableView.h LibGUI: Implement rubber band selection in table view 2022-09-11 21:39:32 +01:00
TabWidget.cpp LibGUI+LibGfx: Let Desktop::the() set widget effects 2022-08-09 12:08:21 +02:00
TabWidget.h LibGUI: Implement calculated min/preferred sizes for TabWidget 2022-07-04 11:15:40 +02:00
TextBox.cpp LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
TextBox.h LibGUI: Add button to PasswordBox to reveal the password 2022-05-08 16:36:53 +02:00
TextDocument.cpp LibGUI: Remove wrong casts in TextDocument.cpp 2022-07-19 10:49:38 +01:00
TextDocument.h LibGUI: Add TextDocument::take_line(size_t line_index) 2022-07-19 10:49:38 +01:00
TextEditor.cpp LibGUI: Shift+Tab unindents line 2022-11-09 21:27:47 +01:00
TextEditor.h LibGUI: Shift+Tab unindents line 2022-11-09 21:27:47 +01:00
TextPosition.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
TextRange.h LibGUI: Explicitly default initialize class members 2022-07-15 12:33:59 +02:00
Toolbar.cpp LibGUI: Update buttons' text/tooltips in Action::set_text 2022-10-30 23:54:12 +01:00
Toolbar.h LibGUI: Add option to move Toolbar items to overflow menu in groups 2022-10-06 12:17:38 +01: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 LibGUI: Blit brightened icon when try item is hovered 2022-09-10 20:40:05 +01:00
Tray.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
TreeView.cpp LibGUI: Hold down Alt when clicking TreeView to expand full subtree 2022-11-05 14:49:22 +01:00
TreeView.h LibGUI: Hold down Alt when clicking TreeView to expand full subtree 2022-11-05 14:49:22 +01:00
TreeViewModel.cpp LibGUI: Add TreeViewModel as a simpler interface for building TreeViews 2022-05-13 16:31:03 +02:00
TreeViewModel.h LibGUI: Add TreeViewModel as a simpler interface for building TreeViews 2022-05-13 16:31:03 +02:00
UIDimensions.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
UndoStack.cpp LibGUI: Add fallible try_push() variant to UndoStack 2022-07-06 14:25:30 +02:00
UndoStack.h LibGUI: Add fallible try_push() variant to UndoStack 2022-07-06 14:25:30 +02:00
ValueSlider.cpp LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0 2022-05-08 17:17:56 +02:00
ValueSlider.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Variant.cpp LibGUI: Make GUI::Variant an actual Variant 2022-04-20 00:15:23 +04:30
Variant.h LibGUI: Make GUI::Variant an actual Variant 2022-04-20 00:15:23 +04:30
VimEditingEngine.cpp LibGUI: Delete from current position to end of line in VimEditingEngine 2022-10-12 09:46:18 -06:00
VimEditingEngine.h LibGUI: Add visual line mode to VimEditingEngine 2022-08-26 12:50:30 +02:00
Widget.cpp LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts 2022-11-19 16:04:42 +01:00
Widget.h LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Events 2022-11-19 16:04:42 +01:00
Window.cpp LibGUI+WindowServer: Remove InputPreemptor concept 2022-11-19 16:04:42 +01:00
Window.h LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts 2022-11-19 16:04:42 +01:00
WindowMode.h LibGUI+WindowServer: Remove InputPreemptor concept 2022-11-19 16:04:42 +01:00
WindowType.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00