Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 4d401bf796 LibWeb: Make the paint tree GC-allocated il y a 2 ans
  Andreas Kling a0e6882d99 LibWeb: Remove Layout::Node::set_inline() il y a 2 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  Andreas Kling e099960e4d LibWeb: Remove a bunch of no-longer needed #includes il y a 3 ans
  Andreas Kling ed84fbce47 LibWeb: Make Paintable ref-counted il y a 3 ans
  Andreas Kling aae356baf1 LibWeb: Port inline elements to the new Paintable system il y a 3 ans
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places il y a 3 ans
  Andreas Kling 02b316fd5c LibWeb: Let Paintable perform the painting il y a 3 ans
  Andreas Kling 7af03df4c3 LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines il y a 3 ans
  Andreas Kling f0d833a3d7 LibWeb: Move StackingContext and PaintPhase into the Painting namespace il y a 3 ans
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it il y a 3 ans
  Sam Atkins 5113128bc9 LibWeb: Paint InlineNode overlay in correct phase, skip pseudo-elements il y a 3 ans
  Sam Atkins 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer il y a 3 ans
  Sam Atkins b715943035 LibWeb: Remove redundant Length::resolved() calls il y a 3 ans
  Sam Atkins 67066c5140 LibWeb: Remove fallback value from Length::resolved() il y a 3 ans
  Andreas Kling f2a917229a LibWeb: Support inline-level padding and border properly il y a 3 ans
  Sam Atkins 103613a3a9 LibWeb: Incorporate spread-distance into box-shadow rendering il y a 3 ans
  Sam Atkins 10c6c77b5c LibWeb: Render multiple box-shadows il y a 3 ans
  Andreas Kling d30cbf5d72 LibWeb: Remove unnecessary check for 0-sized fragments in InlineNode il y a 3 ans
  Andreas Kling 3ad08a932c LibWeb: Only compute containing block rect once in InlineNode::paint() il y a 3 ans
  Andreas Kling 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API il y a 3 ans
  Sam Atkins bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() il y a 3 ans
  Sam Atkins dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage il y a 3 ans
  Sam Atkins 6234e3fcb3 LibWeb: Implement background-clip :^) il y a 3 ans
  Sam Atkins e8b7946732 LibWeb: Paint backgrounds with multiple layers :^) il y a 3 ans
  Sam Atkins 1e53768f1b LibWeb: Combine background-repeat-x/y pseudo-properties il y a 3 ans
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer il y a 3 ans
  Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer il y a 3 ans
  Sam Atkins 0cedb7a7c4 LibWeb: Give InlineNodes borders :^) il y a 3 ans
  Sam Atkins 0712036485 LibWeb: Give InlineNodes a box-shadow :^) il y a 3 ans