aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/layout.c
AgeCommit message (Expand)Author
2019-02-19layout cmd: always operate on parent container, like i3Fixes #3724Eric Drechsel
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2018-10-26Deny several commands when there's no outputs connectedRyan Dwyer
2018-10-23commands: remove EXPECTED_MORE_THANIan Fan
2018-09-29Make gaps implementation consistent with i3-gapsRyan Dwyer
2018-09-06Fix crash when running "layout toggle"Ryan Dwyer
2018-09-05Fix crash when running layout toggle splitRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-28Fix gaps issuesRyan Dwyer
2018-08-06commands: fix layout implementation (also better name for previous split layout)Ian Fan
2018-08-06commands: complete layout implementationIan Fan
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-06-09Refactor everything that needs to arrange windowsRyan Dwyer
2018-06-01Replace is_floating boolean with functionRyan Dwyer
2018-05-25Clean up container title functionsRyan Dwyer
2018-05-22Implement stacked layoutRyan Dwyer
2018-05-21Implement tabbed layoutRyan Dwyer
2018-04-28Refactor arrange_windows()Ryan Dwyer
2018-04-26Remove sway_container.workspace_layoutRyan 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-03clean up container_get_default_layoutTony Crisci
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-29more renaming thingsTony Crisci
2018-03-29rename container functionsTony Crisci
2018-03-29move tree includes to their own directoryTony Crisci
2018-02-24remove checks for command handlersTony Crisci
2018-02-22basic layout commandTony Crisci
2017-11-18Move everything to sway/old/Drew DeVault
2017-04-29prevent crash when `layout auto` is missing argsZandr Martin
2017-04-05Improve criteria handlingCalvin Lee
2017-03-10UnGNUify the codebaseDrew DeVault
2017-01-14replaced "bot" with "bottom" in auto layout commandswil
2017-01-08reworked "layout auto*" star commandswil
2017-01-08Indent cleanupswil
2017-01-01[fix] cleanups suggested by Sway communitywil
2017-01-01changed "layout promote" command to "move first"wil
2016-12-31[fix] cycle auto layouts backwardswil
2016-12-29cleanup in auto layoutswil
2016-12-29introduce next/prev as a direction for focus/move commands.wil
2016-12-29Added "layout incnmaster|incncol" commandswil
2016-12-29Added Awesome/Monad type "auto" layoutswil
2016-12-04fix layout switching (was broken because of workspace_layout)D.B
2016-12-04add workspace_layout to containerD.B
2016-11-06change default layout toggle to L_HORIZD.B
2016-10-12Revert "Fixes dealing with workspace_layout and related bugs [rfc]"Drew DeVault
2016-10-11add workspace_layout, ensure ws is always L_HORIZD.B
2016-09-02merge in latest commitsZandr Martin