ladybird/LibGUI
Andreas Kling a9e60fc800 LibGUI: Only redraw the dirty rect in GWidget.
There is some trouble here with the asynchronous nature of WindowServer
and the single per-window backing store we're drawing into. If we start
repainting a widget with a pending invalidation, that invalidation might
get flushed by the WindowServer mid-paint.
2019-01-20 07:59:19 +01:00
..
.gitignore Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
ClockWidget.cpp Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
ClockWidget.h Move Widget & friends into LibGUI. 2019-01-19 23:49:56 +01:00
GButton.cpp Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GButton.h Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GCheckBox.cpp Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GCheckBox.h Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GEvent.h LibGUI: Hook up GWindow event dispatch for paint and mouse events. 2019-01-20 07:03:38 +01:00
GEventLoop.cpp LibGUI: Hook up GWindow event dispatch for paint and mouse events. 2019-01-20 07:03:38 +01:00
GEventLoop.h Start bringing up LibGUI properly (formerly Widgets.) 2019-01-20 05:48:43 +01:00
GLabel.cpp Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GLabel.h Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GListBox.cpp Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GListBox.h Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GObject.cpp Start bringing up LibGUI properly (formerly Widgets.) 2019-01-20 05:48:43 +01:00
GObject.h Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GTextBox.cpp Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GTextBox.h Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GWidget.cpp LibGUI: Only redraw the dirty rect in GWidget. 2019-01-20 07:59:19 +01:00
GWidget.h LibGUI: Hook up GWindow event dispatch for paint and mouse events. 2019-01-20 07:03:38 +01:00
GWindow.cpp LibGUI: Only redraw the dirty rect in GWidget. 2019-01-20 07:59:19 +01:00
GWindow.h LibGUI: Only redraw the dirty rect in GWidget. 2019-01-20 07:59:19 +01:00
Makefile Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00