summaryrefslogtreecommitdiff
path: root/sway/commands/workspace_layout.c
AgeCommit message (Collapse)Author
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
Patch tested by compiling with `__attribute__ ((format (printf, 2, 3)))` applied to `cmd_results_new`. String usage constants have been converted from pointers to arrays when encountered. General handler format strings were sometimes modified to include the old input string, especially for unknown command errors.
2018-05-28Implement config parser for workspace_layoutBrian Ashworth
2017-11-18Move everything to sway/old/Drew DeVault
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