Historique des commits

Auteur SHA1 Message Date
  martinfalisse 289285cd6e LibWeb: Add borders functionality to CSS Grid il y a 2 ans
  martinfalisse 6f52272d34 LibWeb: Fix regression in definite grid row heights il y a 2 ans
  martinfalisse e65f4b3dc5 LibWeb: Rename PositionedBox to GridItem il y a 2 ans
  Andreas Kling 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root il y a 2 ans
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Tom 52e45fb6fa LibWeb+Base: Fix row-height bug in Grid when there is a column gap il y a 2 ans
  Andreas Kling 8fe748bb89 LibWeb: Make grid containers be Layout::Box il y a 2 ans
  martinfalisse fa2c3b7c3d LibWeb: Place grid items in grid-areas if applicable il y a 2 ans
  martinfalisse 47c77858b6 LibWeb: Calculate valid grid areas il y a 2 ans
  martinfalisse 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes il y a 2 ans
  Sam Atkins 55ddfa9348 LibWeb: Convert GridFormattingContext to new pixel units il y a 2 ans
  Sam Atkins f5f25562d1 LibWeb: Convert FormattingContext to new pixel units il y a 2 ans
  Tom 6e29f693f5 LibWeb: Refactor GridFormattingContext il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  martinfalisse 4b6534a26d LibWeb: Use fixed-size tracks for grid gap il y a 2 ans
  martinfalisse 188856c5eb LibWeb: Implement gap in CSS Grid il y a 2 ans
  martinfalisse 2b69fa5649 LibWeb: Add some helpers for TemporaryTrack il y a 2 ans
  martinfalisse 7474827747 LibWeb: Use AvailableSpace when referring to the grid width il y a 2 ans
  martinfalisse 937fcfc75c LibWeb+Base: Use line names for positioning grid items il y a 2 ans
  martinfalisse b2b677e984 LibWeb: Refactor GridTrackSize classes il y a 2 ans
  martinfalisse 9441515312 LibWeb: Rename GridTrackSizedConstraints il y a 2 ans
  martinfalisse bd9ec60305 LibWeb: Implement minmax() il y a 2 ans
  martinfalisse 53f3df78e5 LibWeb: Implement auto-fill and auto-fit il y a 2 ans
  martinfalisse 202620e80c LibWeb: Refactor GridTrack maintenance in the GFC il y a 2 ans
  martinfalisse a764e43db3 LibWeb: Factor out OccupationGrid functions il y a 2 ans
  martinfalisse 9fd07e9cb1 LibWeb: Make it easier to check if grid track is auto positioned il y a 2 ans
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space il y a 2 ans
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input il y a 2 ans
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() il y a 2 ans
  martinfalisse e4c5799026 LibWeb: Add GridFormattingContext il y a 2 ans