~alcinnz/CatTrap

ref: ca995b3993984cc2d9395a63051b2ecb1bc974a4 CatTrap/Graphics/Layout/CSS.hs -rw-r--r-- 13.4 KiB
a226a881 — Adrian Cochrane 1 year, 3 months ago
Rename Graphics.Layout.CSS.Internal to Length
5bd4424d — Adrian Cochrane 1 year, 3 months ago
Fix imports for abstracted CSS API.
406578a2 — Adrian Cochrane 1 year, 3 months ago
Switch inline nodes to inherit from parent rather than use default values.
9efd1bac — Adrian Cochrane 1 year, 3 months ago
Fix inlines getting prematurely cut off.
013c14e7 — Adrian Cochrane 1 year, 3 months ago
Revert false-fix skipping inline layout if empty, set display: inline upon inherit.
83daa6d3 — Adrian Cochrane 1 year, 3 months ago
Fix for mixed-child elements on stripping out extraneous whitespace.
e0d43db4 — Adrian Cochrane 1 year, 3 months ago
Strip out extraneous whitespace.
7abbe00f — Adrian Cochrane 1 year, 3 months ago
Repair logic for determining whether elements are inline.
5c0e2aa9 — Adrian Cochrane 1 year, 3 months ago
Add support for display: none;
8171bce9 — Adrian Cochrane 1 year, 3 months ago
Finish refactor allowing for runs of inlines to be captured & passed to Balkon.
a5c44a37 — Adrian Cochrane 1 year, 3 months ago
Correct `display: initial` to being `inline` rather than `block`.
86d19fc3 — Adrian Cochrane 1 year, 3 months ago
Improve font styling & it's configurability, expose font-pattern in output.
44b621fd — Adrian Cochrane 1 year, 3 months ago
Ensure units are converted correctly between CatTrap & Balkon.
9b5c291c — Adrian Cochrane 1 year, 3 months ago
Integrate inline layout!
d379817e — Adrian Cochrane 1 year, 3 months ago
Finish implementing preprocessing/CSS parsing & integrating everything with test script.
ed7d0445 — Adrian Cochrane 1 year, 4 months ago
Parse CSS4 Grid properties.
17c324d5 — Adrian Cochrane 1 year, 4 months ago
Parse CSS Box model CSS properties, dispatch others to FontConfig & injected dependency.
c06fd552 — Adrian Cochrane 1 year, 4 months ago
Test & fix block layout.
3dce4d79 — Adrian Cochrane 1 year, 4 months ago
Unit test calc() implementation!
09970dfc — Adrian Cochrane 1 year, 4 months ago
Draft public API for CatTrap.