| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-19 | Only print unique diagnostics (#2385) | tingerrr | |
| 2023-10-19 | Bump rustix from 0.38.13 to 0.38.19 (#2429) | dependabot[bot] | |
| Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.13 to 0.38.19. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.13...v0.38.19) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect | |||
| 2023-10-19 | Clarified docs for `calc.perm,rem,quo` (#2408) | Joseph Wilson | |
| 2023-10-19 | Clear screen instead of resetting the terminal (#2431) | frozolotl | |
| Resetting the terminal can change color themes and other settings. This commit changes the behavior to just clear the screen. | |||
| 2023-10-19 | Fixed transform panic (#2435) | Sébastien d'Herbais de Thun | |
| 2023-10-18 | removed `update_justifiable` (#2426) | Sébastien d'Herbais de Thun | |
| 2023-10-17 | Cached export for incremental (#2400) | Sébastien d'Herbais de Thun | |
| 2023-10-17 | Replace `Vec` with `EcoVec`, removed `Box` (#2420) | Sébastien d'Herbais de Thun | |
| 2023-10-17 | Cache `is_justifiable` (#2399) | Sébastien d'Herbais de Thun | |
| 2023-10-17 | Add `reverse` parameter to `cases` (#2370) | tingerrr | |
| 2023-10-17 | Filter out prohibited line breaks in `par` (#2376) | tingerrr | |
| 2023-10-17 | Add some integral symbols (#2413) | Oscar | |
| 2023-10-17 | mehtod to method in page-setup.md (#2412) | Pierre | |
| 2023-10-17 | Replaced `into_iter` to `iter` (#2398) | Sébastien d'Herbais de Thun | |
| 2023-10-17 | Automatically add spacing between CJK and Latin characters (#2334) | Peng Guanwen | |
| 2023-10-12 | Part 5a: Gradients on text with `relative: auto` or `relative: "parent"` ↵ | Sébastien d'Herbais de Thun | |
| (#2364) | |||
| 2023-10-12 | MathAttach::primes: account for possible hash before base (#2363) | bluebear94 | |
| Fixes #2358. | |||
| 2023-10-10 | Simpler example for a regex (#2345) | KillTheMule | |
| 2023-10-10 | Add `quote` element (#2252) | tingerrr | |
| 2023-10-10 | Add `raw.line` (#2341) | Sébastien d'Herbais de Thun | |
| 2023-10-10 | Fix clipping when a box/block has a `radius` (#2338) | Sébastien d'Herbais de Thun | |
| 2023-10-10 | Adds a default value to `.remove()` on `dict` and `array` (#2346) | Sébastien d'Herbais de Thun | |
| 2023-10-10 | Gradient Part 4 - Conic gradients (#2325) | Sébastien d'Herbais de Thun | |
| 2023-10-09 | Update issue template and link to web app issue tracker | Laurenz | |
| 2023-10-09 | Hashtag -> Hash | Laurenz | |
| 2023-10-09 | Adjust table inset behavior to the same as container's (#1979) (#2323) | HydroH | |
| 2023-10-09 | Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318) | MALO | |
| 2023-10-09 | Optimize `Str::rev` | Laurenz | |
| 2023-10-09 | Bump ecow | Laurenz | |
| 2023-10-09 | Expand label docs | Laurenz | |
| Co-Authored-By: Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> | |||
| 2023-10-09 | Multinomial coefficients (#2237) | TheJosefOlsson | |
| 2023-10-08 | Bump hypher | Laurenz | |
| 2023-10-06 | Add `size:` argument for `abs`, `norm`, `floor`, `ceil` and `round` (#2292) ↵ | HydroH | |
| (#2322) | |||
| 2023-10-06 | Gradient Part 3 - Radial gradients (#2312) | Sébastien d'Herbais de Thun | |
| 2023-10-06 | Fix Clippy lints (#2320) | bluebear94 | |
| 2023-10-05 | Fix typo in page setup guide | Laurenz | |
| Fixes #2315 | |||
| 2023-10-05 | Fix crashes with infinite lengths (part 2) (#2298) | bluebear94 | |
| 2023-10-04 | Adjust gradient docs | Laurenz | |
| 2023-10-04 | Improve plugin docs | Laurenz | |
| Fixes #2309 | |||
| 2023-10-04 | Fix HSL/HSV mixup | Laurenz | |
| 2023-10-04 | Make SVG encoding in PDF export incremental (#2290) | Laurenz | |
| 2023-10-04 | Refactor PDF export a bit | Laurenz | |
| 2023-10-04 | Bump pdf-writer and svg2pdf | Laurenz | |
| 2023-10-04 | Add `Repr` trait (#2269) | MALO | |
| 2023-10-04 | Gradient Part 2a - Fix sharp gradients in SVG (#2307) | Sébastien d'Herbais de Thun | |
| 2023-10-04 | Fix `extent` for text decoration (#2308) | Eric Biedert | |
| 2023-10-03 | Gradient Part 2 - Linear gradients (#2279) | Sébastien d'Herbais de Thun | |
| 2023-10-03 | Fix test failure | Laurenz | |
| Before we tested with an unavailable font, but the hyphens were still visible. But now the hyphens respect fallback too, so it's really hard to test it. I am removing the test for now. | |||
| 2023-10-03 | Honor text’s fallback option for hyphenation (#2301) | bluebear94 | |
| 2023-10-03 | ShapedText::push_hyphen: Use self.base for default hyphen range (#2299) | bluebear94 | |
| In the unlikely chance that we hyphenate after an empty line, we set the glyph range to self.base..self.base so that subtracting Fixes #2283. | |||
