index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibHTML
/
Layout
Age
Commit message (
Expand
)
Author
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling
2019-07-03
LibHTML: Rename LayoutStyle => ComputedStyle.
Andreas Kling
2019-07-03
LibHTML: Let the layout tree own the style tree.
Andreas Kling
2019-07-01
LibHTML: Add Length and LengthBox classes.
Andreas Kling
2019-07-01
LibHTML: LayoutDocument should call LayoutBlock parent constructor.
Andreas Kling
2019-07-01
LibHTML: Start fleshing out block layout.
Andreas Kling
2019-06-29
LibHTML: Refactor to go from DOM -> styled tree -> layout tree.
Andreas Kling
2019-06-25
LibHTML: Add a simple TreeNode<T> template for making trees.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-20
LibHTML: Add layout() overrides for LayoutText and LayoutBlock.
Andreas Kling
2019-06-16
LibHTML: Add a Frame class, start fleshing out recursive layout.
Andreas Kling
2019-06-16
LibHTML: Add a LayoutStyle object (computed style for a LayoutNode.)
Andreas Kling
2019-06-16
LibHTML: Give LayoutNodes a rect.
Andreas Kling
2019-06-15
LibHTML: Create some subdirectories.
Andreas Kling