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
/
Painting
Age
Commit message (
Expand
)
Author
2021-01-06
LibWeb: Rename Layout::Node::style() => computed_values()
Andreas Kling
2021-01-06
LibWeb: Rename LayoutStyle => CSS::ComputedValues
Andreas Kling
2021-01-01
LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes
Andreas Kling
2021-01-01
LibWeb: Demangle the names returned by Layout::Node::class_name()
Andreas Kling
2020-12-04
LibWeb: Move border painting from Layout::Box to a free function
Andreas Kling
2020-12-04
LibWeb: Rename LayoutNode::is_root() => is_initial_containing_block()
Andreas Kling
2020-12-03
LibWeb: Move PaintPhase enum out of Layout::Node
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
Andreas Kling
2020-10-10
LibWeb: Add a basic SVGContext object, add to PaintContext
Matthew Olsson
2020-08-15
LibWeb: Only paint focus outline when browser window has focus
Andreas Kling
2020-08-05
LibWeb: Specialize hit testing for text cursor purposes
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-01
LibWeb: Use the StackingContext tree for hit testing
Andreas Kling
2020-07-01
LibWeb: StackingContext was sorting the wrong list of children
Andreas Kling
2020-06-24
LibWeb: Add LayoutStyle, a place to store style info for layout & paint
Andreas Kling
2020-06-24
LibWeb: Rename LayoutNode::style() => specified_style()
Andreas Kling
2020-06-18
LibWeb: Fix broken #include after moving files around
Andreas Kling
2020-06-18
LibWeb: Move StackingContext from Layout/ to Painting/
Andreas Kling
2020-06-18
LibWeb: Rename LayoutNode::render() to paint()
Andreas Kling