Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Another large batch of work on Lumina2: | Ken Moore | 2017-02-01 |
| | | | | | The NativeWindow intermediary seems to be working really well, now just to start adding the the various event detection parsing in to modify that object on-demand. There is still a window focus issue too - the setActive routine is not properly setting that window to have focus yet - need to examine further. | ||
* | 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. |