Historique des commits

Auteur SHA1 Message Date
  Aliaksandr Kalenik 30b636e90b LibWeb: Add "position: sticky" support il y a 11 mois
  BenJilks 963cf1c2c4 LibWeb: Add additional padding to the end of the scrollable overflow il y a 1 an
  Tim Ledbetter 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods il y a 1 an
  Tim Ledbetter c57d395a48 LibWeb: Use `IterationDecision` in single level Node iteration methods il y a 1 an
  Matthew Olsson 8450041b52 LibWeb: Fix some GCVerifier warnings il y a 1 an
  Andreas Kling 1cfd8b3ac0 LibWeb: Retain size definiteness when transferred through aspect ratio il y a 1 an
  Andreas Kling a0ed8bdb57 LibWeb: Remove outdated comment about definite calc() sizes il y a 1 an
  Andreas Kling c51a4cc007 LibWeb: Detach paintables from *all* DOM nodes before committing layout il y a 1 an
  Aliaksandr Kalenik 309259aeb6 LibWeb: Clamp scroll offset into valid range after relayout il y a 1 an
  Andreas Kling f963bb4f36 LibWeb: Don't mark heights as definite in set_content_height() il y a 1 an
  Andreas Kling 0dd8458683 LibWeb: Add FIXME about definiteness to UsedValues::set_content_width() il y a 1 an
  Aliaksandr Kalenik 1af466babf LibWeb: Fix invalidation of CSS properties that do not affect layout il y a 1 an
  Sam Atkins e025bcc4f9 LibWeb: Make use of transform-box when calculating transforms il y a 1 an
  Aliaksandr Kalenik 0d76a9da17 LibWeb: Resolve `text-decoration-thickness` during layout commit il y a 1 an
  Aliaksandr Kalenik 91ef4fed93 LibWeb: Resolve all layout-dependent properties in one loop il y a 1 an
  Bastian Neumann 7cd489d6aa LibWeb: Remove early continue in size parsing il y a 1 an
  Aliaksandr Kalenik b317620486 LibWeb: Resolve relpos fragment offsets only for inline paintables il y a 1 an
  Andreas Kling 8e31bfb83c LibWeb: Give UsedValues a pointer to containing block UsedValues il y a 1 an
  Aliaksandr Kalenik ef0c390b79 LibWeb: Resolve CSS transform properties during layout commit il y a 1 an
  Aliaksandr Kalenik 2960bf4ec8 LibWeb: Make inline paintables own their fragments il y a 1 an
  Aliaksandr Kalenik 5ed936289a LibWeb: Set box-shadow for inline paintables in LayoutState::commit() il y a 1 an
  Andreas Kling ba286781b4 LibWeb: Detach all paintables when building/committing layout tree il y a 1 an
  Aliaksandr Kalenik ee5d66c5d5 LibWeb: Resolve text shadows in `LayoutState::commit()` il y a 1 an
  Aliaksandr Kalenik de32b77ceb LibWeb: Use separate structure to represent fragments in paintable tree il y a 1 an
  Andreas Kling ca57e40350 LibWeb: Take padding into account when resolving border radii il y a 1 an
  Aliaksandr Kalenik 6c645f3a9f LibWeb: Paint fragments contained by inline node as part of this node il y a 1 an
  Aliaksandr Kalenik b2abd1dd05 LibWeb: Resolve box shadow data for paintable boxes during layout il y a 1 an
  Aliaksandr Kalenik d1d6da6ab6 LibWeb: Resolve border radius during layout and save it in paintables il y a 1 an
  MacDue 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> il y a 1 an
  MacDue c93d367d95 LibWeb: Layout SVG <text> elements during layout (not while painting) il y a 1 an