Age | Commit message (Expand) | Author |
2018-05-28 | Implement config parser for workspace_layout | Brian Ashworth |
2018-05-28 | Force fullscreen views to be fully opaque | Brian Ashworth |
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-28 | Merge pull request #2058 from RyanDwyer/refactor-parse-title-format | emersion |
2018-05-27 | Implement focus_wrapping | Brian Ashworth |
2018-05-28 | Fix ancestor typos | Ryan Dwyer |
2018-05-28 | Refactor parse_title_format | Ryan Dwyer |
2018-05-27 | Merge pull request #2050 from smlx/focus-fix | Drew DeVault |
2018-05-27 | Merge pull request #2055 from RedSoxFan/output-destroy-workspace-ipc | Drew DeVault |
2018-05-27 | Implement bindsym/bindcode --locked | frsfnrrg |
2018-05-28 | Improve comment. | Scott Leggett |
2018-05-27 | Send workspace::move in container_output_destroy | Brian Ashworth |
2018-05-28 | Avoid assert on container type. | Scott Leggett |
2018-05-28 | Move previous cursor_position inline. | Scott Leggett |
2018-05-27 | Don't move empty workspaces when output is destroyed | emersion |
2018-05-28 | Remove unused function. | Scott Leggett |
2018-05-28 | Simplify logic, remove redundant variables. | Scott Leggett |
2018-05-28 | Rely on view_is_visible rather thank walking the tree ourselves. | 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 | Merge branch 'master' into xdg-shell-tiled | Drew DeVault |
2018-05-27 | xdg-shell: make all toplevels tiled | emersion |
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-27 | Add %app_id to title_format | Ryan Dwyer |
2018-05-26 | Implement swap command | Brian Ashworth |
2018-05-26 | Replace oft-failing abort with if statement | Drew DeVault |
2018-05-26 | Check for next_focus before assert | Ivan Chebykin |
2018-05-26 | Fix usage of sway_assert | Ivan Chebykin |
2018-05-26 | Moved visibility check of of loop, added asserts | Ivan Chebykin |
2018-05-25 | Break after first tabbed/stacked layout | Ivan Chebykin |
2018-05-25 | Fix mouse focusing for horizontal/vertical views in tabbed containers | Ivan Chebykin |
2018-05-25 | Fixed styling issues | Ivan Chebykin |
2018-05-25 | Focus inactive container instead of checking cursor position | Ivan Chebykin |
2018-05-25 | Skip all nested containers | Ivan Chebykin |
2018-05-25 | Implement correct focusing for tabbed containers | Ivan Chebykin |
2018-05-25 | Fix focusing from other containers | Ivan Chebykin |
2018-05-25 | Don't focus tabbed and stacked containers on mouseover | Ivan Chebykin |
2018-05-25 | Update for swaywm/wlroots#1000 | emersion |
2018-05-25 | Merge pull request #2017 from emersion/wlroots-993 | emersion |
2018-05-25 | Merge pull request #2036 from RyanDwyer/workspace-switch-on-map | Drew DeVault |
2018-05-25 | Merge pull request #2033 from RyanDwyer/arrange-after-flatten | Drew DeVault |
2018-05-25 | Merge pull request #2034 from RyanDwyer/cleanup-container-titles | Drew DeVault |
2018-05-25 | Switch workspace if required when mapping a view | Ryan Dwyer |
2018-05-25 | Fix focus bug when moving between outputs | Ryan Dwyer |
2018-05-25 | Clean up container title functions | Ryan Dwyer |
2018-05-25 | Arrange views after flattening the parent | Ryan Dwyer |
2018-05-24 | Fix crash in move workspace to output command | Ryan Dwyer |