Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-12 | Listen to output layout change | emersion | |
2017-11-25 | Handle view destruction properly | Drew DeVault | |
2017-11-25 | Arrange windows on desktop | Drew DeVault | |
2017-11-22 | Add workspace to outputs | Drew DeVault | |
2017-11-19 | Add outputs to the tree | Drew DeVault | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-03-01 | i3 feature support: Moving flotaing containers | Calvin 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-07 | simplification of apply_auto_layout | wil | |
Achieved by introducing auto_group_bounds function that produces the start/end indexes of a group inside an auto layot container. | |||
2017-01-07 | Moved auto_* layout functions from resize.c to layout.c | wil | |
2017-01-01 | Fix inline is_auto_layout | Drew DeVault | |
2016-12-29 | cleanup in auto layouts | wil | |
- 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-29 | Added Awesome/Monad type "auto" layouts | wil | |
2016-09-01 | Reorganize includes | Drew DeVault | |