Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A bunch more work on Lumina 2 mouse focus settings and such. | Ken Moore | 2017-08-27 |
| | |||
* | Another round of work on getting the window embed stuff cleaned up. | Ken Moore | 2017-08-25 |
| | | | | Now the windows are restacking properly again - just need to forward events from the frame to the window on-demand still | ||
* | Re-enable compositing and ensure that the window embed routines work for all ↵ | Ken Moore | 2017-08-25 |
| | | | | types of windows. | ||
* | A bit more random work: | Ken Moore | 2017-08-14 |
| | | | | | 1) Icon overlay fixes for desktop icons 2) Some more Lumina 2.x debugging/work | ||
* | Some work on Lumina 2.x | Ken Moore | 2017-08-14 |
| | | | | | Disable compositing for now with a simple define - can re-enable later when more time to fix Start work on the client message detection/handling | ||
* | Now all the compositing is finished - fixed the last couple painting issues. | Ken Moore | 2017-07-21 |
| | |||
* | Get the compositing and window interactions all cleaned up. Seems to work ↵ | Ken Moore | 2017-07-20 |
| | | | | great now. | ||
* | Add a window animation framework, with 7 visibility animations for starters. | Ken Moore | 2017-07-20 |
| | |||
* | Get the compositing working much smoother now. | Ken Moore | 2017-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 Moore | 2017-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 Moore | 2017-07-19 |
| | | | | need to find another way to poke the window after it gets moved. | ||
* | Get the in-window compositing *nearly* working. | Ken Moore | 2017-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 Moore | 2017-07-18 |
| | | | | such) are painted in the proper place. | ||
* | Get a lot more of the geometry calculations/movements working. Almost ready ↵ | Ken Moore | 2017-07-18 |
| | | | | to start adding additional window property support | ||
* | Start working on getting the frame extents set/used properly. Still off on ↵ | Ken Moore | 2017-07-13 |
| | | | | the geom calculations right now. | ||
* | Large update to the window embedding systems - almost have the compositing ↵ | Ken Moore | 2017-07-13 |
up and running. |