aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/workspace.c
AgeCommit message (Expand)Author
2018-06-09Refactor everything that needs to arrange windowsRyan Dwyer
2018-06-09Make main properties be the pending stateRyan Dwyer
2018-06-09WIP: Atomic layout updates ground workRyan Dwyer
2018-06-08Restore workspaces to outputs based on priorityBrian Ashworth
2018-06-05Support runtime var expansion and set at runtimeBrian Ashworth
2018-06-01Fix issues with sticky containers and workspacesRyan Dwyer
2018-06-01Use L_FLOATING instead of reapable booleanRyan Dwyer
2018-06-01Implement floatingRyan Dwyer
2018-06-01Implement `floating enable`Drew DeVault
2018-04-28Refactor arrange_windows()Ryan Dwyer
2018-04-26Remove sway_container.workspace_layoutRyan Dwyer
2018-04-17Create sway_workspace struct.Ryan Dwyer
2018-04-06Revert "Break everything^W^WUse wlr_box for sway_container"Drew DeVault
2018-04-06Break everything^W^WUse wlr_box for sway_containerDrew DeVault
2018-04-04Merge branch 'wlroots' into split-containers2Tony Crisci
2018-04-03move workspace create to workspace.cTony Crisci
2018-04-03Merge pull request #1712 from RedSoxFan/workspace-number-namesDrew DeVault
2018-04-03Fix name generation for workspace number <name>Brian Ashworth
2018-04-03unify workspace create functionsTony Crisci
2018-04-03move view and workspace destructors to container.cTony Crisci
2018-04-02Merge branch 'wlroots' into seat-fixesTony Crisci
2018-04-02rename seat functionsTony Crisci
2018-03-31Fixes back-and-forth name saving for non-empty wsBrian Ashworth
2018-03-30Fix workspace deletion edge casesDrew DeVault
2018-03-30Finish porting over workspace_next_nameDrew 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-29arrange windowsTony Crisci
2018-03-2980colTony Crisci
2018-03-29more renaming thingsTony Crisci
2018-03-29rename container functionsTony Crisci
2018-03-29move tree includes to their own directoryTony Crisci
2018-02-10remove old focus memberTony Crisci
2018-02-07separate seat get focus and seat get focus inactiveTony Crisci
2018-02-04basic focus overhaulTony Crisci
2018-01-30Implement workspacesDrew DeVault
2018-01-05sway: change all sway_log to wlr_logDominique Martinet
2017-11-22Add workspace to outputsDrew DeVault
2017-11-18Move everything to sway/old/Drew DeVault
2017-11-11Move sway's internal tree code to sway/tree/Drew DeVault