Commit History

Author SHA1 Message Date
  Aliaksandr Kalenik a044e9cf4f LibWeb: Add `background-clip: text` support for InlinePaintable 1 year ago
  Aliaksandr Kalenik dd73cccf8f LibWeb: Fire "scroll" events on DOM elements 1 year ago
  Aliaksandr Kalenik d53058421a LibWeb: Do not paint scrollbar of ViewportPaintable 1 year ago
  Andreas Kling dd8504c68d LibWeb: Store "text for rendering" in TextPaintable 1 year ago
  Tim Ledbetter a40c14462d LibWeb: Avoid division by zero when calculating scrollbar rect 1 year ago
  Aliaksandr Kalenik 16f33aafda LibWeb: Always check paintable boxes children during hit-testing 1 year ago
  Zac Brannelly 9165faca5e LibWeb: Support CSS property `background-clip: text` 1 year ago
  Aliaksandr Kalenik cf6999f5f3 LibWeb: Remove glyph run allocation in paint_text_fragment() 1 year ago
  Andreas Kling d1b5f55f91 LibWeb: Make Paintable::containing_block() return a PaintableBox* 1 year ago
  Aliaksandr Kalenik b821f7b283 LibWeb: Implement scrollbar painting 1 year ago
  Aliaksandr Kalenik 91378ded96 LibWeb: Apply scroll offset after clip in PaintableBox::before_paint() 1 year ago
  Aliaksandr Kalenik 9968c9f7a6 LibWeb: Fix hit-testing by excluding CSS transform from clip rect check 1 year ago
  Aliaksandr Kalenik 155070cfd8 LibWeb: Clamp scroll offset to valid range in `set_scroll_offset()` 1 year ago
  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 1ae416fa94 LibWeb: Add `compute_combined_css_transform()` for PaintableBox 1 year ago
  Aliaksandr Kalenik 76d1536307 LibWeb: Optimize scroll offset and clip state recalculation 1 year ago
  Aliaksandr Kalenik 36553d4566 LibWeb: Do not add CSS transforms into clip rect in PaintableWithLines 1 year ago
  Aliaksandr Kalenik dc47d01fdc LibWeb: Remove contained_by_inline_node flag in PaintableFragment 1 year ago
  Aliaksandr Kalenik 9dddd6b028 LibWeb: Account for scroll offset in overflow clip rect calculation 1 year ago
  Aliaksandr Kalenik 16f1962f10 LibWeb: Use clip rectangles assigned to paintables in hit-testing 1 year ago
  Aliaksandr Kalenik d3b983b201 LibWeb: Ensure scroll offsets and clip rects updated before hit-testing 1 year ago
  Aliaksandr Kalenik d27b376699 LibWeb: Store clip border radii in CSSPixels instead of DevicePixels 1 year ago
  Aliaksandr Kalenik 556679fedd LibWeb: Account for scroll offset in hit-testing 1 year ago
  Aliaksandr Kalenik 20de69693b LibWeb: Fix hidden overflow clipping with nested CSS transforms 1 year ago
  Aliaksandr Kalenik 0bf82f748f LibWeb: Move clip rect calculation to happen before painting 1 year ago
  Aliaksandr Kalenik 0d76a9da17 LibWeb: Resolve `text-decoration-thickness` during layout commit 1 year ago
  Aliaksandr Kalenik d5e3158cfe LibWeb: Use PaintableFragment::baseline() in paint_text_decoration() 1 year ago
  Aliaksandr Kalenik 1c4ce2c5f1 LibWeb: Don't check containing block of fragments in hit testing 1 year ago