aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/NativeEmbedWidget.h
Commit message (Collapse)AuthorAge
* Get all the single-window interactions finished up.Ken Moore2017-08-31
| | | | | Now the multiple types of animations will not conflict/overwrite each other, and the window itself will be properly "paused" for animations. Also fix up some window resize calculation errors, so the offset to the mouse position is properly handled now
* A but more work on Lumina2:Ken Moore2017-08-31
| | | | | | | | 1. Get the menu-based task manager up and running. 2. Get the minimize button setup with normal functionality now (since we can restore it) 3. Get the maximize button logic setup - still testing this 4. Get the window movement animation system setup - still testing this for the maximize functionality 5. Cleanup a bit more of the backend "pause" for windows during animations.
* A bit more work on compositing and such (mostly commented out) - still not ↵Ken Moore2017-08-30
| | | | working with GPU-backed xorg drivers
* Finish up all the mouse focus handling for embedded windows. Works ↵Ken Moore2017-08-30
| | | | beautifully now.
* A bunch more work on Lumina 2 mouse focus settings and such.Ken Moore2017-08-27
|
* Another round of work on getting the window embed stuff cleaned up.Ken Moore2017-08-25
| | | | Now the windows are restacking properly again - just need to forward events from the frame to the window on-demand still
* 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