Commit History

Author SHA1 Message Date
  Aliaksandr Kalenik 9c99182b1e LibWeb: Change StackingContext::hit_test() to accept callback 1 year ago
  Aliaksandr Kalenik 95d91a37d2 LibWeb: Resolve outline CSS property before paint commands recording 1 year ago
  Aliaksandr Kalenik d4932196cc LibWeb: Account for all clipped border radii in containing block chain 1 year ago
  Aliaksandr Kalenik 76d1536307 LibWeb: Optimize scroll offset and clip state recalculation 1 year ago
  Aliaksandr Kalenik 96d5f555e1 LibWeb: Simplify InlinePaintable::bounding_rect() implementation 1 year ago
  Aliaksandr Kalenik 16f1962f10 LibWeb: Use clip rectangles assigned to paintables in hit-testing 1 year ago
  Aliaksandr Kalenik 556679fedd LibWeb: Account for scroll offset in hit-testing 1 year ago
  Aliaksandr Kalenik 0bf82f748f LibWeb: Move clip rect calculation to happen before painting 1 year ago
  Aliaksandr Kalenik 270bbf43ab LibWeb: Remove is<BlockContainer> check for fragments in hit testing 1 year ago
  Aliaksandr Kalenik c02820759b LibWeb: Test nested elements in InlinePaintable::hit_test() 1 year ago
  Aliaksandr Kalenik 2960bf4ec8 LibWeb: Make inline paintables own their fragments 1 year ago
  Aliaksandr Kalenik 5ed936289a LibWeb: Set box-shadow for inline paintables in LayoutState::commit() 1 year ago
  Aliaksandr Kalenik de32b77ceb LibWeb: Use separate structure to represent fragments in paintable tree 1 year ago
  Aliaksandr Kalenik 6c645f3a9f LibWeb: Paint fragments contained by inline node as part of this node 1 year ago
  Aliaksandr Kalenik e464d484c4 LibWeb: Implement getBoundingClientRect() for inline paintables 1 year ago
  Aliaksandr Kalenik d1d6da6ab6 LibWeb: Resolve border radius during layout and save it in paintables 1 year ago
  Aliaksandr Kalenik 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext 1 year ago
  Aliaksandr Kalenik 29ff1f67be LibWeb: Introduce dedicated painting command for borders 1 year ago
  Aliaksandr Kalenik 70353b79af LibWeb: Change paint_all_borders() to accept only device pixel values 1 year ago
  Andi Gallo 7bd00d6a42 LibWeb: Snap table grid to device pixels in separate borders mode 1 year ago
  Sam Atkins 73fa58da34 LibWeb: Implement the CSS `outline-offset` property 1 year ago
  Sam Atkins fe7e797483 LibWeb: Implement the CSS `outline` property :^) 1 year ago
  Andi Gallo af1798dd04 LibWeb: Add support for inset shadows 2 years ago
  Simon Wanner ee7282cbe4 LibWeb: Make pseudo-elements inspectable 2 years ago
  Linus Groh 352da3623b LibWeb/Painting: Remove redundant 'Painting::' namespace prefixes 2 years ago
  Linus Groh 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 years ago
  Andreas Kling 51555dea7c LibWeb: Make Layout::Node::containing_block() return a Layout::Box 2 years ago
  Andreas Kling 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
  Sam Atkins 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2 years ago
  Sam Atkins ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units 2 years ago