Histórico de Commits

Autor SHA1 Mensagem Data
  martinfalisse e537035cc6 LibWeb+Base: Deal with column-spans greater than implicit grid há 2 anos atrás
  martinfalisse 994d996ab2 LibWeb: Fix bug in maybe_add_column() há 2 anos atrás
  martinfalisse 84290ed7c8 Base+LibWeb: Make sure grid positions don't cause out of bounds há 2 anos atrás
  martinfalisse 9051a56554 Base+LibWeb: Stub out negative spans há 2 anos atrás
  martinfalisse a764e43db3 LibWeb: Factor out OccupationGrid functions há 2 anos atrás
  martinfalisse db19570b94 LibWeb: Truncate oversized grid spans há 2 anos atrás
  martinfalisse f3bf01f265 LibWeb: Fix bug in placing row-constrained grid items há 2 anos atrás
  martinfalisse a528ea71d1 LibWeb: Use span values for auto-positioned grid items há 2 anos atrás
  martinfalisse 330af1a769 LibWeb: Fix bug in spec implementation auto_placement_cursor há 2 anos atrás
  martinfalisse 93824edeb7 LibWeb: Fix implementation bugs of grid track is_span() há 2 anos atrás
  martinfalisse 9fd07e9cb1 LibWeb: Make it easier to check if grid track is auto positioned há 2 anos atrás
  martinfalisse 236795e931 LibWeb+Base: Re-implement grid track span há 2 anos atrás
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space há 2 anos atrás
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input há 2 anos atrás
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() há 2 anos atrás
  martinfalisse df22f38feb LibWeb: Inform the parent context of the grid's size há 2 anos atrás
  martinfalisse 214329b81c LibWeb: Layout grid items after calculation há 2 anos atrás
  martinfalisse 58078c1f40 LibWeb: Calculate sizes of Auto grid tracks há 2 anos atrás
  martinfalisse f558fd93b7 LibWeb: Calculate sizes of FlexibleLength grid tracks há 2 anos atrás
  martinfalisse fbe703e2bd LibWeb: Follow spec for calculating intrinsic track sizes há 2 anos atrás
  martinfalisse b7d053421e LibWeb: Calculate sizes of known grid track sizes há 2 anos atrás
  martinfalisse 6b649b6343 LibWeb: Start sizing grid tracks há 2 anos atrás
  martinfalisse 902bdc8f15 LibWeb: Position remaining grid items há 2 anos atrás
  martinfalisse 707b76ed41 LibWeb: Position grid items with fixed row positions há 2 anos atrás
  martinfalisse f143fefca2 LibWeb: Position grid items with fixed position values há 2 anos atrás
  martinfalisse e0cd63f531 LibWeb: Add array to keep track of grid boxes left to place há 2 anos atrás
  martinfalisse a2ecb903af LibWeb: New start at layouting out the grid há 2 anos atrás
  martinfalisse 79a630adef LibWeb: Begin formatting the grid há 2 anos atrás
  martinfalisse e4c5799026 LibWeb: Add GridFormattingContext há 2 anos atrás