~alcinnz/CatTrap

ref: 9802fb4431b66a20f149f55f87ec16e60231ff63 CatTrap/Graphics/Layout d---------
d379817e — Adrian Cochrane 1 year, 6 months ago
Finish implementing preprocessing/CSS parsing & integrating everything with test script.
7beb4828 — Adrian Cochrane 1 year, 6 months ago
Draft grid preprocessor which sucessfully compiles.
ed7d0445 — Adrian Cochrane 1 year, 6 months ago
Parse CSS4 Grid properties.
17c324d5 — Adrian Cochrane 1 year, 6 months ago
Parse CSS Box model CSS properties, dispatch others to FontConfig & injected dependency.
b47a0b46 — Adrian Cochrane 1 year, 6 months ago
Unittest & fix abstract layout.
eae2c200 — Adrian Cochrane 1 year, 6 months ago
Unittest basic grid sizing.
0759cd2e — Adrian Cochrane 1 year, 6 months ago
Build testable gridlayout function, fix syntax errors.
074d5d9c — Adrian Cochrane 1 year, 6 months ago
Finish drafting CSS4 Grid support!
6d1a719d — Adrian Cochrane 1 year, 6 months ago
Draft grid width-sizing code.
c06fd552 — Adrian Cochrane 1 year, 6 months ago
Test & fix block layout.
4c05e6f6 — Adrian Cochrane 1 year, 7 months ago
Draft flow layout computation.

calc() interpretor & multidirectional text to be added later.
272852e8 — Adrian Cochrane 1 year, 7 months ago
Draft new CatTrap API which hopefully is easier to implement.
3dce4d79 — Adrian Cochrane 1 year, 7 months ago
Unit test calc() implementation!
d0a8a7d6 — Adrian Cochrane 1 year, 7 months ago
Finish drafting shunting yard interpreter for calc().
474bbc4e — Adrian Cochrane 1 year, 7 months ago
Draft shunting yard interpreter for calc().
09970dfc — Adrian Cochrane 1 year, 7 months ago
Draft public API for CatTrap.