Historique des commits

Auteur SHA1 Message Date
  Tom bb062e50b0 LibWeb: Don't expand grid for {row,column} spans il y a 2 ans
  Tom 6e29f693f5 LibWeb: Refactor GridFormattingContext il y a 2 ans
  Tom 0bbf7a1b54 LibWeb: Refactor should_skip_anonymous_text_runs il y a 2 ans
  Tom 9d5049230c LibWeb: Clamp {row,column} spans if outside of grid il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  martinfalisse 964c18419f LibWeb: Use span value if given in the grid-*-end property il y a 2 ans
  martinfalisse 35094fc744 LibWeb: Make auto-fit compatible with 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 03949296c7 LibWeb: Calculate grid content height using column width il y a 2 ans
  martinfalisse 7474827747 LibWeb: Use AvailableSpace when referring to the grid width il y a 2 ans
  martinfalisse 60341995fe LibWeb: Calculate grid columns first, and grid rows second il y a 2 ans
  martinfalisse 24c4d7fb46 LibWeb: Calculate available space for children of the grid il y a 2 ans
  martinfalisse 937fcfc75c LibWeb+Base: Use line names for positioning grid items il y a 2 ans
  martinfalisse 93211f45a6 LibWeb: Use w3.org for specs and include new ones il y a 2 ans
  martinfalisse b2b677e984 LibWeb: Refactor GridTrackSize classes il y a 2 ans
  martinfalisse dc9f8218a9 LibWeb: Fix bug in placing grid items il y a 2 ans
  Johannes Laudenberg 2547e0b966 LibWeb: Use calculate_min_content_height() for sizing of grid children 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 4745a0c20a LibWeb: Implement more of the grid spec il y a 2 ans
  martinfalisse 202620e80c LibWeb: Refactor GridTrack maintenance in the GFC il y a 2 ans
  martinfalisse b6a29ae9e2 LibWeb: Use w3 instead of drafts for spec il y a 2 ans
  martinfalisse f7af190de0 LibWeb: Add parent classes for managing GridTrackSizes il y a 2 ans
  martinfalisse e537035cc6 LibWeb+Base: Deal with column-spans greater than implicit grid il y a 2 ans
  martinfalisse 994d996ab2 LibWeb: Fix bug in maybe_add_column() il y a 2 ans
  martinfalisse 84290ed7c8 Base+LibWeb: Make sure grid positions don't cause out of bounds il y a 2 ans
  martinfalisse 9051a56554 Base+LibWeb: Stub out negative spans il y a 2 ans
  martinfalisse a764e43db3 LibWeb: Factor out OccupationGrid functions il y a 2 ans
  martinfalisse db19570b94 LibWeb: Truncate oversized grid spans il y a 2 ans