summaryrefslogtreecommitdiffstats
path: root/include/sway/layout.h
Commit message (Collapse)AuthorAge
* simplification of apply_auto_layoutLibravatar wil2017-01-07
| | | | | Achieved by introducing auto_group_bounds function that produces the start/end indexes of a group inside an auto layot container.
* Moved auto_* layout functions from resize.c to layout.cLibravatar wil2017-01-07
|
* Fix inline is_auto_layoutLibravatar Drew DeVault2017-01-01
|
* 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.
* Added Awesome/Monad type "auto" layoutsLibravatar wil2016-12-29
|
* Reorganize includesLibravatar Drew DeVault2016-09-01