Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 385657a4bf LibWeb: Add a helper for calculating the stretch-fit width of a box hace 2 años
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input hace 2 años
  Andreas Kling 0843960235 LibWeb: Use CSS::Size for computed size and max-size values hace 2 años
  martinfalisse 521e19444c LibWeb: Make CSS Grid work again hace 2 años
  Andreas Kling c04b107e26 LibWeb: Treat replaced % sizes as 0 if containing block is indefinite hace 2 años
  Andreas Kling 5656173e00 LibWeb: Use automatic_content_height() when computing intrinsic heights hace 2 años
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() hace 2 años
  Ben Wiederhake 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length hace 2 años
  Andreas Kling 34025442ff LibWeb: Account for float's container offsets in BFC root auto height hace 2 años
  Andreas Kling 35a9a2fbb2 LibWeb: Account for containing block padding when placing abspos boxes hace 2 años
  Andreas Kling fb5879fdcc LibWeb: Don't include abspos children in containing block's auto width hace 2 años
  martinfalisse df22f38feb LibWeb: Inform the parent context of the grid's size hace 2 años
  Andreas Kling c9a7853fef LibWeb: Include all floating descendants in BFC root's automatic height hace 2 años
  Andreas Kling 9e39f51fd3 LibWeb: Position blocks after previous block-level box, ignoring type hace 2 años
  Andreas Kling a42506c8b9 LibWeb: Fix three accidental float truncations hace 2 años
  martinfalisse e4c5799026 LibWeb: Add GridFormattingContext hace 3 años
  martinfalisse 872b6369c4 LibWeb: Use parent and sibling positions for absolutely positioned div hace 3 años
  martinfalisse 65e7126c48 LibWeb: Factor out compute_y_position hace 3 años
  MacDue 0e8dafcbb8 LibWeb: Allow absolute boxes to have a % height of a % height parent hace 3 años
  Andreas Kling 5f34c8ab03 LibWeb: Make automatic heights for abspos non-replaced behave better hace 3 años
  Andreas Kling 83bb16ede3 LibWeb: Avoid some unnecessary inside layouts during intrinsic sizing hace 3 años
  Andreas Kling 3ede8dbffb LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing hace 3 años
  Andreas Kling 97f53de8a2 LibWeb: Take size constraints into account in fit-content calculations hace 3 años
  Andreas Kling 02c59fe8c9 LibWeb: Containing block always has definite width during abspos layout hace 3 años
  Andreas Kling 71a707480c LibWeb: Move "has-definite-width/height" flags to UsedValues hace 3 años
  Andreas Kling bd48d9521a LibWeb: Simplify more code with CSS::LengthPercentage::is_auto() hace 3 años
  Andreas Kling e095b9c6f9 LibWeb: Resolve `auto` containing block sizes before intrinsic sizing hace 3 años
  Andreas Kling ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} hace 3 años
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState hace 3 años
  Andreas Kling 31fc1990fa LibWeb: Set up both containing block sizes before intrinsic sizing hace 3 años