提交历史

作者 SHA1 备注 提交日期
  Aliaksandr Kalenik 0d76a9da17 LibWeb: Resolve `text-decoration-thickness` during layout commit 1 年之前
  Aliaksandr Kalenik d5e3158cfe LibWeb: Use PaintableFragment::baseline() in paint_text_decoration() 1 年之前
  Aliaksandr Kalenik 1c4ce2c5f1 LibWeb: Don't check containing block of fragments in hit testing 1 年之前
  Aliaksandr Kalenik 270bbf43ab LibWeb: Remove is<BlockContainer> check for fragments in hit testing 1 年之前
  Aliaksandr Kalenik 64a48065b0 LibWeb: Check if corners have radius after converting to device pixels 1 年之前
  Aliaksandr Kalenik 7c2713c14f LibWeb: Move set_needs_display() from layout node to paintable 1 年之前
  Aliaksandr Kalenik 2960bf4ec8 LibWeb: Make inline paintables own their fragments 1 年之前
  Aliaksandr Kalenik ee5d66c5d5 LibWeb: Resolve text shadows in `LayoutState::commit()` 1 年之前
  Aliaksandr Kalenik de32b77ceb LibWeb: Use separate structure to represent fragments in paintable tree 1 年之前
  Aliaksandr Kalenik 4bc38300ad LibWeb: Forbid using CSS::Length as reference value in `resolved()` 1 年之前
  Aliaksandr Kalenik 3cf5ad002a LibWeb: Allow inline nodes to establish a stacking context 1 年之前
  Aliaksandr Kalenik 6c645f3a9f LibWeb: Paint fragments contained by inline node as part of this node 1 年之前
  Aliaksandr Kalenik ac6b3c989d LibWeb: Apply scroll boxes offsets after painting commands recording 1 年之前
  Andreas Kling bd9989b08a LibWeb: Don't pass StringView to RecordingPainter, to avoid copy 1 年之前
  Andreas Kling f900957d26 LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx 1 年之前
  Aliaksandr Kalenik b2abd1dd05 LibWeb: Resolve box shadow data for paintable boxes during layout 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Aliaksandr Kalenik f361b8c000 LibWeb: Make private `RecordingPainter::state()` 1 年之前
  Aliaksandr Kalenik 6b79508c08 LibWeb: Use offset of nearest scrollable ancestor for positioned boxes 1 年之前
  Aliaksandr Kalenik 2952f01e84 LibWeb: Add pair of methods to apply/reset scroll offset of paintable 1 年之前
  Andreas Kling 6994ea5885 LibWeb: Skip out-of-flow boxes when wrapping inlines in anonymous block 1 年之前
  Aliaksandr Kalenik df57d7ca68 LibGfx+LibWeb: Update for_each_glyph_position to use font cascade list 1 年之前
  Aliaksandr Kalenik 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm 1 年之前
  Aliaksandr Kalenik 0d03257e69 LibGfx+LibAccelGfx+LibWeb: Use RefPtr for font in DrawGlyphOrEmoji 1 年之前
  Aliaksandr Kalenik d1d6da6ab6 LibWeb: Resolve border radius during layout and save it in paintables 1 年之前
  Aliaksandr Kalenik e8960cf754 LibWeb: Move BorderRadiusCornerClipper allocation into CPU executor 1 年之前
  Aliaksandr Kalenik f93cab7679 LibWeb/Painting: Use scaled font for selected text 1 年之前
  Aliaksandr Kalenik 681771d210 LibGfx+LibWeb: Calculate and save glyph positions during layout 1 年之前
  Shannon Booth 56d10bf198 LibWeb: Port Layout::TextNode from DeprecatedString 1 年之前
  Aliaksandr Kalenik 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext 1 年之前