summaryrefslogtreecommitdiff
path: root/sway/commands/workspace_layout.c
AgeCommit message (Collapse)Author
2017-03-18Fix off-by-one error when checking workspace_layout argumentsJarkko Oranen
2017-03-10UnGNUify the codebaseDrew DeVault
2017-01-14replaced "bot" with "bottom" in auto layout commandswil
2016-12-29cleanup in auto layoutswil
- added L_AUTO_FIRST/LAST instead of using explicit layouts. - when switching between auto layout that don't share the same major axis, invert the width/height of their child views to preserve their relative proportions.
2016-09-02merge in latest commitsZandr Martin
2016-09-01refactor commands.cZandr Martin