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-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