summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/Box.h
AgeCommit message (Expand)Author
2023-05-15LibWeb: Fix iframes flickering on window resizeAndreas Kling
2023-04-20LibWeb/Layout: Rename Box::{paint => paintable}_box()Linus Groh
2023-03-26LibWeb: Add Layout::Box::is_scroll_container()Andreas Kling
2023-01-29LibJS+LibWeb: Move headers around to allow including Value from CellTimothy Flynn
2023-01-24LibWeb: Move scroll state from Layout::BlockContainer to Layout::BoxAndreas Kling
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2023-01-05LibWeb: Convert Layout Boxes to new pixel unitsSam Atkins
2022-10-20LibWeb: Make the layout tree GC-allocatedAndreas 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: Make Paintable ref-countedAndreas Kling
2022-03-11LibWeb: Split Paintable into Paintable and PaintableBoxAndreas 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-02-28LibWeb: Store box's containing line box fragment in FormattingStateAndreas Kling
2022-02-28LibWeb: Store Layout::Box overflow data in Optional instead of OwnPtrAndreas Kling
2022-02-28LibWeb: Use coordinate instead of WeakPtr for box->fragment connectionAndreas Kling
2022-02-21LibWeb: Store overflow data in the FormattingStateAndreas Kling
2022-02-21LibWeb: Start making our layout system "transactional"Andreas Kling
2022-02-11LibWeb: Rename Layout::Box absolute rect helpersAndreas Kling
2022-02-11LibWeb: Remove unused functions from Layout::BoxAndreas Kling
2022-02-06LibWeb: Rename Layout::Box::size() to content_size()Andreas Kling
2022-01-24LibWeb: Use BFC root relative coordinates when flowing around floatsAndreas Kling
2022-01-24LibWeb: Move rect-in-coordinate-space helper to Layout::BoxAndreas Kling
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-10-28LibWeb: Add Layout::Box::border_box_as_relative_rect()Andreas Kling
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: Introduce simple scrollable overflow, size ICB to viewportAndreas Kling
2021-10-14LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio"Andreas Kling
2021-10-14LibWeb: Make intrinsic width/height/ratio a Box concept and simplify itAndreas Kling
2021-10-06LibWeb: Move line boxes from Layout::Box to BlockContainerAndreas Kling
2021-09-19LibWeb: Move background painting from Box to its own fileSam Atkins
2021-09-19LibWeb: Extract border-radius normalization code from BoxSam Atkins
2021-09-18LibWeb: Use floating-point math for border-radius renderingAndreas 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-07-24LibWeb: Add box-shadow renderingTobias Christiansen
2021-05-20LibWeb: Introduce struct to hold border radii and normalize onceTobias Christiansen
2021-05-20LibWeb: Handle background-painting of Box in seperate functionTobias Christiansen
2021-05-20LibWeb: Move the painting of the border out of paint()Tobias Christiansen
2021-05-07LibWeb: Make painting order more spec-compliantEgor Ananyin
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-05LibWeb: Support two-value background-repeatTimothy Flynn
2021-04-05LibWeb: Move painting of background images to common locationTimothy Flynn