summaryrefslogtreecommitdiff
path: root/src/layout/shaping.rs
AgeCommit message (Expand)Author
2021-07-29Refactor stateLaurenz
2021-07-25Merge font and par state into text stateLaurenz
2021-07-25State-based monospace handlingLaurenz
2021-07-21Main context structLaurenz
2021-07-08Rename Fill to PaintLaurenz
2021-07-08Rename some library argumentsLaurenz
2021-06-30Make clippy a bit happierLaurenz
2021-06-30Bump dependenciesLaurenz
2021-06-11Remove props in favor of using state for everythingLaurenz
2021-06-10Text decorationsMartin Haug
2021-05-28Refactored loading and cache architectureLaurenz
2021-05-26Add hash impls for all nodesMartin Haug
2021-05-17Convert font units to lengths earlierLaurenz
2021-05-17Tidy up layouting codeLaurenz
2021-05-14Remove resource abstraction and handle images nativelyLaurenz
2021-04-23Reengineer font and resource loading 🏞Laurenz
2021-04-21Make frames serializable 📚Laurenz
2021-04-07Refactor and comment ♻Laurenz
2021-04-07Do binary search and find the outermost glyph with the text index 🔍Laurenz
2021-04-06Deduplicate ttf-parser and rustybuzz face 🥞Laurenz
2021-04-05Reshaping with unsafe-to-break ⚡Laurenz
2021-04-03New paragraph layout 🚀Laurenz
2021-03-30Baseline alignment ⏏Laurenz
2021-03-30Refactor ♻Laurenz
2021-03-24Make pdf module top-level 🧱Laurenz
2021-03-24Text shaping 🚀Laurenz
2021-03-22Better font family definitions ✒Laurenz
2021-03-19Text colors 🦩 (#18)Martin
2021-03-19Better debug representations 💻Laurenz
2021-03-19Scheduled maintenance 🔨Laurenz
2020-10-04Refactor and move shaping out of the layout module ⛳Laurenz
2020-10-03Port to kurbo 🎋Laurenz
2020-10-03Rename bold/italic to strong/emph ✏Laurenz
2020-10-03Rename text layouting to shaping ✏Laurenz