Histórico de Commits

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