| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-20 | Footnotes | Laurenz | |
| 2023-05-17 | Show default values in documentation | Laurenz | |
| Fixes #169 Fixes #1102 | |||
| 2023-05-17 | Better documentation outlines | Laurenz | |
| 2023-05-17 | Fix figure detection | Laurenz | |
| 2023-05-15 | Extract category definitions into individual functions | Laurenz | |
| 2023-05-15 | Do not hang CJK punctuation (#1211) | Peng Guanwen | |
| 2023-05-12 | Support for align parameter in table to take an array (#1087) (#1149) | jassler | |
| 2023-05-11 | Default enum number alignment to 'end' (#1042) | Pg Biel | |
| 2023-05-11 | Implement sophisticated CJK punctuation adjustment (#954) | Peng Guanwen | |
| 2023-05-11 | Remove tracing from cheap functions | Laurenz | |
| Turns out that having tracing enabled on some functions that get called a lot distorts the traces so that their parent stack frames look much more expensive than they actually are. | |||
| 2023-05-11 | More efficient introspection | Laurenz | |
| Switches from a mutable locator to one based on tracked chains and optimizes query performance. | |||
| 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 | Function scopes (#1032) | Pg Biel | |
| 2023-05-03 | Make ligatures copyable and searchable | Laurenz | |
| Fixes #479 Fixes #1040 | |||
| 2023-05-01 | Fix smartquotes in outline (#1047) | chris-02 | |
| Fixes #1041. | |||
| 2023-04-27 | Correct some typos (#987) | Alexander Seiler | |
| 2023-04-26 | Touch up docs | Laurenz | |
| 2023-04-26 | Allow passing `region` to LocalName (#926) | pan93412 | |
| 2023-04-26 | Fix grid-cell misalignment bug (#963) (#978) | jdierkes | |
| Having a table span multiple pages can cause an alignment bug in the table itself. If the first region in a cell in a grid row is empty, all other cells in this row will skip the first region. A misalignment bug can occur, since the calculation of all region sizes happen before the skip. The overall size allocated for the content of a cell with multiple regions and content in the first region thus is too little. Fixes #963 | |||
| 2023-04-26 | Fix alignment of list markers & enum numbers (#988) | Pg Biel | |
| 2023-04-25 | Handle margins directly in page | Laurenz | |
| 2023-04-25 | A small comment regarding page layout | Laurenz | |
| 2023-04-23 | Add note to measure function about being in infinite space (#927) | Alex Saveau | |
| 2023-04-23 | Add instrumentation (Part 1) (#761) | Sébastien d'Herbais de Thun | |
| 2023-04-18 | clippy::wrong_self_convention (#857) | Marek Barvíř | |
| 2023-04-18 | Clippy fixes (#856) | Marek Barvíř | |
| 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-15 | Fix typo in `ParElem` documentation (#810) | Thiago Trannin | |
| 2023-04-13 | Fix linebreak after inline objects with metadata | Laurenz | |
| 2023-04-13 | Refine linebreak algorithm for better Chinese justification (#701) | Peng Guanwen | |
| 2023-04-11 | Add Czech translation (#683) | Radim Sückr | |
| 2023-04-11 | Added Arabic translations (#688) | Abdul Rahman Sibahi | |
| 2023-04-11 | Add Vietnamese Translation (#684) | ichxorya | |
| 2023-04-06 | Unpacking syntax (#532) | Marmare314 | |
| Closes #341 | |||
| 2023-04-06 | Fix block child spacing | Laurenz | |
| 2023-04-06 | Reorganize matches on languages | Laurenz | |
| 2023-04-06 | Add Norwegian language support (#628) | jakobrs | |
| 2023-04-06 | add support for polish language (#623) | zymon | |
| 2023-04-06 | add support for slovenian language (#621) | Vid Drobnič | |
| 2023-04-06 | Fix box and block sizing | Laurenz | |
| 2023-04-05 | Fixed page numbering (#594) | Sébastien d'Herbais de Thun | |
| 2023-04-05 | Spanish support (#548) | felipeacsi | |
| 2023-04-05 | Add support for ukrainian lang (#578) | Nazar Serhiichuk | |
| 2023-04-05 | Fix first line indent with styled text | Laurenz | |
| 2023-04-04 | Refactor and document figures | Laurenz | |
| 2023-04-04 | Improved figure numbering, labelling and referencing (#491) | Sébastien d'Herbais de Thun | |
| 2023-04-03 | Improve justification of Chinese/Japanese text (#542) | Alex Sayers | |
| 2023-04-03 | transform: Fix documentation (#538) | Johannes Wolf | |
| 2023-04-03 | Provide support for portuguese language (#525) | Mateus Felipe C. C. Pinto | |
