ladybird/Userland/Libraries/LibGUI
Tom 7626f9e0bb LibGUI: Process pending window updates after handling input events
Since input events may trigger window portions to be invalidated,
rather than making a round trip to WindowServer to get paint events
we can simply fake an immediate paint event and update the window
contents more quickly.

Improves #5881
2021-03-24 21:03:29 +01:00
..
Wizards LibGUI: Allow a wizard page to return null as its next page 2021-03-22 07:43:58 +01:00
AboutDialog.cpp
AboutDialog.h
AbstractButton.cpp
AbstractButton.h
AbstractSlider.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
AbstractSlider.h
AbstractTableView.cpp LibGUI: Support double-click resizing column headers 2021-03-18 07:49:55 +01:00
AbstractTableView.h LibGUI: Support double-click resizing column headers 2021-03-18 07:49:55 +01:00
AbstractView.cpp LibGUI: Improve IconView rubberband performance 2021-02-25 18:04:06 +01:00
AbstractView.h LibGUI: Improve IconView rubberband performance 2021-02-25 18:04:06 +01:00
Action.cpp LibGUI: Use delegating constructors in GUI::Action 2021-02-20 13:25:04 +01:00
Action.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ActionGroup.cpp
ActionGroup.h
Application.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Application.h WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer 2021-01-16 17:20:53 +01:00
AutocompleteProvider.cpp LibGUI: remove empty TODO. 2021-03-22 07:43:26 +01:00
AutocompleteProvider.h HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator 2021-03-23 18:32:39 +01:00
BoxLayout.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
BoxLayout.h
BreadcrumbBar.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
BreadcrumbBar.h LibGUI: Allow setting a tooltip on BreadcrumbBar segments 2021-02-20 14:23:21 +01:00
Button.cpp
Button.h
Calendar.cpp
Calendar.h
CheckBox.cpp
CheckBox.h
Clipboard.cpp LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
Clipboard.h
CMakeLists.txt LibGUI: Remove ControlBoxButton widget 2021-02-27 16:38:36 +01:00
ColorInput.cpp
ColorInput.h
ColorPicker.cpp LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
ColorPicker.h
ColumnsView.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ColumnsView.h LibGUI: Increase row height in Table/ColumnViews and center icons 2021-03-04 16:28:12 +01:00
ComboBox.cpp LibGUI: Remove has_visible_list members from TextEditor 2021-03-16 17:58:24 +01:00
ComboBox.h LibGUI: Register more GML properties and widgets 2021-03-12 09:59:03 +01:00
Command.cpp
Command.h
Desktop.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Desktop.h
Dialog.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Dialog.h
DisplayLink.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DisplayLink.h
DragOperation.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DragOperation.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
EditingEngine.cpp LibGUI: Remove redundant cursor update 2021-02-24 22:30:08 +01:00
EditingEngine.h Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
EmojiInputDialog.cpp
EmojiInputDialog.h
Event.cpp Everywhere: Rename "logo" key to "super" key 2021-03-11 18:55:16 +01:00
Event.h Everywhere: Rename "logo" key to "super" key 2021-03-11 18:55:16 +01:00
FileIconProvider.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
FileIconProvider.h
FilePicker.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
FilePicker.h LibGUI: Remove GUI::FilePicker::file_exists() 2021-02-19 23:46:54 +01:00
FilePickerDialog.gml LibGUI: Port GUI::FilePicker to GML and improve the layout 2021-02-19 23:03:47 +01:00
FileSystemModel.cpp LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
FileSystemModel.h LibGUI: Use Core::FileWatcher in FileSystemModel 2021-02-11 13:13:32 +01:00
FilteringProxyModel.cpp
FilteringProxyModel.h
FocusSource.h
FontPicker.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
FontPicker.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
FontPickerDialog.gml
Forward.h LibGUI: Add a few missing classes to the forwarding header 2021-03-22 07:43:58 +01:00
Frame.cpp
Frame.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
GMLFormatter.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
GMLFormatter.h
GMLLexer.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
GMLLexer.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
GMLParser.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
GMLParser.h
GMLSyntaxHighlighter.cpp LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
GMLSyntaxHighlighter.h LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
GroupBox.cpp LibGUI: Ignore glyph dimensions when painting a titleless GroupBox 2021-02-22 09:21:30 +01:00
GroupBox.h
HeaderView.cpp LibGUI: Support double-click resizing column headers 2021-03-18 07:49:55 +01:00
HeaderView.h LibGUI: Support double-click resizing column headers 2021-03-18 07:49:55 +01:00
Icon.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Icon.h
IconView.cpp LibGUI: Scroll selection into view when the IconView is first laid out 2021-03-07 11:00:36 +01:00
IconView.h LibGUI: Scroll selection into view when the IconView is first laid out 2021-03-07 11:00:36 +01:00
ImageWidget.cpp QuickShow: Animate animated images :^) 2021-03-17 12:37:48 +01:00
ImageWidget.h LibGUI: Add opacity to ImageWidget 2021-03-12 09:59:03 +01:00
INILexer.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
INILexer.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
INISyntaxHighlighter.cpp LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
INISyntaxHighlighter.h LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
InputBox.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
InputBox.h LibGUI: Set InputBox initial value to text_value string 2021-02-20 12:19:46 +01:00
ItemListModel.h LibGUI: Allow ItemListModel to have 2D items 2021-03-22 07:43:58 +01:00
JsonArrayModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
JsonArrayModel.h
Label.cpp LibGUI: Add word wrapping to Labels 2021-03-02 11:57:27 +01:00
Label.h LibGUI: Add word wrapping to Labels 2021-03-02 11:57:27 +01:00
Layout.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Layout.h
LazyWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LazyWidget.h
LinkLabel.cpp LibGUI: Set correct open action for LinkLabel context menu 2021-02-26 13:50:00 +01:00
LinkLabel.h LibGUI: Show context menu when right-clicking a LinkLabel 2021-02-21 23:47:05 +01:00
ListView.cpp LibGUI: Add corresponding padding to ListView content width 2021-03-19 22:56:36 +01:00
ListView.h
Margins.h
Menu.cpp LibGUI: Remove one ancient GMENU_DEBUG debug log 2021-03-23 20:37:39 +01:00
Menu.h
MenuBar.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MenuBar.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
MenuItem.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MenuItem.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
MessageBox.cpp
MessageBox.h
Model.cpp
Model.h LibGUI: Add possibility to search for exact match in model 2021-03-01 11:16:18 +01:00
ModelEditingDelegate.h
ModelIndex.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
ModelIndex.h Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
ModelRole.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ModelSelection.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ModelSelection.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
MultiView.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MultiView.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Notification.cpp NotificationServer: Close connection on notification close 2021-03-22 12:46:16 +01:00
Notification.h NotificationServer: Close connection on notification close 2021-03-22 12:46:16 +01:00
OpacitySlider.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
OpacitySlider.h
Painter.cpp
Painter.h
ProcessChooser.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ProcessChooser.h
ProgressBar.cpp LibGfx+LibGUI: Add support for vertical ProgressBars 2021-03-12 09:59:03 +01:00
ProgressBar.h LibGfx+LibGUI: Add support for vertical ProgressBars 2021-03-12 09:59:03 +01:00
RadioButton.cpp
RadioButton.h
RegularEditingEngine.cpp Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
RegularEditingEngine.h Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
ResizeCorner.cpp LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize 2021-02-01 11:23:54 +01:00
ResizeCorner.h
RunningProcessesModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RunningProcessesModel.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ScrollableWidget.cpp LibGUI: Let ScrollableWidget handle the wheel events of its ScrollBars 2021-02-21 01:06:17 +01:00
ScrollableWidget.h LibGUI: Let ScrollableWidget handle the wheel events of its ScrollBars 2021-02-21 01:06:17 +01:00
ScrollBar.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ScrollBar.h LibGUI: Let ScrollableWidget handle the wheel events of its ScrollBars 2021-02-21 01:06:17 +01:00
SeparatorWidget.cpp LibGUI: Register more GML properties and widgets 2021-03-12 09:59:03 +01:00
SeparatorWidget.h LibGUI: Register more GML properties and widgets 2021-03-12 09:59:03 +01:00
Shortcut.cpp Everywhere: Rename "logo" key to "super" key 2021-03-11 18:55:16 +01:00
Shortcut.h
Slider.cpp LibGUI: Ignore scroll length multiplier in SpinBoxes & Sliders 2021-03-12 09:59:03 +01:00
Slider.h
SortingProxyModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
SortingProxyModel.h
SpinBox.cpp LibGUI: Ignore scroll length multiplier in SpinBoxes & Sliders 2021-03-12 09:59:03 +01:00
SpinBox.h LibGUI: Remove ControlBoxButton widget 2021-02-27 16:38:36 +01:00
Splitter.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Splitter.h
StackWidget.cpp
StackWidget.h
StatusBar.cpp Revert "StatusBar: Allow GML files to set the number of labels to create" 2021-02-02 19:02:01 +01:00
StatusBar.h Revert "StatusBar: Allow GML files to set the number of labels to create" 2021-02-02 19:02:01 +01:00
TableView.cpp LibGUI: Add variable padding and center bitmaps in TableViews 2021-03-12 09:59:03 +01:00
TableView.h LibGUI: Add variable padding and center bitmaps in TableViews 2021-03-12 09:59:03 +01:00
TabWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TabWidget.h
TextBox.cpp
TextBox.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TextDocument.cpp LibGUI: Fix crash when getting text of selected line after a line delete 2021-03-21 11:45:22 +01:00
TextDocument.h LibGUI: Allow TextDocument::set_text to fail 2021-03-21 09:46:21 +01:00
TextEditor.cpp LibGUI: Remove has_visible_list members from TextEditor 2021-03-16 17:58:24 +01:00
TextEditor.h LibGUI: Remove has_visible_list members from TextEditor 2021-03-16 17:58:24 +01:00
TextPosition.h Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
TextRange.h Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
ToolBar.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ToolBar.h
ToolBarContainer.cpp LibGUI: Paint all widgets as toolbars in ToolBarContainer 2021-02-25 19:23:12 +01:00
ToolBarContainer.h
TreeView.cpp LibGUI: Walk all visible rows when updating TreeView column sizes 2021-03-19 22:56:36 +01:00
TreeView.h LibGUI: Support double-click resizing multi-column TreeViews 2021-03-19 22:56:36 +01:00
UndoStack.cpp
UndoStack.h
Variant.cpp LibGUI: Allow constructing a string Variant from StringView 2021-03-22 07:43:58 +01:00
Variant.h LibGUI: Allow constructing a string Variant from StringView 2021-03-22 07:43:58 +01:00
VimEditingEngine.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
VimEditingEngine.h Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
Widget.cpp LibGUI: Set override cursor to none when widget is disabled 2021-03-12 09:59:03 +01:00
Widget.h LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enum 2021-03-08 18:47:40 +01:00
Window.cpp LibGUI: Process pending window updates after handling input events 2021-03-24 21:03:29 +01:00
Window.h WindowServer: Allow changing frameless state after a window is created 2021-02-21 10:33:28 +01:00
WindowServerConnection.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
WindowServerConnection.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
WindowType.h WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow 2021-02-16 16:26:29 +01:00