aboutsummaryrefslogtreecommitdiff
path: root/include/sway/layout.h
AgeCommit message (Collapse)Author
2017-11-25Handle view destruction properlyDrew DeVault
2017-11-25Arrange windows on desktopDrew DeVault
2017-11-22Add workspace to outputsDrew DeVault
2017-11-19Add outputs to the treeDrew DeVault
2017-11-18Move everything to sway/old/Drew DeVault
2017-03-01i3 feature support: Moving flotaing containersCalvin Lee
This commit lets the 'move' command apply to floating containers as well as tiled ones. The command may be appended with a number of pixels and then optionally the string `px` (like '10 px') in order to move the container more or fewer than the standard ten pixels.
2017-01-07simplification of apply_auto_layoutwil
Achieved by introducing auto_group_bounds function that produces the start/end indexes of a group inside an auto layot container.
2017-01-07Moved auto_* layout functions from resize.c to layout.cwil
2017-01-01Fix inline is_auto_layoutDrew DeVault
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-12-29Added Awesome/Monad type "auto" layoutswil
2016-09-01Reorganize includesDrew DeVault