| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-05-27 | Merge pull request #2053 from emersion/xdg-shell-tiled | Drew DeVault | -5/+7 | |
| xdg-shell: make all toplevels tiled | ||||
| 2018-05-27 | Merge pull request #2042 from emersion/swaylock-render-loop | Drew DeVault | -57/+108 | |
| swaylock: implement a proper render loop | ||||
| 2018-05-27 | Merge branch 'master' into xdg-shell-tiled | Drew DeVault | -3/+27 | |
| 2018-05-27 | swaylock: implement a proper render loop | emersion | -57/+108 | |
| 2018-05-27 | xdg-shell: make all toplevels tiled | emersion | -5/+7 | |
| 2018-05-27 | Merge pull request #2049 from RyanDwyer/criteria-shell | emersion | -3/+27 | |
| Add shell criteria token | ||||
| 2018-05-27 | Rename view_get_type to view_get_shell | Ryan Dwyer | -5/+5 | |
| 2018-05-27 | Add shell criteria token | Ryan Dwyer | -0/+24 | |
| Closes #2044. | ||||
| 2018-05-27 | Merge pull request #2048 from RyanDwyer/title-format-app-id | emersion | -0/+6 | |
| Add %app_id to title_format | ||||
| 2018-05-27 | Add %app_id to title_format | Ryan Dwyer | -0/+6 | |
| 2018-05-26 | Replace oft-failing abort with if statement | Drew DeVault | -4/+1 | |
| Fixes #2045 | ||||
| 2018-05-26 | Merge pull request #2030 from chebykinn/fix-focus-follows-mouse-tabs | Ryan Dwyer | -1/+31 | |
| Don't focus tabbed and stacked containers on mouseover | ||||
| 2018-05-26 | Merge branch 'master' into fix-focus-follows-mouse-tabs | Ryan Dwyer | -206/+0 | |
| 2018-05-26 | Check for next_focus before assert | Ivan Chebykin | -1/+1 | |
| 2018-05-26 | Fix usage of sway_assert | Ivan Chebykin | -3/+7 | |
| 2018-05-26 | Moved visibility check of of loop, added asserts | Ivan Chebykin | -1/+5 | |
| 2018-05-26 | Merge pull request #2041 from emersion/delete-asciidoc-pages | emersion | -206/+0 | |
| Delete old asciidoc man pages | ||||
| 2018-05-25 | Delete old asciidoc man pages | emersion | -206/+0 | |
| 2018-05-25 | Break after first tabbed/stacked layout | Ivan Chebykin | -4/+3 | |
| 2018-05-25 | Fix mouse focusing for horizontal/vertical views in tabbed containers | Ivan Chebykin | -1/+2 | |
| 2018-05-25 | Fixed styling issues | Ivan Chebykin | -4/+4 | |
| 2018-05-25 | Focus inactive container instead of checking cursor position | Ivan Chebykin | -10/+10 | |
| 2018-05-25 | Skip all nested containers | Ivan Chebykin | -16/+12 | |
| 2018-05-25 | Implement correct focusing for tabbed containers | Ivan Chebykin | -4/+25 | |
| 2018-05-25 | Fix focusing from other containers | Ivan Chebykin | -2/+3 | |
| 2018-05-25 | Don't focus tabbed and stacked containers on mouseover | Ivan Chebykin | -1/+5 | |
| 2018-05-25 | Merge pull request #2037 from emersion/wlroots-1000 | Drew DeVault | -1/+1 | |
| Update for swaywm/wlroots#1000 | ||||
| 2018-05-25 | Update for swaywm/wlroots#1000 | emersion | -1/+1 | |
| 2018-05-25 | Merge pull request #2017 from emersion/wlroots-993 | emersion | -1/+1 | |
| Update for swaywm/wlroots#993 | ||||
| 2018-05-25 | Merge pull request #2036 from RyanDwyer/workspace-switch-on-map | Drew DeVault | -1/+5 | |
| Switch workspace if required when mapping a view | ||||
| 2018-05-25 | Merge pull request #2033 from RyanDwyer/arrange-after-flatten | Drew DeVault | -1/+3 | |
| Arrange views after flattening the parent | ||||
| 2018-05-25 | Merge pull request #2034 from RyanDwyer/cleanup-container-titles | Drew DeVault | -83/+79 | |
| Clean up container title functions | ||||
| 2018-05-25 | Merge pull request #2035 from RyanDwyer/fix-focus-bug | Drew DeVault | -4/+12 | |
| Fix focus bug when moving between outputs | ||||
| 2018-05-25 | Switch workspace if required when mapping a view | Ryan Dwyer | -1/+5 | |
| 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 | -4/+12 | |
| 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 | -83/+79 | |
| * 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 | -1/+3 | |
| Fixes #2029. | ||||
| 2018-05-24 | Merge pull request #2028 from RyanDwyer/fix-move-workspace | Drew DeVault | -2/+10 | |
| Fix crash in move workspace to output command | ||||
| 2018-05-24 | Fix crash in move workspace to output command | Ryan Dwyer | -2/+10 | |
| Fixes #2026. | ||||
| 2018-05-24 | Merge pull request #2025 from RyanDwyer/fix-nested-tabs | emersion | -18/+11 | |
| Fix nested tabs | ||||
| 2018-05-24 | Fix nested tabs | Ryan Dwyer | -18/+11 | |
| Fixes #2023. | ||||
| 2018-05-23 | Merge pull request #2003 from emersion/fix-swaylock-hotplugging | Drew DeVault | -39/+78 | |
| Fix swaylock crashing when plugging/unplugging output | ||||
| 2018-05-23 | swaylock: remove unused field | emersion | -2/+0 | |
| 2018-05-23 | swaylock: don't try to render unconfigured surfaces | emersion | -0/+3 | |
| 2018-05-23 | Merge branch 'master' into fix-swaylock-hotplugging | emersion | -333/+985 | |
| 2018-05-23 | Merge pull request #2022 from RedSoxFan/ipc-get-marks | Ryan Dwyer | -0/+22 | |
| Implement IPC_GET_MARKS | ||||
| 2018-05-22 | Implement IPC_GET_MARKS | Brian Ashworth | -0/+22 | |
| 2018-05-21 | Merge pull request #2015 from RyanDwyer/stacked-layout | Drew DeVault | -347/+340 | |
| Implement stacked layout | ||||
| 2018-05-22 | Replace empty argument with void | Ryan Dwyer | -1/+1 | |
| 2018-05-22 | Implement clicking stacked title bars | Ryan Dwyer | -2/+17 | |
