aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/NativeEmbedWidget.h
Commit message (Collapse)AuthorAge
* Get the compositing and window interactions all cleaned up. Seems to work ↵Ken Moore2017-07-20
| | | | great now.
* Get the compositing working much smoother now.Ken Moore2017-07-19
| | | | Only re-grab the X11 image when it changes, then store it for all paint events (including partial painting updates) - making things much faster to update on-demand.
* Another checkpoint in the compositing saga. Got most of it working, but ↵Ken Moore2017-07-19
| | | | still getting random artifacting *outside* of the window that we are painting from time to time.
* Finish up the on-move window notification so that sub-windows (menus and ↵Ken Moore2017-07-18
| | | | such) are painted in the proper place.
* Get a lot more of the geometry calculations/movements working. Almost ready ↵Ken Moore2017-07-18
| | | | to start adding additional window property support
* Large update to the window embedding systems - almost have the compositing ↵Ken Moore2017-07-13
up and running.
bgstack15