Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-28 | Merge pull request #2060 from RedSoxFan/focus-wrapping | emersion | |
Implement focus_wrapping | |||
2018-05-28 | Merge pull request #2058 from RyanDwyer/refactor-parse-title-format | emersion | |
Refactor parse_title_format | |||
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 | |
Don't read properties until needed, and do it with less lines of code. | |||
2018-05-27 | Merge pull request #2050 from smlx/focus-fix | Drew DeVault | |
Focus containers only on entry. | |||
2018-05-27 | Merge pull request #2055 from RedSoxFan/output-destroy-workspace-ipc | Drew DeVault | |
Send workspace::move in container_output_destroy | |||
2018-05-27 | Implement bindsym/bindcode --locked | frsfnrrg | |
Adds the --locked flag to bindsym and bindcode commands. When a keyboard's associated seat has an exclusive client (i.e, a screenlocker), then bindings are only executed if they have the locked flag. When there is no such client, this restriction is lifted. | |||
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 | |
Closes #2044. | |||
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 | |
Fixes #2045 | |||
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 | |
Update for swaywm/wlroots#993 | |||
2018-05-25 | Merge pull request #2036 from RyanDwyer/workspace-switch-on-map | Drew DeVault | |
Switch workspace if required when mapping a view | |||
2018-05-25 | Merge pull request #2033 from RyanDwyer/arrange-after-flatten | Drew DeVault | |
Arrange views after flattening the parent | |||
2018-05-25 | Merge pull request #2034 from RyanDwyer/cleanup-container-titles | Drew DeVault | |
Clean up container title functions | |||
2018-05-25 | Switch workspace if required when mapping a view | Ryan Dwyer | |
If a view is created on a workspace that wasn't visible, switch to it. Fixes #1879. | |||
2018-05-25 | Fix focus bug when moving between outputs | Ryan Dwyer | |
When moving focus left or right to an adjacent output, only select the first or last child in the new workspace if the workspace's layout is horizontalish. If it's a verticalish layout, use the last focused container. | |||
2018-05-25 | Clean up container title functions | Ryan Dwyer | |
* Add and use lenient_strcat and lenient_strncat functions * Rename `concatenate_child_titles` function as that's no longer what it does * Rename `container_notify_child_title_changed` because we only need to notify that the tree structure has changed, not titles * Don't notify parents when a child changes its title * Update ancestor titles when changing a container's layout * Eg. create nested tabs and change the inner container to stacking * No need to store tree presentation in both container->name and formatted_title | |||
2018-05-25 | Arrange views after flattening the parent | Ryan Dwyer | |
Fixes #2029. | |||
2018-05-24 | Fix crash in move workspace to output command | Ryan Dwyer | |
Fixes #2026. | |||
2018-05-24 | Fix nested tabs | Ryan Dwyer | |
Fixes #2023. | |||
2018-05-22 | Implement IPC_GET_MARKS | Brian Ashworth | |
2018-05-22 | Implement clicking stacked title bars | Ryan Dwyer | |