index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibHTML
/
Layout
/
LayoutNode.cpp
Age
Commit message (
Expand
)
Author
2019-10-15
LibHTML: Add is<T> and to<T> helpers for LayoutNode class family
Andreas Kling
2019-10-13
LibHTML: Add some convenient geometry getters on LayoutNode
Andreas Kling
2019-10-13
LibHTML: Move layout root from HtmlView to Document
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
Andreas Kling
2019-10-07
LibHTML: Add LayoutNodeWithStyle class, make LayoutText style-less
Andreas Kling
2019-10-07
LibHTML: Rename "style_properties" to "style" everywhere
Andreas Kling
2019-10-06
LibHTML: Respect the link color set via <body link>
Andreas Kling
2019-10-05
LibHTML: Implement basic layout for inline <img alt>
Andreas Kling
2019-10-04
LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">
Andreas Kling
2019-10-04
LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()
Andreas Kling
2019-10-04
LibHTML: Rename ComputedStyle to BoxModelMetrics
Andreas Kling
2019-10-04
LibHTML: LayoutText should always use parent's style properties
Andreas Kling
2019-10-01
LibHTML: Implement the <hr> element
Andreas Kling
2019-10-01
LibHTML: Implement basic border rendering
Andreas Kling
2019-10-01
LibHTML: Include padding when rendering background colors
Andreas Kling
2019-09-29
LibHTML: Implement basic support for background-color
Andreas Kling
2019-09-29
LibHTML: Have Document track its hovered Node
Andreas Kling
2019-09-29
LibHTML: Add LayoutNode::document() for easy access
Andreas Kling
2019-09-29
LibHTML: Make hit testing work for LayoutText
Andreas Kling
2019-09-28
LibHTML: Implement naive hit testing
Andreas Kling
2019-09-28
LibHTML: Implement rendering
Sergey Bugaev
2019-09-28
LibHTML: Get rid of the style tree
Sergey Bugaev
2019-07-08
LibHTML: Create anonymous blocks around inline children of blocks.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling