| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
1) Get the JsonMenu plugin up and running again for the context menu
2) Get the LIconCache integrated into the context menu (replacing the old LXDG::findIcon calls).
3) Get the window property events working!!! (finally)
4) Start getting some automatic window-verification put in place (for snapping windows to various places and such).
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
1) Get a simple "DISABLE_COMPOSITING" flag working in the NativeEmbedWidget class, and disable the compositing right now (still too many issues with using GPU-accellerated drivers)
2) Get a WM settings file created and add options for "focusFollowsMouse" (true by default) and "raiseOnFocus" (false by default).
3) Add a way for the root window to announce mouse cursor movements to the screensaver, bypassing the XCB event system (can't seem to get it to report those events anyway right now). Probably a better method anyway since moving the mouse won't cause billions of events in a short time then.
With this, it seems like all the mouse cursor management systems are up and running. I have not tested using shortcuts combined with mouse buttons yet though....
|
|
|
|
| |
working with GPU-backed xorg drivers
|
|
|
|
| |
beautifully now.
|
|
|
|
| |
between my nvidia-based desktop and the Intel laptop.
|
| |
|
|
|
|
| |
Now the windows are restacking properly again - just need to forward events from the frame to the window on-demand still
|
|
|
|
| |
types of windows.
|
|
|
|
|
| |
1) Icon overlay fixes for desktop icons
2) Some more Lumina 2.x debugging/work
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
great now.
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
still getting random artifacting *outside* of the window that we are painting from time to time.
|
|
|
|
| |
need to find another way to poke the window after it gets moved.
|
|
|
|
| |
Still a bit unstable right now (closing a window crashes X), but the compositing redirection/painting seems to be working somewhat.
|
|
|
|
| |
such) are painted in the proper place.
|
|
|
|
| |
to start adding additional window property support
|
|
|
|
| |
the geom calculations right now.
|
|
up and running.
|