Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-04 | Merge branch 'wlroots' into fix-focus-inactive | Tony Crisci | |
2018-04-04 | fix focus child | Tony Crisci | |
2018-04-04 | Remove unused SWAY_VIEW_TYPES | emersion | |
2018-04-04 | try to fix focus-inactive | Tony Crisci | |
2018-04-04 | Address review feedback | Drew DeVault | |
2018-04-04 | Implement input-inhibit in sway, swaylock | Drew DeVault | |
2018-04-04 | Add input inhibitor to input manager | Drew DeVault | |
2018-04-04 | Refocus the last focused container on lock exit | Drew DeVault | |
2018-04-04 | Merge branch 'wlroots' into split-containers2 | Tony Crisci | |
2018-04-03 | move output damage to workspace destructor | Tony Crisci | |
2018-04-03 | move view and workspace destructors to container.c | Tony Crisci | |
2018-04-02 | Give layer shells under the shell layer focus | Drew DeVault | |
2018-04-02 | Give exclusive focus to layers above shell layer | Drew DeVault | |
2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci | |
2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci | |
2018-04-02 | Merge branch 'wlroots' into view-redesign | emersion | |
2018-04-02 | Xwayland unmanaged views aren't views anymore | emersion | |
2018-04-02 | address feedback | Tony Crisci | |
2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci | |
2018-04-02 | fix segfault | Tony Crisci | |
2018-04-02 | Merge branch 'wlroots' into seat-fixes | Tony Crisci | |
2018-04-02 | dont copy input config | Tony Crisci | |
2018-04-02 | remove unused attachment config | Tony Crisci | |
2018-04-02 | 80col | Tony Crisci | |
2018-04-02 | Partially implement move command | Drew DeVault | |
Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position | |||
2018-04-02 | dont copy seat config on the seat | Tony Crisci | |
2018-04-02 | rename input-manager functions | Tony Crisci | |
2018-04-02 | rename seat functions | Tony Crisci | |
2018-03-31 | fix some segfaults | Tony Crisci | |
2018-03-31 | clean up view destroy seat cleanup | Tony Crisci | |
2018-03-31 | handle container destroy in the seat | Tony Crisci | |
2018-03-31 | basic split containers | Tony Crisci | |
2018-03-31 | Merge pull request #1684 from swaywm/follow-warp | Drew DeVault | |
Implement focus_follows_mouse, mouse_warping | |||
2018-03-31 | Address review feedback | Drew DeVault | |
2018-03-31 | Fix interaction between warping and following | Drew DeVault | |
2018-03-31 | Implement focus_follows_mouse | Drew DeVault | |
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) | |||
2018-03-31 | Implement mouse warping | Drew DeVault | |
2018-03-31 | Fix xwayland configure in set_size | emersion | |
2018-03-31 | Check for null container | Drew DeVault | |
2018-03-31 | Merge pull request #1682 from emersion/unmanaged-no-container | Drew DeVault | |
Make it clear that unmanaged views don't have a container | |||
2018-03-31 | Fix bug with previous commit | Drew DeVault | |
2018-03-31 | Make it clear that unmanaged views don't have a container | emersion | |
view->swayc is NULL anyway. | |||
2018-03-31 | Fix #1104 | Drew DeVault | |
2018-03-31 | Set Xwayland seat on focus | Drew DeVault | |
Necessary to make primary selection syncronize | |||
2018-03-31 | Set xwayland cursor | emersion | |
2018-03-30 | Use wlr_surface_point_accepts_input | Drew DeVault | |
2018-03-30 | Pass pointer events to surface layers | Drew DeVault | |
2018-03-30 | Merge branch 'wlroots' into client-cursors | emersion | |
2018-03-30 | Fix segfaults when focusing a workspace | emersion | |
2018-03-30 | Fix pointer events for hidden workspaces | emersion | |