aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
AgeCommit message (Expand)Author
2022-03-27Add faster rect-layout algorithmTerry Truong
2022-03-26Make auto-mode current-node-based, with focus indicationTerry Truong
2022-03-26Highlight search resultTerry Truong
2022-03-26Add LayoutMap to lib.ts, with updating via tryLayout()Terry Truong
2022-03-25Add tolNode parent pointers, tolMap, and layoutMapTerry Truong
2022-03-23Make parent-bar-tile clicks restore hidden parentsTerry Truong
2022-03-23Move root-tile boundary-offset handling to TileTreeTerry Truong
2022-03-22Replace LayoutTree class with plain functionsTerry Truong
2022-03-22Hide ancestors on double-clickTerry Truong
2022-03-22Enable layouting with allowCollapseTerry Truong
2022-03-22Add more adaptive min-cell-size for rect-layoutTerry Truong
2022-03-21Fix minor empSpc miscalculation and some commentsTerry Truong
2022-03-21Rename layout functionsTerry Truong
2022-03-21Avoid changing DOM-bound tree before new layout is determinedTerry Truong
2022-03-20Fix small tile-alignment bugTerry Truong
2022-03-19Add alternating background colors and 'depth' field. Add small image shadows.Terry Truong
2022-03-18Make commenting format more conventionalTerry Truong
2022-03-18Clean up rectLayoutFn() and sweepLayoutFn() code. Tweak sweptNodesPrio settings.Terry Truong
2022-03-16Clean up sqrLayoutFn() codeTerry Truong
2022-03-16Clean up .vue code, make root tile hide overflowTerry Truong
2022-03-16Add swept-nodes-priority optionTerry Truong
2022-03-16Use outlines and pseudo-divs instead of bordersTerry Truong
2022-03-16Fix center-prop typescript error, add allocated-array type annotationsTerry Truong
2022-03-15Make compacted sweep-to-parent work recursively. Fix various spacing inconsis...Terry Truong
2022-03-15Make sweep-to-parent layout waste less spaceTerry Truong
2022-03-15Make layout funcs return node with best-fit dims, remove usedDimsTerry Truong
2022-03-14Change layout.ts to lib.tsTerry Truong