aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/workspace_layout.c
Commit message (Collapse)AuthorAge
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
| | | | | | | | | 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.
* Implement config parser for workspace_layoutLibravatar Brian Ashworth2018-05-28
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Fix off-by-one error when checking workspace_layout argumentsLibravatar Jarkko Oranen2017-03-18
|
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
|
* replaced "bot" with "bottom" in auto layout commandsLibravatar wil2017-01-14
|
* cleanup in auto layoutsLibravatar wil2016-12-29
| | | | | | - 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.
* merge in latest commitsLibravatar Zandr Martin2016-09-02
|
* refactor commands.cLibravatar Zandr Martin2016-09-01