Commit History

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