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
/
LibWeb
/
Layout
/
TextNode.cpp
Age
Commit message (
Expand
)
Author
2021-01-06
LibWeb: Don't prune whitespace nodes from layout tree
Andreas Kling
2021-01-06
LibWeb: Rename Layout::Node::style() => computed_values()
Andreas Kling
2021-01-06
LibWeb: Store the used font in Layout::NodeWithStyle
Andreas Kling
2021-01-06
LibWeb: Simplify one kind of whitespace collapsing
Andreas Kling
2020-12-18
LibWeb: Only preserve full whitspace for white-space: pre{,-wrap}
Andreas Kling
2020-12-17
LibWeb: Whitespace that causes a line to wrap should be hidden
Andreas Kling
2020-12-15
LibWeb: Put final foreground/background colors in LayoutStyle
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'text-transform'
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line'
Andreas Kling
2020-12-10
LibWeb: Use the surrounding text color as the caret color
Andreas Kling
2020-12-06
LibWeb: Pass current target box to BFC::run()
Andreas Kling
2020-12-05
LibWeb: Fix off-by-one when computing available space between floats
Andreas Kling
2020-12-05
LibWeb: First slightly naive implementation of CSS floats :^)
Andreas Kling
2020-12-03
LibWeb: Paint line box fragments during all paint phases
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling