~alcinnz/CatTrap

ref: b07f5dcbcf23cb75b2db2022f807d3847505a0bf CatTrap/Graphics/Layout/CSS.hs -rw-r--r-- 28.8 KiB
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.
3e2dcdd3 — Adrian Cochrane 1 year, 3 months ago
Implement property prioritization & shorthands.
49365312 — Adrian Cochrane 1 year, 5 months ago
Describe remaining submodules.
d549219c — Adrian Cochrane 1 year, 5 months ago
Reference-document generic layout/tree-traversal, seperate natural from final size fields.
309a5a35 — Adrian Cochrane 1 year, 5 months ago
Decided against adding invisible length-lowering into CatTrap, Mondrian's would be too sophisticated!
72d01922 — Adrian Cochrane 1 year, 5 months ago
Reference-document rest of CSS implementation, disable table-related values of CSS display as unsupported.
85d144a0 — Adrian Cochrane 1 year, 5 months ago
Integrate paragraph pagination via Balkon.
6fb750ef — Adrian Cochrane 1 year, 5 months ago
Parse text-pagination properties.
711248ff — Adrian Cochrane 1 year, 5 months ago
Merge branch 'main' of git.argonaut-constellation.org:~alcinnz/CatTrap
3d40a0a8 — Adrian Cochrane 1 year, 5 months ago
Restrict main CSS APIs.
a226a881 — Adrian Cochrane 1 year, 5 months ago
Rename Graphics.Layout.CSS.Internal to Length
5bd4424d — Adrian Cochrane 1 year, 5 months ago
Fix imports for abstracted CSS API.
406578a2 — Adrian Cochrane 1 year, 6 months ago
Switch inline nodes to inherit from parent rather than use default values.
9efd1bac — Adrian Cochrane 1 year, 6 months ago
Fix inlines getting prematurely cut off.
013c14e7 — Adrian Cochrane 1 year, 6 months ago
Revert false-fix skipping inline layout if empty, set display: inline upon inherit.
83daa6d3 — Adrian Cochrane 1 year, 6 months ago
Fix for mixed-child elements on stripping out extraneous whitespace.
e0d43db4 — Adrian Cochrane 1 year, 6 months ago
Strip out extraneous whitespace.
7abbe00f — Adrian Cochrane 1 year, 6 months ago
Repair logic for determining whether elements are inline.
5c0e2aa9 — Adrian Cochrane 1 year, 6 months ago
Add support for display: none;
8171bce9 — Adrian Cochrane 1 year, 6 months ago
Finish refactor allowing for runs of inlines to be captured & passed to Balkon.
Next