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.ts
Age
Commit message (
Expand
)
Author
2022-06-20
Increase type-consistency via server-classes and client-types
Terry Truong
2022-06-20
Avoid adding dom-nodes for hidden-ancestor other-children
Terry Truong
2022-06-19
Add layout-skip heuristic using collective-min-size check
Terry Truong
2022-06-17
Make swept-nodes-area leave space for at least 1 non-leaf
Terry Truong
2022-06-17
Fix preferred/fallback sweep-to-parent layout-waste bug
Terry Truong
2022-06-16
Add sweep-to-parent 'auto' setting
Terry Truong
2022-06-16
Make swept-left tiles less distant from non-swept siblings
Terry Truong
2022-05-24
Upon expand-to-view, remove ancestor other-descendants from layout tree
Terry Truong
2022-05-24
Add jump-to-searched-node setting
Terry Truong
2022-05-23
Make tutorial disable features until introduced
Terry Truong
2022-05-10
Enable display of active-root with overflow
Terry Truong
2022-05-06
Remove redundant layout-retry in sweepLayout()
Terry Truong
2022-04-30
Add scripts for downloading/reviewing/cropping_and_resizing images
Terry Truong
2022-04-26
Add small sqrLayout optimisation
Terry Truong
2022-04-26
Make TolMap have Map type
Terry Truong
2022-04-25
Adapt to handle open-tree-of-life data
Terry Truong
2022-03-29
Update comments, adjust names, do minor refactors
Terry Truong
2022-03-28
Split lib.ts into layout.ts and util.ts
Terry Truong
2022-03-14
Change layout.ts to lib.ts
Terry Truong
2022-03-14
Make display start from root
Terry Truong
2022-03-14
Add LayoutTree, move options to TileTree, add parent nodes
Terry Truong
2022-03-13
Use 2-element arrays to represent x-y and width-height pairs
Terry Truong
2022-03-13
Merge TreeNode into FormatNode
Terry Truong
2022-03-13
Combine SideArea and LeftoverArea into SepSweptArea
Terry Truong
2022-03-13
Add LayoutFn type. Refactor some layout functions.
Terry Truong
2022-03-12
Define TreeNode and LayoutNode. Move classes to types.ts.
Terry Truong
2022-03-12
Make basic conversion to typescript
Terry Truong