summaryrefslogtreecommitdiff
path: root/LibHTML
AgeCommit message (Expand)Author
2019-06-20LibHTML: Add the outline of a CSS stylesheet object graph.Andreas Kling
2019-06-20LibHTML: Add layout() overrides for LayoutText and LayoutBlock.Andreas Kling
2019-06-16LibHTML: Add a Frame class, start fleshing out recursive layout.Andreas Kling
2019-06-16LibHTML: Add a LayoutStyle object (computed style for a LayoutNode.)Andreas Kling
2019-06-16LibHTML: Give LayoutNodes a rect.Andreas Kling
2019-06-15LibHTML: Create some subdirectories.Andreas Kling
2019-06-15LibHTML: Collapse all-whitespace LayoutText into a single ' ' char.Andreas Kling
2019-06-15LibHTML: Start fleshing out a basic layout tree.Andreas Kling
2019-06-15LibHTML: Basic element attribute parsing.Andreas Kling
2019-06-15LibHTML: Start working on a very simplified HTML parser.Andreas Kling
2019-06-15LibHTML: Start working on a simple HTML library.Andreas Kling