summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-11-16Don't wrap already layoutable nodes into flows/pars unnecessarilyLaurenz
2021-11-16Introduce `SizedNode`Laurenz
2021-11-16Revert page and inline levelsLaurenz
2021-11-16Remove alignment from stackLaurenz
2021-11-16Move `lang` functionality into `par`Laurenz
2021-11-16Simplify `FlowNode` a bitLaurenz
2021-11-16Introduce `FlowNode`Laurenz
2021-11-27Fix a grid constraintMartin Haug
2021-11-24Fix some commentsMartin Haug
2021-11-20RTL tracking testLaurenz
2021-11-20Add tracking to font functionMartin Haug
2021-11-15Make clippy happier and remove `Str`Laurenz
2021-11-14TidyingLaurenz
2021-11-14Search for fonts in the project directoryLaurenz
2021-11-08Final touchesLaurenz
2021-11-08Fine-grained capturingLaurenz
2021-11-08Tidy up ASTLaurenz
2021-11-06Deduplicate trivia searchLaurenz
2021-11-06Faster parserLaurenz
2021-11-05Style changesLaurenz
Co-Authored-By: Martin <mhaug@live.de>
2021-11-05Code Review: No Patrick, question marks are not an instrumentMartin Haug
2021-11-05New error handlingMartin Haug
2021-11-05NotesLaurenz
2021-11-05RefactoringLaurenz
Co-Authored-By: Martin <mhaug@live.de>
2021-11-05Add documentationMartin Haug
2021-11-05Code Review: Life is Like a Box of IteratorsMartin Haug
2021-11-05Reorganize syntax moduleMartin Haug
2021-11-05Unicode escape error moved to tokenizerMartin Haug
2021-11-05Improve error handlingMartin Haug
2021-11-05Slim `NodeKind` memory footprintMartin Haug
2021-11-05Less owning, more iteratingMartin Haug
2021-11-05Change parserMartin Haug
2021-11-02Fix page breaks in lists and enumsLaurenz
2021-11-02Number style -> typeLaurenz
2021-11-02Reduce namespace pollutionLaurenz
2021-11-02Smallcaps, sub- and superscript, ligature ctrls...Martin Haug
2021-10-31Reorganize modulesLaurenz
Instead of separating functionality into layout and library, everything lives in the library now. This way, related things live side by side and there are no duplicate file names in the two directories.
2021-10-31More useful `Spec` helpersLaurenz
2021-10-31Fix panic in pad nodeLaurenz
2021-10-29Switch to borrowed strings in `split_lines`Laurenz
2021-10-29Dedent code blocksLaurenz
2021-10-29Allow multiple template bodiesLaurenz
2021-10-28Add `move` functionLaurenz
2021-10-26Simplify node constructionLaurenz
2021-10-26Fr in stack and parLaurenz
2021-10-26Trim `mailto:` and `tel:` from linksLaurenz
2021-10-25Replace `..` syntax with `range` functionLaurenz
2021-10-23Drop `iso-` prefix for A papersLaurenz
2021-10-23Simplify decorationsLaurenz
2021-10-23Introduce page / block / inline levelsLaurenz