| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-03 | Formatting, documentation and small improvements ๐งฝ | Laurenz | |
| 2020-08-02 | Refactor model into tree ๐ | Laurenz | |
| 2020-08-02 | Layout elements and pure rust rendering ๐ฅ | Laurenz | |
| 2020-08-02 | Move binary into separate crate and tidy dependencies ๐ญ | Laurenz | |
| 2020-08-02 | Refactor argument parsing ๐ฌ | Laurenz | |
| 2020-08-01 | Raw lengths ๐ฒ | Laurenz | |
| Replace unitless length with raw f64 and introduce length type with unit. | |||
| 2020-08-01 | Port font handling to fontdock and ttf-parser ๐ณ | Laurenz | |
| - Use fontdock for indexing fonts and querying - Typst binary now automatically indexes and uses system fonts in addition to a fixed font folder! - Removes subsetting support for now (was half-finished anyways, plan is to use harfbuzz for subsetting in the future) - Adds font width configuration support | |||
| 2020-07-29 | Move, rename and switch some things (boring) ๐ | Laurenz | |
| - Problems -> Diagnostics - Position -> Pos - offset_spans -> Offset trait - Size -> Length (and some more size types renamed) - Paper into its own module - scope::Parser -> parsing::CallParser - Create `Decorations` alias - Remove lots of double newlines - Switch from f32 to f64 | |||
| 2020-07-27 | Refactor parser ๐ | Laurenz | |
| 2020-07-26 | Rename errors to problems and make error! macro more ergonomic ๐งผ | Laurenz | |
| Also adds a `warning!` macro. | |||
| 2020-02-13 | New syntax features ๐ | Laurenz | |
| - Forced line breaks with backslash followed by whitespace - (Multline) raw text in backticks - Set font class fallbacks with [font.family] (e.g. [font.family: monospace=("CMU Typewriter Text")]) - More sophisticated procedure to find end of function, which accounts for comments, strings, raw text and nested functions (this is a mix of a feature and a bug fix) | |||
| 2020-02-09 | Write lots of parser tests ๐ช | Laurenz | |
| 2020-02-06 | Highlight bold / italic / monospace ๐จ | Laurenz | |
| 2020-02-04 | Serialize layouts with serde ๐ | Laurenz | |
| 2020-02-04 | Merge `Parsed` and `Layouted` types into `Pass` with `Feedback` ๐๐ข๐ | Laurenz | |
| 2020-02-03 | Better Debug/Display and Derives ๐งฝ | Laurenz | |
| 2020-02-03 | Upgrade to new toddle interface ๐ณ | Laurenz | |
| 2020-01-26 | Document everything ๐ | Laurenz | |
| 2020-01-24 | Reorganize modules ๐งฑ | Laurenz | |
| 2020-01-24 | Non-fatal argument parsing ๐ | Laurenz | |
| 2020-01-21 | Decoupled function parser ๐ [WIP] | Laurenz | |
| 2020-01-19 | Move to non-fatal errors ๐ช [WIP] | Laurenz | |
| - Dynamic models instead of SyntaxTrees - No more ParseResult/LayoutResult - Errors and Decorations which are propagated to parent contexts - Models are finally clonable | |||
| 2020-01-13 | Checkpoint ๐ | Laurenz | |
| 2020-01-06 | Formatting ๐ | Laurenz | |
| 2020-01-06 | Asyncify font loading ๐ช | Laurenz | |
| 2020-01-05 | Re-enable *, _ and `. | Laurenz | |
| 2020-01-04 | Adopt new font loading engine โ | Laurenz | |
| 2019-12-30 | Fix looping bug ๐ง | Laurenz | |
| 2019-12-30 | Simple line layouter ๐งพ | Laurenz | |
| 2019-12-15 | Paper styles and scalable+default margins ๐ | Laurenz | |
| 2019-12-15 | Fix padding-top bug ๐ | Laurenz | |
| 2019-12-13 | More consistent library code and functions ๐ | Laurenz | |
| 2019-12-12 | Refine and rename layouting types ๐ | Laurenz | |
| 2019-12-12 | Tidying up ๐งน | Laurenz | |
| 2019-12-12 | Refactor size module โป | Laurenz | |
| 2019-12-11 | Pretty good stack layouter โ | Laurenz | |
| 2019-12-11 | Not too shabby stack layouter ๐ | Laurenz | |
| 2019-12-10 | Progressing stack layouter ๐ | Laurenz | |
| 2019-12-09 | Bad stack layouter ๐ | Laurenz | |
| 2019-12-08 | Improve testers โป | Laurenz | |
| 2019-12-05 | Rename crate `typst` -> `typstc` โ | Laurenz | |
| 2019-12-05 | Move arg parser into `FuncArgs` and create (incomplete) consistent map ๐งญ | Laurenz | |
| 2019-12-04 | Unify error types โพ | Laurenz | |
| 2019-12-04 | Expand functionality of function! macro ๐ฐ | Laurenz | |
| 2019-12-01 | First half of stack update ๐ | Laurenz | |
| 2019-11-30 | Refactor layouting base โป | Laurenz | |
| 2019-11-30 | Better error reporting ๐จ | Laurenz | |
| 2019-11-23 | Fix bugs ๐ง | Laurenz | |
| 2019-11-22 | Fix secondary non-origin alignment ๐ง | Laurenz | |
| 2019-11-22 | Specify both axis with align function โ | Laurenz | |
