Histórico de Commits

Autor SHA1 Mensagem Data
  Zac Brannelly 9165faca5e LibWeb: Support CSS property `background-clip: text` há 1 ano atrás
  Andreas Kling 6eeda29642 LibWeb: Paint 1x1 backgrounds as color fill instead of tiling bitmap há 1 ano atrás
  MacDue 8c59f359eb LibWeb: Implement the default sizing algorithm steps for backgrounds há 1 ano atrás
  Aliaksandr Kalenik 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext há 1 ano atrás
  Aliaksandr Kalenik 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands há 1 ano atrás
  Aliaksandr Kalenik dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` há 1 ano atrás
  MacDue 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) há 1 ano atrás
  MacDue 360c0eb509 LibWeb: Remove implicit conversion from float and double to CSSPixels há 1 ano atrás
  Sam Atkins 8356ff283b LibWeb: Implement `background-attachment: local` há 2 anos atrás
  Sam Atkins 5ee1b7db7c LibWeb: Convert BorderData::width to CSSPixels há 2 anos atrás
  implicitfield 58c4e266e9 LibWeb: Prevent double promotion in paint_background há 2 anos atrás
  Aliaksandr Kalenik b37fbcb159 LibWeb: Use PaintContext::would_be_fully_clipped_by_painter() everywhere há 2 anos atrás
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels há 2 anos atrás
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point há 2 anos atrás
  Jelle Raaijmakers f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive há 2 anos atrás
  Andreas Kling ca1fa5f748 LibWeb: Use the new to_px() helpers in CSS, SVG and layout code há 2 anos atrás
  Andreas Kling 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport há 2 anos atrás
  Sam Atkins 13b1952929 LibWeb: Convert AbstractImageStyleValue to new pixel units há 2 anos atrás
  Sam Atkins affc8a22ca LibWeb+WebContent: Convert BrowsingContext to new pixel units há 2 anos atrás
  Timothy Flynn 88d5fd4b73 LibWeb: Paint repeating background images over entire paint box há 2 anos atrás
  Sam Atkins 0bf4089af9 LibWeb: Convert border painting to new pixel units há 2 anos atrás
  Sam Atkins 0233627545 LibWeb: Convert background painting to new pixel units há 2 anos atrás
  Sam Atkins 4440af0870 LibWeb: Split PaintContext::viewport_rect() into device/css variants há 2 anos atrás
  MacDue 50ab2de10e LibWeb: Remove done TODO and fix typo há 3 anos atrás
  MacDue 40ad8b793d LibWeb: Avoid infinite loops in background painting há 3 anos atrás
  MacDue 1473842b56 LibWeb: Follow `image-rendering` when painting image style values há 3 anos atrás
  MacDue d0511ec650 LibWeb: Avoid painting background-images under opaque borders há 3 anos atrás
  MacDue 6a6475673f LibWeb: Convert images to common AbstractImageStyleValue base há 3 anos atrás
  Andreas Kling bd48d9521a LibWeb: Simplify more code with CSS::LengthPercentage::is_auto() há 3 anos atrás
  MacDue 0c521381a3 LibWeb: Replace LibGfx gradient painting with new GradientPainting há 3 anos atrás