~alcinnz/CatTrap

ref: 59a70cdb71a71e7ec2e2a20be7d272f66e917a54 CatTrap/Graphics/Layout/Inline.hs -rw-r--r-- 8.7 KiB
59a70cdb — Adrian Cochrane 1 year, 3 months ago
Incorporate CSS Box Model into positioning inline ancestors.
15a1fd94 — Adrian Cochrane 1 year, 3 months ago
Correctly assign positions, prepare to incorporate padding into size calc
8308c7a9 — Adrian Cochrane 1 year, 3 months ago
Compute boxes & positions.
e8a4642a — Adrian Cochrane 1 year, 3 months ago
Reconstruct inline tree.
b07f5dcb — Adrian Cochrane 1 year, 3 months ago
Refactor to use newer Balkón APIs.

Add support for logical properties thanks to Stylist Traits update.
49365312 — Adrian Cochrane 1 year, 5 months ago
Describe remaining submodules.
db049add — Adrian Cochrane 1 year, 5 months ago
Reference-document inline layout.
93c6516b — Adrian Cochrane 1 year, 5 months ago
Commence reference documentation!
85d144a0 — Adrian Cochrane 1 year, 5 months ago
Integrate paragraph pagination via Balkon.
ae8cdfe4 — Adrian Cochrane 1 year, 5 months ago
Attempt to simplify generic minwidth logic.
1090e6ce — Adrian Cochrane 1 year, 5 months ago
Merge branch 'main' of git.argonaut-constellation.org:~alcinnz/CatTrap into main
ca995b39 — Adrian Cochrane 1 year, 5 months ago
Define public APIs.
ddef83e3 — Adrian Cochrane 1 year, 5 months ago
Seperate out Font API from internals.
e9d8aec6 — Adrian Cochrane 1 year, 6 months ago
Hardcode fallback fontfile, associate vals per span-line not per span.
013c14e7 — Adrian Cochrane 1 year, 6 months ago
Revert false-fix skipping inline layout if empty, set display: inline upon inherit.
55c1e702 — Adrian Cochrane 1 year, 6 months ago
Don't pass empty input to Balkon, is that what's crashing?
f5fbeaa6 — Adrian Cochrane 1 year, 6 months ago
Commit missing Inline implementation.