Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 0532d7d255 LibWeb: Stop sizing the context root box in formatting contexts vor 3 Jahren
  Andreas Kling 0608de8c12 LibWeb: Rename Layout::Box::size() to content_size() vor 3 Jahren
  Sam Atkins ce0de4b2b4 LibWeb: Allow LengthPercentage to hold a calculated value vor 3 Jahren
  Andreas Kling 00bd17034d LibWeb: Make IFC aware that its parent is always a BFC vor 3 Jahren
  Sam Atkins bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() vor 3 Jahren
  Sam Atkins dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage vor 3 Jahren
  Sam Atkins 7196570f9b LibWeb: Cast unused smart-pointer return values to void vor 3 Jahren
  Andreas Kling 37f0bd0a42 LibWeb: Small fix to height computation for block-with-inline-children vor 3 Jahren
  Ben Wiederhake 934360583f LibWeb: Remove duplicated auto height computation vor 3 Jahren
  Ben Wiederhake c55527944c LibWeb: Convert const pointer to nonnull into a reference vor 3 Jahren
  Andreas Kling e6e00d2a4d LibWeb: Remove already-fixed FIXME in creates_block_formatting_context() vor 3 Jahren
  Andreas Kling dabbade05c LibWeb: Factor out creation of independent formatting contexts vor 3 Jahren
  Andreas Kling f2d0e8d0ee LibWeb: Expose FormattingContext type vor 3 Jahren
  Andreas Kling 7b0cd15495 LibWeb: Cleanup + spec comments in replaced element height computation vor 3 Jahren
  Andreas Kling 463ee07c00 LibWeb: Cleanup + spec comments in replaced element width computation vor 3 Jahren
  Andreas Kling a58cc2eeb4 LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio" vor 3 Jahren
  Andreas Kling 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it vor 3 Jahren
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer vor 3 Jahren
  Andreas Kling dfeb4550d5 LibWeb: Don't attempt to layout the inside of childless boxes vor 3 Jahren
  Andreas Kling fa45b905bf LibWeb: Remove unused local in FormattingContext::layout_inside() vor 3 Jahren
  Andreas Kling 85a0772147 LibWeb: Start work towards modern CSS "display" values vor 3 Jahren
  Tobias Christiansen 54013ffbe0 LibWeb: Proritize FlexFormattingContext when display: flex is specified vor 3 Jahren
  Andreas Kling 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees vor 3 Jahren
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> vor 4 Jahren
  Timothy Flynn 9a69b9112b LibWeb: Compute intrinsic height of absolute replaced elements vor 4 Jahren
  Egor Ananyin 8f8fbf3487 LibWeb: Position absolute boxes relative to the containing block vor 4 Jahren
  Egor Ananyin 174c940479 LibWeb: Fix height computation (again) :^) vor 4 Jahren
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
  Egor Ananyin 1d343116a9 LibWeb: Fix height calculation for absolutely positioned boxes vor 4 Jahren
  Egor Ananyin d5def1cad0 LibWeb: Use min-height in calculating height vor 4 Jahren