summaryrefslogtreecommitdiff
path: root/library/src/math/attach.rs
AgeCommit message (Collapse)Author
2023-04-26Touch up docsLaurenz
2023-04-25Support indices preceding the base symbol, revamping #699 (#825)Leedehai
Breaking change: abbreviate attach() attachment params, top -> t, bottom -> b
2023-04-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-18clippy::wrong_self_convention (#857)Marek Barvíř
2023-04-07Swap the misplaced top/bottom style (#642)Leedehai
2023-03-19Renaming and refactoringLaurenz
2023-03-10New #[func] macroLaurenz
2023-03-09Make all optional fields settableLaurenz
2023-03-08Streamline field namesLaurenz
2023-03-07Fully untyped modelLaurenz
2023-02-06Make Rust happier about the inline documentationLaurenz
2023-02-03Keep font directly in `GlyphFragment`Laurenz
2023-02-02Ignore accent when positioning superscriptLaurenz
2023-02-02More robust automatic math spacingLaurenz
2023-02-01Treat italics correction differentlyLaurenz
2023-02-01Fix sub- and superscript ascent/descentLaurenz
2023-01-31Symbol improvementsLaurenz
2023-01-28More capable math callsLaurenz
2023-01-28Rework math attachments and accentsLaurenz