summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/Box.cpp
AgeCommit message (Expand)Author
2022-04-12LibWeb: Make Layout::Box::set_needs_display() work for all boxesAndreas Kling
2022-03-22LibWeb: Move Layout::Box::is_out_of_flow() to Layout::NodeAndreas Kling
2022-03-11LibWeb: Remove a bunch of no-longer needed #includesAndreas Kling
2022-03-11LibWeb: Move hit testing to the painting treeAndreas Kling
2022-03-11LibWeb: Move PaintingBox to its own .cpp and .h filesAndreas Kling
2022-03-11LibWeb: Make hit testing return a { paintable, offset }Andreas Kling
2022-03-11LibWeb: Make Paintable ref-countedAndreas Kling
2022-03-11LibWeb: Split Paintable into Paintable and PaintableBoxAndreas Kling
2022-03-11LibWeb: Use Layout::Box::paint_box() accessor in more placesAndreas Kling
2022-03-11LibWeb: Let Paintable perform the paintingAndreas Kling
2022-03-11LibWeb: Rename Painting::Box => PaintableAndreas Kling
2022-03-11LibWeb: Make Painting::Box virtual and add Painting::BoxWithLinesAndreas Kling
2022-03-11LibWeb: Hang StackingContext off of the paint boxesAndreas Kling
2022-03-11LibWeb: Move StackingContext and PaintPhase into the Painting namespaceAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-03-04LibWeb: Implement hit testing a bit closer to specAndreas Kling
2022-02-28LibWeb: Store box's containing line box fragment in FormattingStateAndreas Kling
2022-02-28LibWeb: Use coordinate instead of WeakPtr for box->fragment connectionAndreas Kling
2022-02-26LibWeb: Make DOM inspector overlay rects a little nicerAndreas Kling
2022-02-19LibWeb: Inspector content_size tooltip in document viewVrins
2022-02-18LibWeb: Remove redundant Length::resolved() callsSam Atkins
2022-02-18LibWeb: Remove fallback value from Length::resolved()Sam Atkins
2022-02-11LibWeb: Rename Layout::Box absolute rect helpersAndreas Kling
2022-02-08LibWeb: Incorporate spread-distance into box-shadow renderingSam Atkins
2022-02-08LibWeb: Render multiple box-shadowsSam Atkins
2022-02-06LibWeb: Rename Layout::Box::size() to content_size()Andreas Kling
2022-01-20LibWeb: Remove reference_for_percent parameter from Length::resolved()Sam Atkins
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-17LibWeb: Implement background-clip :^)Sam Atkins
2021-11-17LibWeb: Paint backgrounds with multiple layers :^)Sam Atkins
2021-11-17LibWeb: Store background layers in ComputedValuesSam Atkins
2021-11-10LibWeb: Combine background-repeat-x/y pseudo-propertiesSam Atkins
2021-10-28LibWeb: Clip descendants of boxes with overflow:hiddenAndreas Kling
2021-10-27LibWeb: Remove Layout::Box::width_of_logical_containing_block()Andreas Kling
2021-10-14LibWeb: Implement position:fixed painting at the stacking context levelAndreas Kling
2021-10-06LibWeb: Move line boxes from Layout::Box to BlockContainerAndreas Kling
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-09-19LibWeb: Move border-painting code out of BoxSam Atkins
2021-09-19LibWeb: Move background painting from Box to its own fileSam Atkins
2021-09-19LibWeb: Move box-shadow painting out of Box to its own fileSam Atkins
2021-09-19LibWeb: Extract border-radius normalization code from BoxSam Atkins
2021-09-18LibWeb: Avoid unnecessary padded_rect() call in Box::paint()Andreas Kling
2021-09-18LibWeb: Use floating-point math for border-radius renderingAndreas Kling
2021-09-17LibGfx: Don't crash on request to draw impossible circle segmentTobias Christiansen
2021-09-17LibWeb: Skip rendering box-shadow blur if we don't have memory for itAndreas Kling
2021-09-15LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect()Andreas Kling
2021-09-15LibWeb: Implement "out-of-flow" property of Layout BoxSam Atkins
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-26LibWeb: Add blurring support to box-shadowTobias Christiansen