aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/NativeEmbedWidget.cpp
Commit message (Collapse)AuthorAge
* Now all the compositing is finished - fixed the last couple painting issues.Ken Moore2017-07-21
|
* Get the compositing and window interactions all cleaned up. Seems to work ↵Ken Moore2017-07-20
| | | | great now.
* Add a window animation framework, with 7 visibility animations for starters.Ken Moore2017-07-20
|
* 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.
* Get compositing completely working. This broke the move-update patch a bit - ↵Ken Moore2017-07-19
| | | | need to find another way to poke the window after it gets moved.
* Get the in-window compositing *nearly* working.Ken Moore2017-07-18
| | | | Still a bit unstable right now (closing a window crashes X), but the compositing redirection/painting seems to be working somewhat.
* 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
* Start working on getting the frame extents set/used properly. Still off on ↵Ken Moore2017-07-13
| | | | the geom calculations right now.
* Large update to the window embedding systems - almost have the compositing ↵Ken Moore2017-07-13
up and running.
bgstack15