| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-30 | cli: Allow reading every path not of type dir (#414) | Johannes Wolf | |
| 2023-03-28 | Fix tests on Windows | Laurenz | |
| Fixes #386. | |||
| 2023-03-22 | Fix typos (#115) | Kian-Meng Ang | |
| Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant` | |||
| 2023-03-19 | Renaming and refactoring | Laurenz | |
| 2023-03-17 | Hover and autocomplete in show rules | Laurenz | |
| 2023-03-12 | Spans in math | Laurenz | |
| 2023-03-12 | Merge branch 'main' into ng | Martin Haug | |
| 2023-03-10 | New #[func] macro | Laurenz | |
| 2023-03-09 | Make render background color configurable | Laurenz | |
| 2023-03-08 | Rework style chain access | Laurenz | |
| 2023-03-08 | Require font to be a named argument | Laurenz | |
| 2023-03-07 | Fully untyped model | Laurenz | |
| 2023-03-01 | Split up `model` module | Laurenz | |
| 2023-02-25 | New default style | Laurenz | |
| 2023-02-24 | Fix more bad font names | Laurenz | |
| 2023-02-17 | Impl `Eq` for syntax tree types | Laurenz | |
| 2023-01-31 | Move assets | Laurenz | |
| 2023-01-27 | Tracing-based expression tooltips | Laurenz | |
| 2023-01-23 | Math module | Laurenz | |
| 2023-01-15 | Remove most fields from `SyntaxKind` enum | Laurenz | |
| 2023-01-14 | Reorganize syntax module | Laurenz | |
| 2023-01-03 | New import syntax | Laurenz | |
| 2022-12-20 | Documentation | Laurenz | |
| 2022-12-19 | Syntax and example sections | Laurenz | |
| 2022-12-15 | Reflection for castables | Laurenz | |
| 2022-12-14 | New macro setup | Laurenz | |
| 2022-12-14 | Move highlighting into new IDE module | Laurenz | |
| 2022-12-02 | Introspection | Laurenz | |
| 2022-11-29 | Reorganize library and tests | Laurenz | |
| 2022-11-26 | Document metadata | Laurenz | |
| 2022-11-24 | Separate typesetting and compilation | Laurenz | |
| 2022-11-23 | Introduce `Library` | Laurenz | |
| 2022-11-23 | More general evaluation interface | Laurenz | |
| 2022-11-22 | Make inner node and node data private | Laurenz | |
| 2022-11-20 | Add flag for model printing | Laurenz | |
| 2022-11-20 | Move font folder | Laurenz | |
| 2022-11-19 | Rename `margins` to `margin` | Laurenz | |
| 2022-11-07 | Show it! | Laurenz | |
| - New show rule syntax - Set if syntax - Removed wrap syntax | |||
| 2022-11-04 | Style changes | Laurenz | |
| 2022-11-03 | Tidy up library | Laurenz | |
| 2022-11-03 | Separate test crate | Laurenz | |
| This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414 | |||
| 2020-08-02 | Layout elements and pure rust rendering ๐ฅ | Laurenz | |
| 2020-08-01 | Raw lengths ๐ฒ | Laurenz | |
| Replace unitless length with raw f64 and introduce length type with unit. | |||
| 2020-08-01 | Add some fonts ๐ | Laurenz | |
| 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-26 | Rename errors to problems and make error! macro more ergonomic ๐งผ | Laurenz | |
| Also adds a `warning!` macro. | |||
| 2020-02-04 | Serialize layouts with serde ๐ | Laurenz | |
| 2020-02-04 | Merge `Parsed` and `Layouted` types into `Pass` with `Feedback` ๐๐ข๐ | Laurenz | |
| 2020-02-04 | Adapt for tonty and fix a few bugs ๐ง | Laurenz | |
