提交历史

作者 SHA1 备注 提交日期
  Linus Groh d58b671ff6 LibWeb/DOM: Rename Node::{paint => paintable}_box() 2 年之前
  Linus Groh 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 年之前
  MacDue f9c61e3ba7 LibWeb: Scale SVG stroke-width based on viewbox 2 年之前
  MacDue ba6272a0a0 LibWeb: Don't try to paint SVG elements transformed to zero size 2 年之前
  MacDue cf23a2b82d LibWeb: Apply SVG transform to path when painting (SVG) elements 2 年之前
  Andreas Kling 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
  Sam Atkins 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 年之前
  Sam Atkins ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units 2 年之前
  Andreas Kling e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 年之前
  Andreas Kling ed84fbce47 LibWeb: Make Paintable ref-counted 3 年之前
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places 3 年之前
  Andreas Kling 02b316fd5c LibWeb: Let Paintable perform the painting 3 年之前
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable 3 年之前
  Andreas Kling f0d833a3d7 LibWeb: Move StackingContext and PaintPhase into the Painting namespace 3 年之前
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it 3 年之前
  Tobias Christiansen 8461791ce2 LibWeb: Add support for 'view-box' attribute to SVGs 3 年之前
  Sam Atkins aba8774c9c LibWeb: Give SVG geometry elements a position 3 年之前
  Sam Atkins 784c3183f7 LibWeb: Rename SVGPathBox -> SVGGeometryBox 3 年之前