summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-06-30Autocomplete for packagesLaurenz
2023-06-30Minor improvementsLaurenz
2023-06-28Reintroduce `--root`Laurenz
2023-06-27Basic package managementLaurenz
2023-06-24Tidy upLaurenz
2023-06-24Use third person in documentation (#1560)MALO
2023-06-24Improve image rendering under rotation when exporting to PNG (#1547)Tom Binford
2023-06-24Add infrastructure to enrich errors with hints (#1486)Mathias Fischler
2023-06-20Add Filipino (`fil`/`tl`) translations (#1510)Je Sian Keith Herman
2023-06-20Make factorial take precedence over fraction in math expressions (#1487)bluebear94
Fixes #1475.
2023-06-12More `bail!` usageLaurenz
2023-06-12Delayed errorsLaurenz
Fixes #785. Thanks to @Dherse for the idea!
2023-06-12Memoize subsetting and image encodingLaurenz
2023-06-12feat: add albanian translations (#1454)Ken
2023-06-12Support for inside and outside margins (#1308)Luis David Licea Torres
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-12Resolve #1141: Add hint for missing numbering, improve hint format ↵Mathias Fischler
consistency (#1456)
2023-06-12Add translation for Turkish (#1466)Abdulmelik Bekmez
2023-06-12Fix a bunch of typos + broken link (#1453)Alex Saveau
2023-06-10Export font coverage structure again (#1455)Myriad-Dreamin
2023-06-09Touch up docsLaurenz
2023-06-09Undo regex type renameLaurenz
Unnecessary breaking change for now
2023-06-09Translate TOML datetime properlyLaurenz
2023-06-09Treat function-looking code in attachment as function (#985)Alex Saveau
2023-06-07refactor: Replace once_cell to std lib (#1402)Yang Hau
2023-06-06Small refactoringsLaurenz
2023-06-06Improve value casting infrastructureLaurenz
2023-06-06Add note to `groups.yml`Laurenz
2023-06-06Rename `into_u16` to `as_u16`Laurenz
2023-06-02Remove link to `Option::contains`, since it has been removed (#1399)figsoda
2023-05-30Use icu4x for linebreaking algorithm (#1355)Peng Guanwen
2023-05-30Skip empty ICC profilesLaurenz
ICC profile decoding for PNGs is broken in the version of the `png` crate `image` currently depends on. The bugfix (https://github.com/image-rs/image-png/commit/4c5b0535f05b8ea5fc1dbd7179d487728edea757) is released in `png`, but not yet in `image`. As a quick fix, we'll skip empty profiles, they are never valid anyway. Fixes #1333.
2023-05-30Fix doc linksLaurenz
2023-05-30Add `fields` method to content (#1340)MALO
2023-05-30Add Danish (#1365)sandal
2023-05-29Fix `.at(default: ...)` for strings and content (#1339)Pg Biel
2023-05-29feat: Add Swedish (#1353)Olle Månsson
2023-05-29Add Dutch LocalNames (#1357)Lynn
2023-05-24Rework delimiter errorsLaurenz
Fixes #572
2023-05-23Fix layout panic in rounded rectangleLaurenz
Fixes #1216 both by hardening the rounded rectangle against negative size and by ensuring that the negative size doesn't occur in the first place for this case.
2023-05-23Add support for date & time handling (#435)Laurenz Stampfl
2023-05-22Fix and simplify reference supplementsLaurenz
- Fixes #873 by properly handling `none` supplement for`ref`. - Fixes #523 by adding a `supplement` parameter to `math.equation` - In the future, we can remove supplement functions in favor of show-set rules with fine-grained selectors. Currently, this is not possible because show-set + synthesis doesn't play well together
2023-05-22Don't hide introspection metadataLaurenz
Fixes #622
2023-05-22Fix PDF outline bugsLaurenz
Fixes #1098 Fixes #1143 Fixes #1151
2023-05-22Fix field access on styled elementLaurenz
Fixes #1197
2023-05-22Fix removal order for dictionaryLaurenz
Switches to `shift_remove` for now. In the future, we should look into a more efficient implementation. Fixes #1258.
2023-05-22Clearer error messages for failed comparisonsLaurenz
Fixes #1231
2023-05-21Correct outdated comment (#1265)Rui
2023-05-20FootnotesLaurenz
2023-05-19Do not crash on invalid patternLaurenz
Fixes #1213 Fixes #1232
2023-05-17Show default values in documentationLaurenz
Fixes #169 Fixes #1102