| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-23 | New `ShapeNode` | Laurenz | |
| Replaces `BackgroundNode` and `FixedNode` | |||
| 2021-09-10 | Reimplement `Debug` for layout nodes | Laurenz | |
| 2021-08-21 | Prune derives | Laurenz | |
| 2021-08-19 | Refactor layouting a bit | Laurenz | |
| Notably: - Handle aspect ratio in fixed node - Inline constraint inflation into pad node | |||
| 2021-07-10 | Reference-count complex values | Laurenz | |
| Rename some nodes types | |||
| 2021-07-08 | Add lots of Eq impls | Laurenz | |
| 2021-07-08 | Rename Fill to Paint | Laurenz | |
| 2021-06-29 | Put incremental compilation behind feature | Martin Haug | |
| 2021-06-18 | Ref count the frames | Martin | |
| 2021-06-17 | Constraints (#31) | Martin | |
| 2021-05-26 | Add hash impls for all nodes | Martin Haug | |
| This prepares the incremental PR. Co-Authored-By: Laurenz <laurmaedje@gmail.com> | |||
| 2021-05-21 | Rename areas to regions | Laurenz | |
| 2021-05-14 | Remove resource abstraction and handle images natively | Laurenz | |
| 2021-04-21 | Make frames serializable ๐ | Laurenz | |
| This also makes serialization support non-optional since it's too much feature-management for too little benefit. | |||
| 2021-03-25 | Refactor alignments & directions ๐ | Laurenz | |
| - Adds lang function - Refactors execution context - Adds StackChild and ParChild enums | |||
| 2021-03-20 | Square, circle and ellipse ๐ต | Laurenz | |
| 2021-03-19 | Scheduled maintenance ๐จ | Laurenz | |
| - New naming scheme - TextNode instead of NodeText - CallExpr instead of ExprCall - ... - Less glob imports - Removes Value::Args variant - Removes prelude - Renames Layouted to Fragment - Moves font into env - Moves shaping into layout - Moves frame into separate module | |||
| 2021-03-09 | Rename run to line and add some explanatory comments โ | Laurenz | |
| The name run was a relict of the time where a line consisted of a set of runs with same alignment. While these runs still exist conceptually, they are all stored flatly together in what was now renamed from `run` to `line`. | |||
| 2021-02-12 | Cleaning ๐งน | Laurenz | |
| 2021-02-06 | Generalize child of NodeBackground ๐ผ | Martin Haug | |
| 2021-02-06 | Merge `rect` and `box` ๐ฆ | Martin Haug | |
