Commit History

Author SHA1 Message Date
  Daniel Bertalan 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 years ago
  Andreas Kling 723ea4bcd7 LibWeb: Add Layout::Box::border_box_as_relative_rect() 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 27d4ac316f LibWeb: Introduce simple scrollable overflow, size ICB to viewport 3 years ago
  Andreas Kling a58cc2eeb4 LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio" 3 years ago
  Andreas Kling 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it 3 years ago
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 years ago
  Sam Atkins abc22b727c LibWeb: Move background painting from Box to its own file 3 years ago
  Sam Atkins aaf12929d5 LibWeb: Extract border-radius normalization code from Box 3 years ago
  Andreas Kling 4e47e6d578 LibWeb: Use floating-point math for border-radius rendering 3 years ago
  Andreas Kling eac31e21f2 LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect() 3 years ago
  Sam Atkins 2844f89a83 LibWeb: Implement "out-of-flow" property of Layout Box 3 years ago
  Tobias Christiansen 5471c87246 LibWeb: Add box-shadow rendering 4 years ago
  Tobias Christiansen 7a566e54e5 LibWeb: Introduce struct to hold border radii and normalize once 4 years ago
  Tobias Christiansen d13526e1e7 LibWeb: Handle background-painting of Box in seperate function 4 years ago
  Tobias Christiansen ff0b3518fa LibWeb: Move the painting of the border out of paint() 4 years ago
  Egor Ananyin d2b6148787 LibWeb: Make painting order more spec-compliant 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Timothy Flynn 5de0e0068c LibWeb: Support two-value background-repeat 4 years ago
  Timothy Flynn 735829f694 LibWeb: Move painting of background images to common location 4 years ago
  Andreas Kling 543dd54a1d LibWeb: Add bordered_rect() and padded_rect() helpers in Layout::Box 4 years ago
  Andreas Kling 3e8873b63e LibWeb: Add Layout::Box::margin_box_height() 4 years ago
  Andreas Kling d18bc9ccd2 LibWeb: Add Layout::Box::margin_box_width() 4 years ago
  Andreas Kling fd441b954d LibWeb: Add fast_is<T>() for some DOM and layout node subclasses 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago