aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree/workspace.h
AgeCommit message (Expand)Author
2024-01-18scene_graph: Maintain `wlr_scene_node`s for the sway tree.Alexander Orzechowski
2023-01-03Add missing includes & remove duplicatesCarl Smedstad
2021-06-22Revert "Add workspace {prev,next}_on_output --create"Ragnar Groot Koerkamp
2021-06-18Move auto_back_and_forth logic out of workspace_switchRagnar Groot Koerkamp
2020-12-20introduce workspace_squashRonan Pigott
2020-12-20Change workspace_layout to match i3 behaviorRonan Pigott
2020-10-27output: evacuate sticky containers only if new output has a workspacemwenzkowski
2020-07-01commands/move: unwrap workspace container on move to new workspaceTudor Brindus
2019-02-17Add workspace {prev,next}_on_output --createDrew DeVault
2018-11-07Implement per side and per direction outer gapsBrian Ashworth
2018-10-21Make workspace back_and_forth seat-specificRyan Dwyer
2018-09-29Make gaps implementation consistent with i3-gapsRyan Dwyer
2018-09-28Rename workspace_outputs to workspace_configs and fix memory leakRyan Dwyer
2018-09-11Implement tiling dragRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-26Make separate gaps functions per container typeRyan Dwyer
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-18Implement iterators per container typeRyan Dwyer
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer
2018-08-08Deny moving a sticky container to workspace if it's the same outputRyan Dwyer
2018-08-06commands: complete workspace implementationIan Fan
2018-08-04Move workspace pid code to root.cRyan Dwyer
2018-07-26Allow containers to be fullscreenRyan Dwyer
2018-07-23Merge branch 'master' into pid-workspacesDrew DeVault
2018-07-16Update workspace urgent state when views close or move workspacesRyan Dwyer
2018-07-16Implement urgency base functionalityRyan Dwyer
2018-07-01Implement pid->workspace trackingDrew DeVault
2018-06-08Restore workspaces to outputs based on priorityBrian Ashworth
2018-06-01Implement floatingRyan Dwyer
2018-06-01Implement `floating enable`Drew DeVault
2018-04-17Create sway_workspace struct.Ryan Dwyer
2018-04-03unify workspace create functionsTony Crisci
2018-03-30Fix workspace deletion edge casesDrew DeVault
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29remove swayc_t typedefTony Crisci
2018-03-29move tree includes to their own directoryTony Crisci