index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sway
/
tree
/
workspace.h
Age
Commit message (
Expand
)
Author
2024-01-18
scene_graph: Maintain `wlr_scene_node`s for the sway tree.
Alexander Orzechowski
2023-01-03
Add missing includes & remove duplicates
Carl Smedstad
2021-06-22
Revert "Add workspace {prev,next}_on_output --create"
Ragnar Groot Koerkamp
2021-06-18
Move auto_back_and_forth logic out of workspace_switch
Ragnar Groot Koerkamp
2020-12-20
introduce workspace_squash
Ronan Pigott
2020-12-20
Change workspace_layout to match i3 behavior
Ronan Pigott
2020-10-27
output: evacuate sticky containers only if new output has a workspace
mwenzkowski
2020-07-01
commands/move: unwrap workspace container on move to new workspace
Tudor Brindus
2019-02-17
Add workspace {prev,next}_on_output --create
Drew DeVault
2018-11-07
Implement per side and per direction outer gaps
Brian Ashworth
2018-10-21
Make workspace back_and_forth seat-specific
Ryan Dwyer
2018-09-29
Make gaps implementation consistent with i3-gaps
Ryan Dwyer
2018-09-28
Rename workspace_outputs to workspace_configs and fix memory leak
Ryan Dwyer
2018-09-11
Implement tiling drag
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-26
Make separate gaps functions per container type
Ryan Dwyer
2018-08-24
Refactor destroy functions and save workspaces when there's no outputs
Ryan Dwyer
2018-08-19
Replace hacky L_FLOATING container with a list
Ryan Dwyer
2018-08-18
Implement iterators per container type
Ryan Dwyer
2018-08-18
Rename container_sort_workspaces and container_wrap_children
Ryan Dwyer
2018-08-08
Deny moving a sticky container to workspace if it's the same output
Ryan Dwyer
2018-08-06
commands: complete workspace implementation
Ian Fan
2018-08-04
Move workspace pid code to root.c
Ryan Dwyer
2018-07-26
Allow containers to be fullscreen
Ryan Dwyer
2018-07-23
Merge branch 'master' into pid-workspaces
Drew DeVault
2018-07-16
Update workspace urgent state when views close or move workspaces
Ryan Dwyer
2018-07-16
Implement urgency base functionality
Ryan Dwyer
2018-07-01
Implement pid->workspace tracking
Drew DeVault
2018-06-08
Restore workspaces to outputs based on priority
Brian Ashworth
2018-06-01
Implement floating
Ryan Dwyer
2018-06-01
Implement `floating enable`
Drew DeVault
2018-04-17
Create sway_workspace struct.
Ryan Dwyer
2018-04-03
unify workspace create functions
Tony Crisci
2018-03-30
Fix workspace deletion edge cases
Drew DeVault
2018-03-29
Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"
Tony Crisci
2018-03-29
Revert "Refactor tree"
Drew DeVault
2018-03-29
remove swayc_t typedef
Tony Crisci
2018-03-29
move tree includes to their own directory
Tony Crisci