| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-28 | Minor changes to columns | Martin Haug | |
| 2021-12-27 | Adjust column size and expansion handling | Martin Haug | |
| 2021-12-27 | Apply simple suggestions from code review | Martin | |
| Co-Authored-By: Laurenz <laurmaedje@gmail.com> | |||
| 2021-12-26 | Introduce equal-width columns | Martin Haug | |
| 2021-12-21 | Set Rules Episode IX: The Rise of Testing | Laurenz | |
| 2021-12-15 | Set Rules Episode VII: The Set Awakens | Laurenz | |
| 2021-12-15 | Set Rules Episode VI: Return of the Refactor | Laurenz | |
| 2021-12-15 | Set Rules Episode V: The Tests Strike Back | Laurenz | |
| 2021-12-02 | Remove baseline weirdness | Laurenz | |
| 2021-11-29 | Fix square and circle width & height | Laurenz | |
| 2021-11-29 | Go back to wrapping inline nodes | Laurenz | |
| 2021-11-25 | Layout improvements | Laurenz | |
| 2021-11-23 | Transformations | Laurenz | |
| 2021-11-23 | Simpler alignment resolving | Laurenz | |
| 2021-11-23 | 2d alignments with plus operator | Laurenz | |
| 2021-11-23 | Horizon alignment | Laurenz | |
| 2021-11-22 | Welcome to Tigerland | Laurenz | |
| 2021-11-29 | Castable optional and smart values | Laurenz | |
| 2021-11-18 | Page fill | Laurenz | |
| 2021-11-17 | Placed node | Laurenz | |
| 2021-11-17 | Align node | Laurenz | |
| 2021-11-16 | Image fit modes | Laurenz | |
| 2021-11-16 | Don't wrap already layoutable nodes into flows/pars unnecessarily | Laurenz | |
| 2021-11-16 | Revert page and inline levels | Laurenz | |
| 2021-10-31 | Fix panic in pad node | Laurenz | |
| 2021-10-28 | Add `move` function | Laurenz | |
| 2021-10-26 | Fr in stack and par | Laurenz | |
| 2021-10-23 | Drop `iso-` prefix for A papers | Laurenz | |
| 2021-10-23 | Remove directions from grid | Laurenz | |
| 2021-10-23 | New `ShapeNode` | Laurenz | |
| Replaces `BackgroundNode` and `FixedNode` | |||
| 2021-10-23 | Remove inline alignment from stack | Laurenz | |
| The current inline alignment is very broken and leads to lots of subtle weirdness. Getting rid of it simplifies the stack's interface a lot. At a later point either: - inline alignment will be added back in a better way, or - all nodes will be able to expand or align themselves, meaning that the stack's children take care of their alignment | |||
| 2021-10-07 | Slim down and organize paper sizes | Laurenz | |
| Co-Authored-By: Martin <mhaug@live.de> | |||
| 2021-10-05 | Rename `length` to `size` in `square()` | Laurenz | |
| 2021-10-05 | Paper longhand for page function | Laurenz | |
| 2021-10-02 | Simpler and more versatile row and column gutter arguments | Laurenz | |
| 2021-09-30 | New default fonts | Laurenz | |
| 2021-09-27 | Add spacing capabilities to stack function | Laurenz | |
| - Named argument `spacing` controls spacing between any two template arguments - Arbitrary linears in the list can produce arbitrary spacing | |||
| 2021-09-27 | Fix panic due to bad alignments in stack function | Laurenz | |
| 2021-09-27 | Expand all but last region for broken up auto rows | Laurenz | |
| 2021-09-25 | Prevent paragraph from overflowing due to trailing linebreak | Laurenz | |
| 2021-09-10 | Set the correct base for grid cells | Laurenz | |
| 2021-08-17 | Library functions behave more imperatively | Laurenz | |
| - Templates scope state changes - State-modifying function operate in place instead of returning a template - Internal template representation contains actual owned nodes instead of a pointer to a syntax tree + an expression map - No more wide calls | |||
| 2021-08-17 | Make percentages for h and v relative to area instead of font size | Laurenz | |
| 2021-07-31 | Call args span now includes parens | Laurenz | |
| 2021-07-30 | Change indent from 4 to 2 spaces | Laurenz | |
| 2021-07-30 | Fatal errors | Laurenz | |
| - Makes errors fatal, so that a phase is only reached when all previous phases were error-free - Parsing still recovers and can produce multiple errors - Evaluation fails fast and can thus produce only a single error (except for parse errors due to an import) - The single error that could occur during execution is removed for now - Removes Value::Error variant | |||
| 2021-07-08 | Rename Fill to Paint | Laurenz | |
| 2021-06-30 | Remove color literals (#39) | Laurenz | |
| 2021-06-29 | Make even more use of wide calls | Laurenz | |
| 2021-06-29 | Make use of wide calls | Laurenz | |
