Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Another large batch of re-organization for lumina-desktop-unified. | Ken Moore | 2017-06-27 |
| | | | | This gets the new "NativeWindowSystem" and associated Native* classes all integrated (untested) | ||
* | Some more work on the NativeWindowSystem "plumbing". Get the system tray ↵ | Ken Moore | 2017-03-04 |
| | | | | init routine all ported over, and start filling in the mouse/key handling routines. | ||
* | Add a new "NativeWindow" class to the library. This is a pure Qt container ↵ | Ken Moore | 2017-02-01 |
class for setting/announcing changes to native windows on the system. This allows the WM class (XCB/Wayland-specific) to simply adjust each window object as needed, and the interface (pure Qt) will automatically adjust as needed. NOTE: Still need to adjust the LXCBEventFilter to use this new class, but the root window and rootsubwindow classes are all setup to use it. |