Commit History

Author SHA1 Message Date
  Aliaksandr Kalenik 2138c164c9 LibWeb: Respect justify-items property of grid container 2 years ago
  Aliaksandr Kalenik e2c5e31292 LibWeb: Adjust grid columns size to fit spanning items 2 years ago
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 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 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 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 10cab5fbdb LibWeb: Include gaps in for_each_spanned_track_by_item in GFC 2 years ago
  Aliaksandr Kalenik 1c979e0ed7 LibWeb: Resolve percentage padding and margins for 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
  Aliaksandr Kalenik f9803a7319 LibWeb: Represent OccupationGrid using HashTable in GFC 2 years ago
  Aliaksandr Kalenik 409333d80a LibWeb: Implement more of spanning tracks sizing in GFC 2 years ago
  Aliaksandr Kalenik 902ceb1675 LibWeb: Resolve grid item fixed size paddings in GFC 2 years ago
  Aliaksandr Kalenik f8d6569841 LibWeb: Move resolving grid item heights into separate method in GFC 2 years ago
  Aliaksandr Kalenik 82aedfcaf0 LibWeb: Use grid item used width as available width during track sizing 2 years ago
  Aliaksandr Kalenik 5312a140fe LibWeb: Add for_each_spanned_track to iterate spanned tracks in GFC 2 years ago
  Aliaksandr Kalenik d6d097b671 LibWeb: Remove borders from TemporaryTrack in GFC 2 years ago
  Aliaksandr Kalenik ae5bb13f1f LibWeb: Do not layout grid items during grid container intrinsic sizing 2 years ago
  Aliaksandr Kalenik 87a7299078 LibWeb: Start implementing sizing for tracks with span > 1 items in GFC 2 years ago
  Aliaksandr Kalenik 7a5603052a LibWeb: Separate grid tracks from gaps in GFC 2 years ago
  Aliaksandr Kalenik dbafb11a7e LibWeb: Flesh out basic support of min-width/height for grid items 2 years ago
  Aliaksandr Kalenik 644e4f4c99 LibWeb: Implement grid container intrinsic sizes calculation 2 years ago
  Aliaksandr Kalenik 4ef997c47c LibWeb: Align calculate_min/max_content_contribution with the spec 2 years ago
  Aliaksandr Kalenik 1ada6a43e2 LibWeb: Split run_track_sizing into smaller method in GFC 2 years ago