Commit History

Author SHA1 Message Date
  Aliaksandr Kalenik 79cbbfc67f LibWeb: Fix infinite spinning while distributing extra space in GFC 1 year ago
  Aliaksandr Kalenik 0019b901a0 LibWeb: Remove hardcoded span = 2 while sizing spanning items in GFC 1 year ago
  Aliaksandr Kalenik 1e953f2acc LibWeb: Reset planned_increase while distributing space to "fr" tracks 1 year ago
  Aliaksandr Kalenik 338fa8261e LibWeb: Use item minimum contribution while sizing "fr" track in GFC 1 year ago
  Christophe Naud-Dulude 11b844ce20 LibWeb: Add support for `align-items` and `align-self` in CSS grid 1 year ago
  Aliaksandr Kalenik de95a2fe33 LibWeb: Use empty Optional to represent infinte growth limit in GFC 1 year ago
  Aliaksandr Kalenik bec07d4af7 LibWeb: Use fixed-point saturated arithmetics for CSSPixels 1 year ago
  Aliaksandr Kalenik 5cdd03fc53 LibWeb: Fix divisions by zero in FFC and GFC 1 year ago
  Aliaksandr Kalenik c66dbc99ee LibWeb: Use a special value to represent an infinite growth limit in GFC 1 year ago
  Aliaksandr Kalenik fd9b3bdc94 LibWeb: Support auto vertical margins for grid items 1 year ago
  Aliaksandr Kalenik 2138c164c9 LibWeb: Respect justify-items property of grid container 1 year ago
  Aliaksandr Kalenik e4e1208050 LibWeb: Respect justify-self property of grid items 1 year ago
  Aliaksandr Kalenik e2c5e31292 LibWeb: Adjust grid columns size to fit spanning items 1 year ago
  Andreas Kling e7e454f1d6 LibWeb: Resolve used insets for grid items 2 years ago
  Aliaksandr Kalenik 20edbb70f8 LibWeb: Implement distributing space to tracks beyond limits in GFC 2 years ago
  Aliaksandr Kalenik 21f39061fd LibWeb: Set 0px fixed size to collapsed auto-fit tracks in GFC 2 years ago
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 years ago
  Aliaksandr Kalenik 5a54c686a7 LibWeb: Transform GridItem from a class to a struct in GFC 2 years ago
  Andreas Kling 867e04768e LibWeb: Use grid item *outer* size when calculating minimum contribution 2 years ago
  Aliaksandr Kalenik 5925e6f196 LibWeb: Use static factory methods to construct GridTrack in GFC 2 years ago
  Aliaksandr Kalenik 3fba0a944a LibWeb: Expand minmax in grid tracks defined by grid-auto-rows/columns 2 years ago
  Aliaksandr Kalenik 57581735b7 LibWeb: Add GridTrack::create_from_definition() in GFC 2 years ago
  Aliaksandr Kalenik 23f6674301 LibWeb: Rename TemporaryTrack to GridTrack in GFC 2 years ago
  Aliaksandr Kalenik 1c979e0ed7 LibWeb: Resolve percentage padding and margins for grid items in GFC 2 years ago
  Aliaksandr Kalenik 775742b35d LibWeb: Add support for horizontal margins of grid items in GFC 2 years ago
  Aliaksandr Kalenik 0177e4e6ba LibWeb: Consider all spanned tracks while finding extra space in GFC 2 years ago
  Aliaksandr Kalenik 0f1f95da46 LibWeb: Add support for grid items with negative column-start in GFC 2 years ago
  Aliaksandr Kalenik ac280277b7 LibWeb: Use HashMap instead of Vector to store grid areas in GFC 2 years ago
  Aliaksandr Kalenik 537256fae2 LibWeb: Treat unresolvable percentages as auto to resolve sizes in GFC 2 years ago
  Andreas Kling a277c393b9 LibWeb: Support grid items with fit-content width :^) 2 years ago