Historique des commits

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