Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement focus_follows_mouse, mouse_warping
|
|
|
|
|
|
|
|
Also contains two other small changes:
- Clicking any button will focus the container clicked (not just left)
- Remove seamless_mouse (doesn't make sense on wlroots)
|
|
|
|
Fix various xwayland issues
|
|
|
|
Maximize xwayland views by default
|
|
|
|
|
|
|
|
Make it clear that unmanaged views don't have a container
|
|
|
|
view->swayc is NULL anyway.
|
|
|
|
Necessary to make primary selection syncronize
|
|
|
|
Set xwayland cursor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add lite damage tracking
|
|
Fix pointer events for hidden workspaces
|
|
|
|
|
|
|
|
This skips the renderer if nothing has changed, and renders
everything otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add default_orientation command
|
|
Misc minor fixes
|
|
|
|
Allow clients to set a custom cursor if they have the seat's
pointer focus.
|