~alcinnz/CatTrap

ref: 9b179cc5c695821553aadec9f35d2c9335325b26 CatTrap/Graphics/Layout/Grid/CSS.hs -rw-r--r-- 15.9 KiB
9b179cc5 — Adrian Cochrane 1 year, 2 months ago
Don't parse unimplemented subgrids, add notes as to how to implement.
d5266882 — Adrian Cochrane 1 year, 2 months ago
Refactor grid layout code to deduplicate logic along each axis.
1fb004f6 — Adrian Cochrane 1 year, 2 months ago
Refactor abstract grids to seperate fields of children array.
f7444393 — Adrian Cochrane 1 year, 2 months ago
Refactor grid sizes to be dynamically computed.
711248ff — Adrian Cochrane 1 year, 3 months ago
Merge branch 'main' of git.argonaut-constellation.org:~alcinnz/CatTrap
1feefbc9 — Adrian Cochrane 1 year, 3 months ago
Restrict exports for inline & paragraph styling libraries.
a226a881 — Adrian Cochrane 1 year, 3 months ago
Rename Graphics.Layout.CSS.Internal to Length
d379817e — Adrian Cochrane 1 year, 3 months ago
Finish implementing preprocessing/CSS parsing & integrating everything with test script.
7beb4828 — Adrian Cochrane 1 year, 3 months ago
Draft grid preprocessor which sucessfully compiles.
ed7d0445 — Adrian Cochrane 1 year, 3 months ago
Parse CSS4 Grid properties.