index
:
tilo
main
Tilo: Interactive Tree of Life
Terry Truong
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
layout.js
Age
Commit message (
Collapse
)
Author
2022-03-11
Make rect-layout empty-space-shifting happen while laying out each cell
Terry Truong
2022-03-11
Add LayoutNode class
Terry Truong
2022-03-10
Fix a few layout bugs
Terry Truong
2022-03-10
Change layout objects into functions
Terry Truong
2022-03-10
Move layout-info functions into one place
Terry Truong
2022-03-10
Add throttling for resizing. Add array-creation helper functions.
Terry Truong
2022-03-10
Add rect-layout horz/vert/linear settings
Terry Truong
2022-03-10
Add sweep-to-narrower-document-side. Do some minor reorganisation.
Terry Truong
2022-03-10
Make empty-space-shifting apply recursively. Add temp-node and layout names ↵
Terry Truong
for debugging.
2022-03-09
Re-position headers for parent-area-using tile-groups
Terry Truong
2022-03-09
Add divs enclosing parent-area-using tiles
Terry Truong
2022-03-09
Add basic code allowing sweep-layout to use leftover space from parent sweep
Terry Truong
2022-03-09
Small refactor to ease sweep-direction specification
Terry Truong
2022-03-09
Add min/max tile sizes
Terry Truong
2022-03-08
Make TileTree update layout-info in one tree-walk, with cancellability. Do ↵
Terry Truong
some side refactoring.
2022-03-08
Make layout-evaluation discourage unfilled grid cells
Terry Truong
2022-03-07
Add sweep-to-top layout
Terry Truong
2022-03-07
Allow groups of expanded tiles to have non-grid-aligned elements, add more ↵
Terry Truong
test data
2022-03-06
For groups of expanded tiles, shift empty space to bottom/right-most cells
Terry Truong
2022-03-06
Reduce code redundancy by adding more info to layout-objects
Terry Truong
2022-03-06
Improve layouts by using arFromArea() funcs as layout-info, and improving ↵
Terry Truong
tile-header awareness
2022-03-05
Make import pathnames less irregular
Terry Truong