Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-27 | Send workspace::move in container_output_destroy | Brian Ashworth | |
2018-05-27 | Merge pull request #2052 from emersion/output-destroy-empty-workspace | emersion | |
Don't move empty workspaces when output is destroyed | |||
2018-05-27 | Don't move empty workspaces when output is destroyed | emersion | |
2018-05-28 | Merge pull request #2040 from RedSoxFan/cmd-swap | Ryan Dwyer | |
Implement swap command | |||
2018-05-28 | Merge branch 'master' into cmd-swap | Ryan Dwyer | |
2018-05-27 | Merge pull request #2043 from emersion/pool-buffer-fixes | emersion | |
Pool buffer fixes | |||
2018-05-27 | client/pool-buffer: munmap in destroy_buffer | emersion | |
2018-05-27 | client/pool-buffer: set CLOEXEC on buffer FD, just in case | emersion | |
2018-05-27 | Merge pull request #2053 from emersion/xdg-shell-tiled | Drew DeVault | |
xdg-shell: make all toplevels tiled | |||
2018-05-27 | Merge pull request #2042 from emersion/swaylock-render-loop | Drew DeVault | |
swaylock: implement a proper render loop | |||
2018-05-27 | Merge branch 'master' into xdg-shell-tiled | Drew DeVault | |
2018-05-27 | swaylock: implement a proper render loop | emersion | |
2018-05-27 | xdg-shell: make all toplevels tiled | emersion | |
2018-05-27 | Merge pull request #2049 from RyanDwyer/criteria-shell | emersion | |
Add shell criteria token | |||
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 | Merge pull request #2048 from RyanDwyer/title-format-app-id | emersion | |
Add %app_id to title_format | |||
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 | Merge pull request #2030 from chebykinn/fix-focus-follows-mouse-tabs | Ryan Dwyer | |
Don't focus tabbed and stacked containers on mouseover | |||
2018-05-26 | Merge branch 'master' into fix-focus-follows-mouse-tabs | Ryan Dwyer | |
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-26 | Merge pull request #2041 from emersion/delete-asciidoc-pages | emersion | |
Delete old asciidoc man pages | |||
2018-05-25 | Delete old asciidoc man pages | emersion | |
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 | Merge pull request #2037 from emersion/wlroots-1000 | Drew DeVault | |
Update for swaywm/wlroots#1000 | |||
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 | Merge pull request #2035 from RyanDwyer/fix-focus-bug | Drew DeVault | |
Fix focus bug when moving between outputs | |||
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 | Merge pull request #2028 from RyanDwyer/fix-move-workspace | Drew DeVault | |
Fix crash in move workspace to output command | |||
2018-05-24 | Fix crash in move workspace to output command | Ryan Dwyer | |
Fixes #2026. | |||
2018-05-24 | Merge pull request #2025 from RyanDwyer/fix-nested-tabs | emersion | |
Fix nested tabs | |||
2018-05-24 | Fix nested tabs | Ryan Dwyer | |
Fixes #2023. |