提交歷史

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