| Age | Commit message (Expand) | Author |
| 2022-03-16 | Clean up .vue code, make root tile hide overflow | Terry Truong |
| 2022-03-16 | Add swept-nodes-priority option | Terry Truong |
| 2022-03-16 | Use outlines and pseudo-divs instead of borders | Terry Truong |
| 2022-03-16 | Fix center-prop typescript error, add allocated-array type annotations | Terry Truong |
| 2022-03-16 | Make parent-swept-area transition-in from top-left | Terry Truong |
| 2022-03-15 | Enable ellipsis for long header names | Terry Truong |
| 2022-03-15 | Make root tile centered in view | Terry Truong |
| 2022-03-15 | Make layout funcs return node with best-fit dims, remove usedDims | 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 | Fix inconsistent-tileCount-on-layout-fail bug | 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 |
| 2022-03-12 | Move images to public/ | Terry Truong |
| 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 | Make non-expandable tiles more transparent. Use const for transition duration. | Terry Truong |
| 2022-03-10 | Add script for generating tol JSON from txt file. Significantly increase data... | 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 f... | Terry Truong |
| 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-08 | Make TileTree update layout-info in one tree-walk, with cancellability. Do so... | Terry Truong |
| 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 til... | Terry Truong |
| 2022-03-05 | Make import pathnames less irregular | Terry Truong |
| 2022-03-05 | Prevent overflow and excess space on tile expand and collapse | Terry Truong |
| 2022-03-05 | Separate some of TileTree.vue into Tile.vue | Terry Truong |
| 2022-03-05 | Separate layout code into new file | Terry Truong |
| 2022-03-05 | Increase z-index during tile expand/collapse | Terry Truong |
| 2022-03-05 | Allow starting from root tile, make App.vue tileCount-independent | Terry Truong |
| 2022-03-04 | Increase basicRectsLayout() general-usability | Terry Truong |
| 2022-03-04 | Provide transitions for tile expand/collapse | Terry Truong |
| 2022-03-04 | Add tile collapse | Terry Truong |
| 2022-03-04 | Add tile expansion, modify tol representation | Terry Truong |
| 2022-03-04 | Improve sweep-to-side layout | Terry Truong |
| 2022-03-03 | Refactor layout methods | Terry Truong |
| 2022-03-03 | Improve squares-layout algorithm | Terry Truong |
| 2022-03-03 | Add basic sweep-to-side layout | Terry Truong |