summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/Box.h
AgeCommit message (Expand)Author
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
2021-02-22LibWeb: Add bordered_rect() and padded_rect() helpers in Layout::BoxAndreas Kling
2021-01-18LibWeb: Add Layout::Box::margin_box_height()Andreas Kling
2021-01-18LibWeb: Add Layout::Box::margin_box_width()Andreas Kling
2021-01-17LibWeb: Add fast_is<T>() for some DOM and layout node subclassesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling