| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-17 | Setter method | Laurenz | |
| 2021-06-17 | Constraints (#31) | Martin | |
| 2021-06-15 | Refactor grid row layout | Laurenz | |
| 2021-06-13 | Refactor column resolving | Laurenz | |
| 2021-06-12 | Give up on not implementing Eq and Ord | Laurenz | |
| 2021-06-12 | Allow grid cells to span multiple regions. (#30) | Martin | |
| 2021-06-11 | Push some nodes directly into the stack | Laurenz | |
| 2021-06-11 | Basic enums | Laurenz | |
| 2021-06-11 | Remove props in favor of using state for everything | Laurenz | |
| 2021-06-10 | Text decorations | Martin Haug | |
| 2021-06-09 | Tidy up | Laurenz | |
| 2021-06-09 | Add a grid layouter | Martin Haug | |
| 2021-06-09 | Introduce `fr`s | Martin Haug | |
| 2021-06-09 | Add note about quadratic running times | Laurenz | |
| 2021-06-09 | Remove template pretty printing | Laurenz | |
| Was buggy and pretty useless anyway since it couldn't peek into function templates. | |||
| 2021-06-09 | Lists with indent-based parsing | Laurenz | |
| - Unordered lists with indent-based parsing and basic layout using stacks - Headings are now also indent based - Removes syntax functions since they will be superseded by select & transform | |||
| 2021-06-08 | Move import parser to appropriate position in the file | Laurenz | |
| 2021-06-07 | Switch back to hashtags for headings | Laurenz | |
| 2021-06-01 | Refactor path handling | Laurenz | |
| 2021-05-31 | Fix path hash bug on unix | Laurenz | |
| 2021-05-31 | Test cases for include and import | Martin Haug | |
| 2021-05-31 | Fix and improve | Laurenz | |
| - Set context location to resolved path during module evaluation. - Dump module diagnostics on import - Use same-file for more robustness than fs::canonicalize | |||
| 2021-05-31 | Module loading system | Laurenz | |
| Detects cyclic imports and loads each module only once per compilation. | |||
| 2021-05-31 | Parse import and include expressions | Martin Haug | |
| Co-Authored-By: Laurenz <laurmaedje@gmail.com> | |||
| 2021-05-28 | Refactored loading and cache architecture | Laurenz | |
| 2021-05-27 | Remove hash() from AnyNode since caching is now fully transparent | Laurenz | |
| 2021-05-27 | Switch to N64 type alias | Laurenz | |
| 2021-05-27 | Adapt to pdf-writer update | Laurenz | |
| 2021-05-26 | Add a cache for unchanged layouts | Martin Haug | |
| Co-Authored-By: Laurenz <laurmaedje@gmail.com> | |||
| 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-23 | A few predefined colors for testing | Laurenz | |
| 2021-05-23 | Stack function | Laurenz | |
| 2021-05-22 | Adapt to pdf-writer update | Laurenz | |
| 2021-05-21 | Refactor parser a bit | Laurenz | |
| 2021-05-21 | Rename areas to regions | Laurenz | |
| 2021-05-19 | Reword some doc comments | Laurenz | |
| 2021-05-18 | Leaner argument parsing | Laurenz | |
| 2021-05-18 | Rename _new to new and typify to value | Laurenz | |
| 2021-05-18 | Min and max functions | Laurenz | |
| 2021-05-18 | Streamline value comparisons | Laurenz | |
| 2021-05-17 | Convert font units to lengths earlier | Laurenz | |
| 2021-05-17 | Tidy up layouting code | Laurenz | |
| 2021-05-17 | Move aspect ratio into stack | Laurenz | |
| 2021-05-17 | Rename expand to fixed and switch to bools | Laurenz | |
| 2021-05-14 | Fix compilation on unix | Laurenz | |
| 2021-05-14 | Remove resource abstraction and handle images natively | Laurenz | |
| 2021-05-13 | Expose units_per_em and raw face id | Laurenz | |
| 2021-05-05 | Make file system loader serializable 📚 | Laurenz | |
| 2021-04-23 | Reengineer font and resource loading 🏞 | 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. | |||
