Commit History

Author SHA1 Message Date
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable 3 years ago
  Andreas Kling 7af03df4c3 LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines 3 years ago
  Andreas Kling 9f5cbcaad3 LibWeb: Hang StackingContext off of the paint boxes 3 years ago
  Andreas Kling f0d833a3d7 LibWeb: Move StackingContext and PaintPhase into the Painting namespace 3 years ago
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it 3 years ago
  Andreas Kling 15ed0ebdc6 LibWeb: Implement hit testing a bit closer to spec 3 years ago
  Andreas Kling f8aa0c144f LibWeb: Store box's containing line box fragment in FormattingState 3 years ago
  Andreas Kling 16a47165ee LibWeb: Use coordinate instead of WeakPtr for box->fragment connection 3 years ago
  Andreas Kling 784dbdef8e LibWeb: Make DOM inspector overlay rects a little nicer 3 years ago
  Vrins 12d75b10f3 LibWeb: Inspector content_size tooltip in document view 3 years ago
  Sam Atkins b715943035 LibWeb: Remove redundant Length::resolved() calls 3 years ago
  Sam Atkins 67066c5140 LibWeb: Remove fallback value from Length::resolved() 3 years ago
  Andreas Kling 63345c4dfc LibWeb: Rename Layout::Box absolute rect helpers 3 years ago
  Sam Atkins 103613a3a9 LibWeb: Incorporate spread-distance into box-shadow rendering 3 years ago
  Sam Atkins 10c6c77b5c LibWeb: Render multiple box-shadows 3 years ago
  Andreas Kling 0608de8c12 LibWeb: Rename Layout::Box::size() to content_size() 3 years ago
  Sam Atkins bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() 3 years ago
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
  Sam Atkins 6234e3fcb3 LibWeb: Implement background-clip :^) 3 years ago
  Sam Atkins e8b7946732 LibWeb: Paint backgrounds with multiple layers :^) 3 years ago
  Sam Atkins cdeac132dc LibWeb: Store background layers in ComputedValues 3 years ago
  Sam Atkins 1e53768f1b LibWeb: Combine background-repeat-x/y pseudo-properties 3 years ago
  Andreas Kling ec49c8fefd LibWeb: Clip descendants of boxes with overflow:hidden 3 years ago
  Andreas Kling ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 years ago
  Andreas Kling 2447b27d97 LibWeb: Implement position:fixed painting at the stacking context level 3 years ago
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 years ago
  Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
  Sam Atkins e1f3fb0146 LibWeb: Move border-painting code out of Box 3 years ago
  Sam Atkins abc22b727c LibWeb: Move background painting from Box to its own file 3 years ago
  Sam Atkins b047c1bc97 LibWeb: Move box-shadow painting out of Box to its own file 3 years ago