summaryrefslogtreecommitdiff
path: root/src/geom
AgeCommit message (Collapse)Author
2023-06-12More `bail!` usageLaurenz
2023-06-06Small refactoringsLaurenz
2023-06-06Improve value casting infrastructureLaurenz
2023-05-23Fix layout panic in rounded rectangleLaurenz
Fixes #1216 both by hardening the rounded rectangle against negative size and by ensuring that the negative size doesn't occur in the first place for this case.
2023-05-20FootnotesLaurenz
2023-05-17Show default values in documentationLaurenz
Fixes #169 Fixes #1102
2023-05-11Improve alignment of text inside raw blocks (#1034)Pg Biel
2023-05-11Alternate between right/left alignment in equations (#936)Alex Saveau
2023-04-26Touch up docsLaurenz
2023-04-21Implement math `cancel` function (#793)Pg Biel
2023-04-13Add support for more complex strokes (#505)Birk Tjelmeland
2023-04-11Allow treating ratios as floats (#681)Eric Biedert
2023-04-04Improved figure numbering, labelling and referencing (#491)Sébastien d'Herbais de Thun
2023-03-31Make `Paint` not implement `Copy`Laurenz
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-19Renaming and refactoringLaurenz
2023-03-17CountersLaurenz
2023-03-07Fully untyped modelLaurenz
2023-02-14Fix grid sizingLaurenz
2023-02-13Block sizingLaurenz
2023-02-12Make all nodes block-levelLaurenz
2023-02-06Make Rust happier about the inline documentationLaurenz
2023-01-30Add calc moduleMartin Haug
2023-01-28Better analysis for literalsLaurenz
2023-01-22Formatting fixesLaurenz
2022-12-30Clamp shape radiiLaurenz
2022-12-20DocumentationLaurenz
2022-12-15Reflection for castablesLaurenz
2022-12-14Move highlighting into new IDE moduleLaurenz
2022-12-09Align set ruleLaurenz
2022-11-04Style changesLaurenz
2022-11-03Split cratesLaurenz
2022-10-28Refactor `geom` moduleLaurenz
2022-09-25Round to nearest `u8` instead of flooringLaurenz
2022-09-25Methods to modify colorsMartin Haug
2022-06-14Make radius configuration unconfusingLaurenz
2022-06-14Many fixesLaurenz
2022-06-10Bump dependenciesLaurenz
2022-05-27Luma colorLaurenz
2022-05-04New raw theme & nicer debug representationLaurenz
2022-05-03Support recursive show rulesLaurenz
2022-05-03Code Review: Relax, it's much worse than you thinkMartin Haug
2022-05-03Code Review: Heap is Stack. Unsafe is Good.Martin Haug
Spaghetti Code is Style.
2022-05-02Tests for the new shape APIMartin Haug
2022-05-02Move rounding logic out of exportersMartin Haug
2022-05-01Outset; fix foldingMartin Haug
2022-05-01Add round corners and change argumentsMartin Haug
2022-04-30New block spacing modelLaurenz
2022-04-17Repeat functionLaurenz
2022-04-12Merge text runs during paragraph layoutLaurenz