Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Get a lot more of Lumina2 working. Now the window embed systems are ↵ | Ken Moore | 2017-01-31 |
functional, with 2-way create/show/hide/close detection. Windows do not detect/resize as needed yet though. |