Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ vor 3 Jahren
  Sam Atkins 6234e3fcb3 LibWeb: Implement background-clip :^) vor 3 Jahren
  Sam Atkins e8b7946732 LibWeb: Paint backgrounds with multiple layers :^) vor 3 Jahren
  Sam Atkins cdeac132dc LibWeb: Store background layers in ComputedValues vor 3 Jahren
  Sam Atkins 1e53768f1b LibWeb: Combine background-repeat-x/y pseudo-properties vor 3 Jahren
  Andreas Kling ec49c8fefd LibWeb: Clip descendants of boxes with overflow:hidden vor 3 Jahren
  Andreas Kling ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() vor 3 Jahren
  Andreas Kling 2447b27d97 LibWeb: Implement position:fixed painting at the stacking context level vor 3 Jahren
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer vor 3 Jahren
  Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer vor 3 Jahren
  Sam Atkins e1f3fb0146 LibWeb: Move border-painting code out of Box vor 3 Jahren
  Sam Atkins abc22b727c LibWeb: Move background painting from Box to its own file vor 3 Jahren
  Sam Atkins b047c1bc97 LibWeb: Move box-shadow painting out of Box to its own file vor 3 Jahren
  Sam Atkins aaf12929d5 LibWeb: Extract border-radius normalization code from Box vor 3 Jahren
  Andreas Kling 19c492e976 LibWeb: Avoid unnecessary padded_rect() call in Box::paint() vor 3 Jahren
  Andreas Kling 4e47e6d578 LibWeb: Use floating-point math for border-radius rendering vor 3 Jahren
  Tobias Christiansen 3cc6ffd4a6 LibGfx: Don't crash on request to draw impossible circle segment vor 3 Jahren
  Andreas Kling 4fcb1be734 LibWeb: Skip rendering box-shadow blur if we don't have memory for it vor 3 Jahren
  Andreas Kling eac31e21f2 LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect() vor 3 Jahren
  Sam Atkins 2844f89a83 LibWeb: Implement "out-of-flow" property of Layout Box vor 3 Jahren
  Andreas Kling e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock vor 3 Jahren
  Brian Gianforcaro 217179a39f LibWeb: Remove unused header includes vor 4 Jahren
  Tobias Christiansen 5745e8e18c LibWeb: Add blurring support to box-shadow vor 4 Jahren
  Tobias Christiansen 5471c87246 LibWeb: Add box-shadow rendering vor 4 Jahren
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> vor 4 Jahren
  Andreas Kling 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext vor 4 Jahren
  Tobias Christiansen adfdfd6aba LibWeb: Deal with Boxes that have a background, border and -radius vor 4 Jahren
  Tobias Christiansen 7a566e54e5 LibWeb: Introduce struct to hold border radii and normalize once vor 4 Jahren
  Tobias Christiansen c31046d952 LibWeb: Draw rounded corners for the backgrounds of Boxes vor 4 Jahren
  Tobias Christiansen 9e04c0598b LibWeb: Basic rendering of border-radius vor 4 Jahren