aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/arrange.h
Commit message (Collapse)AuthorAge
* Remove arrange_windows()Libravatar Ryan Dwyer2018-04-30
| | | | After the refactor, this function is no longer called.
* Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28
Replaces arrange_windows() with arrange_root(), arrange_output(), arrange_workspace() and arrange_children_of(). Also makes fullscreen views save and restore their dimensions, which allows it to preserve any custom resize and is also a requirement for floating views once they are implemented.