Age | Commit message (Expand) | Author |
2018-06-01 | Don't let xwayland views set position unless unmanaged | Ryan Dwyer |
2018-06-01 | Remove container_self_or_parent_floating | Ryan Dwyer |
2018-06-01 | Rename container_set_geometry_from_view | Ryan Dwyer |
2018-06-01 | Store swayc coordinates as layout-local | Ryan Dwyer |
2018-06-01 | Rename set_maximized functions to set_tiled | Ryan Dwyer |
2018-06-01 | Fix unfullscreening a floating view | Ryan Dwyer |
2018-06-01 | Replace is_floating boolean with function | Ryan Dwyer |
2018-06-01 | Use L_FLOATING instead of reapable boolean | Ryan Dwyer |
2018-06-01 | Implement floating | Ryan Dwyer |
2018-06-01 | Send frame done to floating views | Drew DeVault |
2018-06-01 | Implement `floating enable` | Drew DeVault |
2018-05-28 | Support i3's legacy force_focus_wrapping command | Brian Ashworth |
2018-05-28 | Merge pull request #2060 from RedSoxFan/focus-wrapping | emersion |
2018-05-27 | Implement focus_wrapping | Brian Ashworth |
2018-05-28 | Fix ancestor typos | Ryan Dwyer |
2018-05-27 | Merge pull request #2050 from smlx/focus-fix | Drew DeVault |
2018-05-27 | Implement bindsym/bindcode --locked | frsfnrrg |
2018-05-28 | Move previous cursor_position inline. | Scott Leggett |
2018-05-28 | Store previous position in sway_cursor. | Scott Leggett |
2018-05-28 | Merge branch 'master' into cmd-swap | Ryan Dwyer |
2018-05-27 | Rename view_get_type to view_get_shell | Ryan Dwyer |
2018-05-27 | Add shell criteria token | Ryan Dwyer |
2018-05-27 | Focus containers only on entry. | Scott Leggett |
2018-05-26 | Implement swap command | Brian Ashworth |
2018-05-25 | Clean up container title functions | Ryan Dwyer |
2018-05-22 | Replace empty argument with void | Ryan Dwyer |
2018-05-22 | Use constants for titlebar dimensions | Ryan Dwyer |
2018-05-21 | Don't track damage for views on inactive tabs | Ryan Dwyer |
2018-05-21 | Implement tabbed layout | Ryan Dwyer |
2018-05-20 | Fix border commands from changing focus | Brian Ashworth |
2018-05-19 | Rebuild textures if needed when moving a container | Ryan Dwyer |
2018-05-17 | Implement show_marks | Ryan Dwyer |
2018-05-16 | sway: run commands without waiting for Xwayland | Dominique Martinet |
2018-05-15 | Change unmark implemention to match i3's | Ryan Dwyer |
2018-05-15 | Implement marks | Ryan Dwyer |
2018-05-14 | Merge branch 'master' into fix-1975 | Brian Ashworth |
2018-05-14 | Kill wl_shell | emersion |
2018-05-14 | Merge branch 'master' into fix-1975 | Brian Ashworth |
2018-05-14 | Fix titles and detect edges for hide_edge_borders | Brian Ashworth |
2018-05-14 | Revert "Revert "Merge pull request #1953 from RyanDwyer/criteria-focused"" | Ryan Dwyer |
2018-05-14 | Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"" | Ryan Dwyer |
2018-05-13 | Merge pull request #1970 from emersion/xdg-shell-stable | Drew DeVault |
2018-05-13 | Add xdg-shell stable support | emersion |
2018-05-13 | Merge pull request #1824 from snaggen/idle | Drew DeVault |
2018-05-13 | Merge branch 'master' into edge-borders | Ryan Dwyer |
2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias Eriksson |
2018-05-12 | Don't destroy view child on xdg-popup unmap | emersion |
2018-05-12 | Merge branch 'master' into edge-borders | Brian Ashworth |
2018-05-12 | Count descendant views for hide_edge_borders smart | Brian Ashworth |
2018-05-12 | Merge pull request #1959 from RyanDwyer/ipc-get-seats | Drew DeVault |