Histórico de Commits

Autor SHA1 Mensagem Data
  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
  Tobias Christiansen d13526e1e7 LibWeb: Handle background-painting of Box in seperate function há 4 anos atrás
  Tobias Christiansen ff0b3518fa LibWeb: Move the painting of the border out of paint() há 4 anos atrás
  Timothy Flynn dba261f79b LibWeb: Propagate body background properties to root HTML element há 4 anos atrás
  Egor Ananyin d2b6148787 LibWeb: Make painting order more spec-compliant há 4 anos atrás
  Matthew Olsson 88cfaf7bf0 LibGfx: Unify Rect, Point, and Size há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Timothy Flynn 5de0e0068c LibWeb: Support two-value background-repeat há 4 anos atrás
  Timothy Flynn 735829f694 LibWeb: Move painting of background images to common location há 4 anos atrás
  Timothy Flynn fa9ba8bce5 LibWeb: Support rendering background images with 'background-repeat' há 4 anos atrás