| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-02 | Move everything into `crates/` directory | Laurenz | |
| 2023-06-26 | Fix warnings | Laurenz | |
| 2023-06-26 | Fix shaping debug assertions | Laurenz | |
| 2023-06-26 | shape_tofus: respect text direction when inserting tofus (#1519) | bluebear94 | |
| This ensures that the ranges of the shaped glyphs are monotonically decreasing in right-to-left-text, thus avoiding nonsensical results in find_safe_to_break that later causes a panic (see #1373). Additionally, debug assertions have been added to catch non-monotonic glyph ranges. | |||
| 2023-06-06 | Improve value casting infrastructure | Laurenz | |
| 2023-06-01 | Bugfix of CJK punctuation adjustment (#1384) | Peng Guanwen | |
| 2023-05-20 | Check crate docs in CI | Laurenz | |
| 2023-05-11 | Implement sophisticated CJK punctuation adjustment (#954) | Peng Guanwen | |
| 2023-05-11 | Documentation fixes | Laurenz | |
| 2023-05-11 | Remove 'static bound on `World` | Laurenz | |
| Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime. | |||
| 2023-05-03 | Make ligatures copyable and searchable | Laurenz | |
| Fixes #479 Fixes #1040 | |||
| 2023-04-17 | More Chinese punctuation adjustment (#836) | Peng Guanwen | |
| and also general linebreak improvements | |||
| 2023-04-16 | Clippy fixes (#581) | Marek Barvíř | |
| 2023-04-13 | Refine linebreak algorithm for better Chinese justification (#701) | Peng Guanwen | |
| 2023-04-03 | Improve justification of Chinese/Japanese text (#542) | Alex Sayers | |
| 2023-04-01 | Needless clone, borrows, casts and lifetimes (#504) | Marek Barvíř | |
| 2023-03-31 | Make `Paint` not implement `Copy` | Laurenz | |
| 2023-03-19 | Renaming and refactoring | Laurenz | |
| 2023-03-17 | Counters | Laurenz | |
| 2023-03-12 | Merge branch 'main' into ng | Martin Haug | |
| 2023-03-11 | Jump to source and preview | Laurenz | |
| 2023-03-10 | Fix y offset in shaper | 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-02-25 | New default style | Laurenz | |
| 2022-12-02 | Introspection | Laurenz | |
| 2022-12-02 | Introduce virtual typesetter | Laurenz | |
| 2022-11-29 | Strong delta | Laurenz | |
| 2022-11-29 | Reorganize library and tests | Laurenz | |
| 2022-11-21 | Move destination property from text to link | Laurenz | |
| 2022-11-08 | Less style properties | Laurenz | |
| 2022-11-04 | Style changes | Laurenz | |
| 2022-11-03 | Tidy up library | Laurenz | |
| 2022-11-03 | Split crates | Laurenz | |
