summaryrefslogtreecommitdiff
path: root/LibHTML/Layout
AgeCommit message (Expand)Author
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
2019-07-03LibHTML: Rename LayoutStyle => ComputedStyle.Andreas Kling
2019-07-03LibHTML: Let the layout tree own the style tree.Andreas Kling
2019-07-01LibHTML: Add Length and LengthBox classes.Andreas Kling
2019-07-01LibHTML: LayoutDocument should call LayoutBlock parent constructor.Andreas Kling
2019-07-01LibHTML: Start fleshing out block layout.Andreas Kling
2019-06-29LibHTML: Refactor to go from DOM -> styled tree -> layout tree.Andreas Kling
2019-06-25LibHTML: Add a simple TreeNode<T> template for making trees.Andreas Kling
2019-06-21AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-21AK: Rename Retainable => RefCounted.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