Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 issues with sticky containers and workspaces | Ryan Dwyer | |
* Attach sticky containers to new workspaces when switching * Fire the close event *before* we start destroying the workspace to prevent a crash Because the sticky container now follows the visible workspace, this simplifies the rendering and container_at logic. | |||
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 | Implement `floating enable` | Drew DeVault | |
2018-06-01 | Merge pull request #2081 from RedSoxFan/fix-2077 | emersion | |
Send reparent events in container_split | |||
2018-06-01 | Fix move perpendicular segfault | Brian Ashworth | |
2018-05-31 | Send reparent events in container_split | Brian Ashworth | |
2018-05-31 | Fix typo | Brian Ashworth | |
2018-05-31 | Fix moving out of tab/stack when only child | Brian Ashworth | |
2018-05-29 | Notify of subtree change | Brian Ashworth | |
2018-05-29 | Fix moving out of a tabbed/stacked workspace | Brian Ashworth | |
2018-05-29 | Fix breaking out of tabs/stacks | Brian Ashworth | |
2018-05-29 | Add tree representation to IPC workspace description | Ryan Dwyer | |
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 | Send workspace::move in container_output_destroy | Brian Ashworth | |
2018-05-27 | Don't move empty workspaces when output is destroyed | emersion | |
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 %app_id to title_format | Ryan Dwyer | |
2018-05-26 | Implement swap command | Brian Ashworth | |
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 clicking stacked title bars | Ryan Dwyer | |
2018-05-22 | Use constants for titlebar dimensions | Ryan Dwyer | |
2018-05-22 | Implement stacked layout | Ryan Dwyer | |
2018-05-21 | Fix hide_edge_borders smart for tabs and stacks | Brian Ashworth | |
2018-05-21 | Fix tab border issues | Ryan Dwyer | |
2018-05-21 | Use class or app_id in tree representation | Ryan Dwyer | |
2018-05-21 | Don't track damage for views on inactive tabs | Ryan Dwyer | |
2018-05-21 | Add assertion in container_at_view | Ryan Dwyer | |
2018-05-21 | Implement tabbed layout | Ryan Dwyer | |
2018-05-21 | Fix hide_edge_borders constraints | Ryan Dwyer | |
When checking if a border is on the edge, the check should be done against the workspace rather than the output. | |||
2018-05-19 | Rebuild textures if needed when moving a container | Ryan Dwyer | |
When moving a container to an output which has a different scale than the previous, rebuild the title and marks textures at the new scale. Fixes #1999. |