1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 20:45:06 +00:00
serenity/LibHTML/Layout
Andreas Kling 7eef69ad4b LibHTML: Refactor to go from DOM -> styled tree -> layout tree.
Frame::layout() drives everything now, it takes the DOM contained in the
frame and puts it through the tree transformations.
2019-06-29 21:42:07 +02:00
..
LayoutBlock.cpp LibHTML: Refactor to go from DOM -> styled tree -> layout tree. 2019-06-29 21:42:07 +02:00
LayoutBlock.h LibHTML: Refactor to go from DOM -> styled tree -> layout tree. 2019-06-29 21:42:07 +02:00
LayoutDocument.cpp LibHTML: Add a Frame class, start fleshing out recursive layout. 2019-06-16 21:35:03 +02:00
LayoutDocument.h LibHTML: Add a Frame class, start fleshing out recursive layout. 2019-06-16 21:35:03 +02:00
LayoutInline.cpp LibHTML: Refactor to go from DOM -> styled tree -> layout tree. 2019-06-29 21:42:07 +02:00
LayoutInline.h LibHTML: Refactor to go from DOM -> styled tree -> layout tree. 2019-06-29 21:42:07 +02:00
LayoutNode.cpp LibHTML: Add a simple TreeNode<T> template for making trees. 2019-06-25 19:46:01 +02:00
LayoutNode.h LibHTML: Add a simple TreeNode<T> template for making trees. 2019-06-25 19:46:01 +02:00
LayoutStyle.cpp LibHTML: Add a LayoutStyle object (computed style for a LayoutNode.) 2019-06-16 13:44:09 +02:00
LayoutStyle.h LibHTML: Add a Frame class, start fleshing out recursive layout. 2019-06-16 21:35:03 +02:00
LayoutText.cpp LibHTML: Add layout() overrides for LayoutText and LayoutBlock. 2019-06-20 23:00:26 +02:00
LayoutText.h LibHTML: Add layout() overrides for LayoutText and LayoutBlock. 2019-06-20 23:00:26 +02:00