summaryrefslogtreecommitdiff
path: root/src/library/text.rs
AgeCommit message (Collapse)Author
2022-02-28Reorganize libraryLaurenz
2022-02-25Basic justificationLaurenz
2022-02-24Lower and upper on templatesLaurenz
2022-02-23Rework the core contextLaurenz
2022-02-21Refactor paragraph layoutLaurenz
2022-02-18Basic show rulesLaurenz
2022-02-17Fallible layoutLaurenz
2022-02-17Merge eval and layout contexts into `Vm`Laurenz
2022-02-17Switch to const generics for nodesLaurenz
2022-02-09Set rules for everythingLaurenz
2022-02-07Redesigned template layoutLaurenz
2022-02-07Tidy upLaurenz
2022-02-02Rename `Node` to `Template`Laurenz
2022-02-08New color stuffMartin Haug
- CMYK function - More default colors - Interpret RGB values as sRGB
2022-02-04Le RêfectéurMartin Haug
2022-02-04Add evasion of glyph shape for under- and overlinesMartin Haug
2022-01-31Switch from `Rc` to `Arc`Laurenz
2022-01-30Rework strong and emphLaurenz
- Star and underscore not parsed as strong/emph inside of words - Stars/underscores must be balanced and they cannot go over paragraph break - New `strong` and `emph` classes
2022-01-17Don't do font fallback for unshapable newlinesLaurenz
2022-01-08Make all nodes into classesLaurenz
2022-01-07Tidy up stylingLaurenz
2022-01-05Lift styles out of individual nodesLaurenz
2022-01-05RefactorLaurenz
2021-12-30Style chainsLaurenz
2021-12-30Make clippy a bit happierLaurenz
2021-12-28TidyingLaurenz
2021-12-22Review One: A Set Rules StoryLaurenz
2021-12-21Set Rules Episode IX: The Rise of TestingLaurenz
2021-12-16Set Rules Episode VIII: The First MacroLaurenz
2021-12-15Set Rules Episode VII: The Set AwakensLaurenz
2021-12-15Set Rules Episode IV: A New FoldLaurenz
2021-12-09Set Rules Episode III: Revenge of the packerLaurenz
2021-12-07Set Rules Episode II: Attack of the propertiesLaurenz
2021-12-05Set Rules Episode I: The Phantom StyleLaurenz
2021-12-02Remove baseline weirdnessLaurenz
2021-11-25Layout improvementsLaurenz
2021-11-24Small style changesLaurenz
2021-11-29Castable optional and smart valuesLaurenz
2021-11-20StrokesLaurenz
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-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-26Trim `mailto:` and `tel:` from linksLaurenz
2021-10-25Replace `..` syntax with `range` functionLaurenz
2021-10-23Simplify decorationsLaurenz