| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-17 | Better test runner (#3922) | Laurenz | |
| 2024-02-27 | Improve color negation (#3500) | frozolotl | |
| 2024-02-20 | Change default highlight color to be transparent (#3453) | frozolotl | |
| 2024-02-14 | Fix text show-set regression (#3410) | Laurenz | |
| 2024-02-12 | Add color-managed CMYK to RGB conversion (#3288) | Martin Haug | |
| 2024-02-05 | Support text show rules that match their own output (#3327) | Laurenz | |
| 2024-02-02 | Support for and/or selectors in show rules (#3326) | Laurenz | |
| 2024-02-01 | Fix show-set semantics (#3311) | Laurenz | |
| 2024-01-30 | Respect set rules in where selectors (#3290) | Laurenz | |
| 2024-01-05 | Fix typos (#3126) | emilylime | |
| 2023-12-18 | Cycle list markers by default (#2788) | Emmett Rayes | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-12-14 | Improve number display (#2936) | Malo | |
| 2023-11-29 | Update New Computer Modern fonts to version 4.7 (#2764) | Leedehai | |
| 2023-11-24 | Fix `has` on non-inherent fields (#2745) | frozolotl | |
| 2023-11-17 | Remove restrictions to chroma and improve clamping (#2690) | frozolotl | |
| This PR does a few small things: - Oklab's a*/b* and Oklch's chroma components can be as large as desired. - In PDF, when encoding Oklab, the range is widened from [-0.4,0.4] to [-0.5,0.5]. - In PDF, clamping is now performed on Oklch's chroma instead of a* and b*. This causes hue not to be distorted when clamping. SVG and PNG export remain unchanged: - SVG itself never had any restrictions on chroma. We directly use the `oklab` and `oklch` CSS colors, which should work fine for the most part. In the future, embedded ICC profiles might be nice. Further research is likely necessary. - While PNG does not support color spaces like Oklab or Oklch, certain useful features exist. One can define gamma (gAMA) and chromacities&whitepoint (cHRM) chunks and even embed ICC profiles. While `image` crate does not support these features for encoding, its backend crate `png` does support gAMA and cHRM. It does not allow embedding ICC profiles yet, though. As it stands, to fully support wide gamuts and more accurate colors, more work is necessary. This PR should help a bit though. | |||
| 2023-11-15 | Fix cmyk repr (#2682) | frozolotl | |
| 2023-11-13 | Improve color conversions (#2659) | frozolotl | |
| 2023-11-13 | Add tests for shorthand (#2660) | TheJosefOlsson | |
| 2023-11-10 | Implement Oklch support (#2611) | frozolotl | |
| 2023-10-09 | Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318) | MALO | |
| 2023-10-04 | Add `Repr` trait (#2269) | MALO | |
| 2023-10-03 | Gradient Part 2 - Linear gradients (#2279) | Sébastien d'Herbais de Thun | |
| 2023-09-26 | Resolve spacing before comparing (#2235) | Eric Biedert | |
| 2023-09-25 | Better rect edges (#1956) | Anton Wetzel | |
| 2023-09-19 | Gradient Part 1 - Color rework (#2171) | Sébastien d'Herbais de Thun | |
| 2023-09-13 | Update to usvg 0.35 (#2113) | Laurenz Stampfl | |
| 2023-09-11 | Update tests for type system changes | Laurenz | |
| 2023-08-22 | Support selectors with and/or followed by before/after (#1883) | damaxwell | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-08-21 | Check for control flow event before let binding (#1912) | bluebear94 | |
| Fixes #1906 (trying to destructure the result of `continue`). | |||
| 2023-06-26 | support optical sizes for script/scriptscript when available (#1580) | damaxwell | |
| 2023-06-09 | Treat function-looking code in attachment as function (#985) | Alex Saveau | |
| 2023-05-11 | Default enum number alignment to 'end' (#1042) | Pg Biel | |
| 2023-05-03 | Function scopes (#1032) | Pg Biel | |
| 2023-04-25 | Add sum and product to arrays (#966) | SekoiaTree | |
| 2023-04-11 | Let dictionaries respect insertion order | Laurenz | |
| 2023-04-11 | Fix highlighting of identifiers before brackets | Laurenz | |
| 2023-04-06 | Fix box and block sizing | Laurenz | |
| 2023-03-21 | Embed standard fonts in binaryv23-03-21-2 | Laurenz | |
| 2023-03-19 | Renaming and refactoring | Laurenz | |
| 2023-03-10 | Expose content representation more | Laurenz | |
| 2023-02-25 | New default style | Laurenz | |
| 2023-02-14 | Better table lines | Laurenz | |
| 2023-02-13 | Block sizing | Laurenz | |
| 2023-02-13 | Fill and stroke properties for containers | Laurenz | |
| 2023-02-12 | Require colon in show rule | Laurenz | |
| 2023-02-12 | Make all nodes block-level | Laurenz | |
| 2023-02-03 | Fix function call highlighting | Laurenz | |
| 2023-02-02 | Fix inconsistency between text and idents in math | Laurenz | |
| 2023-01-28 | Remove method call syntax kind | Laurenz | |
| 2023-01-03 | New import syntax | Laurenz | |
