aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/split.c
AgeCommit message (Expand)Author
2018-12-17cmd_split: add null checks in do_splitBrian Ashworth
2018-12-05cmd_split: flatten when possibleBrian Ashworth
2018-10-26Deny several commands when there's no outputs connectedRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-07-28Allow splitting a floating viewRyan Dwyer
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-06-23Implement atomic layout updates for tree operationsRyan Dwyer
2018-06-09Refactor everything that needs to arrange windowsRyan Dwyer
2018-06-01Prevent splitting a floating viewRyan Dwyer
2018-04-28Refactor arrange_windows()Ryan Dwyer
2018-04-07container_create_notify on splitTony Crisci
2018-04-02cleanup split command handlersTony Crisci
2018-04-02fix workspace splitsTony Crisci
2018-04-02address feedbackTony Crisci
2018-03-31basic split containersTony Crisci
2017-11-18Move everything to sway/old/Drew DeVault
2017-04-05Improve criteria handlingCalvin Lee
2017-03-10UnGNUify the codebaseDrew DeVault
2016-12-04add workspace_layout to containerD.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
2016-09-01refactor commands.cZandr Martin