提交历史

作者 SHA1 备注 提交日期
  Aliaksandr Kalenik 749dcac196 LibWeb: Add record_grid_placement() helper in GFC 1 年之前
  Aliaksandr Kalenik 2a3891781c LibWeb: Delete is_auto_positioned_row{column} in GFC 1 年之前
  Aliaksandr Kalenik 8695a82c56 LibWeb: Extract common path in definite row/column placement in GFC 1 年之前
  Aliaksandr Kalenik 4d8bc16812 LibWeb: Respect "auto flow" property in grid layout 1 年之前
  Aliaksandr Kalenik 903d3c92c8 LibWeb: Support auto-fill for rows in GFC 1 年之前
  Aliaksandr Kalenik 042d3b79c2 LibWeb: Remove `get_count_of_tracks()` in GFC 1 年之前
  Aliaksandr Kalenik 107bfbe283 LibWeb: Remove available space param from track init methods in GFC 1 年之前
  Aliaksandr Kalenik cfcc459140 LibWeb: Fix grid line name placement when repeat() is used 1 年之前
  Aliaksandr Kalenik bef9699cf4 LibWeb: Remove available space from track sizing method params in GFC 1 年之前
  Aliaksandr Kalenik cd56ec6e5c LibWeb: Redo "tracks maximize" if initial run is over max-size in GFC 1 年之前
  Aliaksandr Kalenik 44001d2178 LibWeb: Separate grid item's area rect calculation in a function in GFC 1 年之前
  Aliaksandr Kalenik d22aa851cf LibWeb: Float property should be ignored for grid items 1 年之前
  Aliaksandr Kalenik f75186ec8f LibWeb: Add support for grid item's min-height and max-height in GFC 1 年之前
  Aliaksandr Kalenik 122d847720 LibWeb: Fix building of areas spanning multiple rows in GFC 1 年之前
  Aliaksandr Kalenik 719b12b19d LibWeb: Support alignment of abspos grid items 1 年之前
  Aliaksandr Kalenik c03e025a32 LibWeb: Disambiguate GridTrackPlacement API 1 年之前
  Aliaksandr Kalenik 0a4b869233 LibWeb: Remove boxes_to_place from GridFormattingContext class members 1 年之前
  Aliaksandr Kalenik 568c486610 LibWeb: Support positioning of abspos boxes inside grid container 1 年之前
  Christophe Naud-Dulude 11b844ce20 LibWeb: Add support for `align-items` and `align-self` in CSS grid 1 年之前
  Aliaksandr Kalenik de95a2fe33 LibWeb: Use empty Optional to represent infinte growth limit in GFC 1 年之前
  Aliaksandr Kalenik 2138c164c9 LibWeb: Respect justify-items property of grid container 2 年之前
  Aliaksandr Kalenik e2c5e31292 LibWeb: Adjust grid columns size to fit spanning items 2 年之前
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
  Aliaksandr Kalenik 20edbb70f8 LibWeb: Implement distributing space to tracks beyond limits in GFC 2 年之前
  Aliaksandr Kalenik 21f39061fd LibWeb: Set 0px fixed size to collapsed auto-fit tracks in GFC 2 年之前
  Aliaksandr Kalenik 5a54c686a7 LibWeb: Transform GridItem from a class to a struct in GFC 2 年之前
  Andreas Kling 867e04768e LibWeb: Use grid item *outer* size when calculating minimum contribution 2 年之前
  Aliaksandr Kalenik 5925e6f196 LibWeb: Use static factory methods to construct GridTrack in GFC 2 年之前
  Aliaksandr Kalenik 57581735b7 LibWeb: Add GridTrack::create_from_definition() in GFC 2 年之前
  Aliaksandr Kalenik 23f6674301 LibWeb: Rename TemporaryTrack to GridTrack in GFC 2 年之前