summaryrefslogtreecommitdiff
path: root/library/src/text/shaping.rs
AgeCommit message (Expand)Author
2023-07-02Move everything into `crates/` directoryLaurenz
2023-06-26Fix warningsLaurenz
2023-06-26Fix shaping debug assertionsLaurenz
2023-06-26shape_tofus: respect text direction when inserting tofus (#1519)bluebear94
2023-06-06Improve value casting infrastructureLaurenz
2023-06-01Bugfix of CJK punctuation adjustment (#1384)Peng Guanwen
2023-05-20Check crate docs in CILaurenz
2023-05-11Implement sophisticated CJK punctuation adjustment (#954)Peng Guanwen
2023-05-11Documentation fixesLaurenz
2023-05-11Remove 'static bound on `World`Laurenz
2023-05-03Make ligatures copyable and searchableLaurenz
2023-04-17More Chinese punctuation adjustment (#836)Peng Guanwen
2023-04-16Clippy fixes (#581)Marek Barvíř
2023-04-13Refine linebreak algorithm for better Chinese justification (#701)Peng Guanwen
2023-04-03Improve justification of Chinese/Japanese text (#542)Alex Sayers
2023-04-01Needless clone, borrows, casts and lifetimes (#504)Marek Barvíř
2023-03-31Make `Paint` not implement `Copy`Laurenz
2023-03-19Renaming and refactoringLaurenz
2023-03-17CountersLaurenz
2023-03-12Merge branch 'main' into ngMartin Haug
2023-03-11Jump to source and previewLaurenz
2023-03-10Fix y offset in shaperLaurenz
2023-03-08Rework style chain accessLaurenz
2023-03-08Require font to be a named argumentLaurenz
2023-03-07Fully untyped modelLaurenz
2023-02-25New default styleLaurenz
2022-12-02IntrospectionLaurenz
2022-12-02Introduce virtual typesetterLaurenz
2022-11-29Strong deltaLaurenz
2022-11-29Reorganize library and testsLaurenz
2022-11-21Move destination property from text to linkLaurenz
2022-11-08Less style propertiesLaurenz
2022-11-04Style changesLaurenz
2022-11-03Tidy up libraryLaurenz
2022-11-03Split cratesLaurenz