aboutsummaryrefslogtreecommitdiff
path: root/src/layout.js
AgeCommit message (Collapse)Author
2022-03-12Make basic conversion to typescriptTerry Truong
2022-03-11Make rect-layout empty-space-shifting happen while laying out each cellTerry Truong
2022-03-11Add LayoutNode classTerry Truong
2022-03-10Fix a few layout bugsTerry Truong
2022-03-10Change layout objects into functionsTerry Truong
2022-03-10Move layout-info functions into one placeTerry Truong
2022-03-10Add throttling for resizing. Add array-creation helper functions.Terry Truong
2022-03-10Add rect-layout horz/vert/linear settingsTerry Truong
2022-03-10Add sweep-to-narrower-document-side. Do some minor reorganisation.Terry Truong
2022-03-10Make empty-space-shifting apply recursively. Add temp-node and layout names ↵Terry Truong
for debugging.
2022-03-09Re-position headers for parent-area-using tile-groupsTerry Truong
2022-03-09Add divs enclosing parent-area-using tilesTerry Truong
2022-03-09Add basic code allowing sweep-layout to use leftover space from parent sweepTerry Truong
2022-03-09Small refactor to ease sweep-direction specificationTerry Truong
2022-03-09Add min/max tile sizesTerry Truong
2022-03-08Make TileTree update layout-info in one tree-walk, with cancellability. Do ↵Terry Truong
some side refactoring.
2022-03-08Make layout-evaluation discourage unfilled grid cellsTerry Truong
2022-03-07Add sweep-to-top layoutTerry Truong
2022-03-07Allow groups of expanded tiles to have non-grid-aligned elements, add more ↵Terry Truong
test data
2022-03-06For groups of expanded tiles, shift empty space to bottom/right-most cellsTerry Truong
2022-03-06Reduce code redundancy by adding more info to layout-objectsTerry Truong
2022-03-06Improve layouts by using arFromArea() funcs as layout-info, and improving ↵Terry Truong
tile-header awareness
2022-03-05Make import pathnames less irregularTerry Truong