index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Painting
/
Paintable.h
Age
Commit message (
Expand
)
Author
2023-01-25
LibWeb: Use rect of containing block instead of parent to clip overflow
Aliaksandr Kalenik
2023-01-24
LibWeb: Make Layout::Node::containing_block() return a Layout::Box
Andreas Kling
2023-01-11
LibWeb: Make Paintable visit its cached containing block pointer
Andreas Kling
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-11-15
LibWeb: Clip hidden overflow by absolute rect of containing block
Aliaksandr Kalenik
2022-11-04
LibWeb: Make hit testing traverse positioned descendants in right order
Andreas Kling
2022-10-20
LibWeb: Fix pointer-events check in hit_test
Aliaksandr Kalenik
2022-09-14
LibWeb: Don't clip to containing block when painting abspos descendants
Andreas Kling
2022-07-04
LibWeb: Make hit testing respect hidden overflow
Igor Pissolati
2022-04-08
LibWeb: Add some basic paint tree traversal helpers
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-21
LibWeb: Add Paintable::dom_node() convenience accessor
Andreas Kling
2022-03-21
LibWeb: Add Painting::HitTestResult::dom_node()
Andreas Kling
2022-03-21
LibWeb: Make hit testing functions return Optional<HitTestResult>
Andreas Kling
2022-03-18
LibWeb: Update hit_test for CSS Transforms
Simon Wanner
2022-03-16
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
sin-ack
2022-03-12
LibWeb: Let paintables cache their containing block and absolute rect
Andreas Kling
2022-03-11
LibWeb: Move hit testing to the painting tree
Andreas Kling
2022-03-11
LibWeb: Move PaintingBox to its own .cpp and .h files
Andreas Kling
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-03-11
LibWeb: Make Paintable ref-counted
Andreas Kling
2022-03-11
LibWeb: Generate a TextPaintable for every Layout::TextNode
Andreas Kling
2022-03-11
LibWeb: Port inline elements to the new Paintable system
Andreas Kling
2022-03-11
LibWeb: Split Paintable into Paintable and PaintableBox
Andreas Kling
2022-03-11
LibWeb: Add Paintable::layout_box() accessor
Andreas Kling
2022-03-11
LibWeb: Let Paintable perform the painting
Andreas Kling
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling