Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-02 | Merge pull request #1668 from acrisci/split-containers | Drew DeVault | |
Basic split containers | |||
2018-04-02 | cleanup split command handlers | Tony Crisci | |
2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci | |
2018-04-02 | Merge pull request #1691 from emersion/view-redesign | Tony Crisci | |
Views redesign | |||
2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci | |
2018-04-02 | Merge pull request #1701 from emersion/remove-xdg-shell-xml | Drew DeVault | |
protocols: remove xdg-shell XML file | |||
2018-04-02 | protocols: remove unused XML files | emersion | |
2018-04-02 | protocols: remove xdg-shell XML file | emersion | |
2018-04-02 | fix workspace splits | Tony Crisci | |
2018-04-02 | Merge branch 'wlroots' into view-redesign | emersion | |
2018-04-02 | Merge pull request #1699 from acrisci/seat-fixes | emersion | |
Seat fixes and cleanup | |||
2018-04-02 | Xwayland unmanaged views aren't views anymore | emersion | |
2018-04-02 | Merge pull request #1690 from swaywm/i3bar-json | Drew DeVault | |
I3bar json | |||
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 | Render blocks the correct order | Drew DeVault | |
2018-04-02 | Merge branch 'wlroots' into seat-fixes | Tony Crisci | |
2018-04-02 | dont copy input config | Tony Crisci | |
2018-04-02 | Merge pull request #1697 from RedSoxFan/back-and-forth | emersion | |
Fix back-and-forth workspace name saving for non-empty workspaces | |||
2018-04-02 | Merge pull request #1693 from swaywm/move-cmd | Drew DeVault | |
Partially implement move command | |||
2018-04-02 | remove unused attachment config | Tony Crisci | |
2018-04-02 | Fixes regarding @emersion's feedback | Drew DeVault | |
2018-04-02 | Fix use-after-free with block hotspots | Drew DeVault | |
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 | Send click events for i3bar blocks | Drew DeVault | |
2018-04-02 | Render i3bar blocks | Drew DeVault | |
2018-04-02 | Demarcate i3bar JSON into individual updates | Drew DeVault | |
2018-04-02 | Address review comments | emersion | |
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 | remove default from kill switch | Tony Crisci | |
2018-03-31 | add docstrings and todos | Tony Crisci | |
2018-03-31 | fix children list segfault | Tony Crisci | |
2018-03-31 | fix some segfaults | Tony Crisci | |
2018-03-31 | Add sway_view_impl | emersion | |
2018-03-31 | Introduce common functions to create, map, unmap, destroy views | emersion | |
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 | reap container parent on destroy | Tony Crisci | |
2018-03-31 | temporarily add LD_LIBRARY_PATH stuff | 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 | Merge pull request #1689 from emersion/destroy-output-segfaults | Drew DeVault | |
Fix two segfaults when destroying outputs | |||
2018-03-31 | Fix two segfaults when destroying outputs | emersion | |
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) |