提交历史

作者 SHA1 备注 提交日期
  Aliaksandr Kalenik 7d2a72d748 LibWeb: Move rows heights calculation in separate function in TFC 2 年之前
  Aliaksandr Kalenik e107c83a57 LibWeb: Remove inheritance of `TableBox` from `BlockContainer` 2 年之前
  Aliaksandr Kalenik c8337e9ee8 LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer` 2 年之前
  Aliaksandr Kalenik a913410730 LibWeb: Consider span in table column width calculation 2 年之前
  Aliaksandr Kalenik b2a04ff48a LibWeb: Consider percent and fixed widths in table column distribution 2 年之前
  Aliaksandr Kalenik 21d89a2153 LibWeb: Use available space to resolve table cells width 2 年之前
  Sam Atkins 8cc0bdf777 LibWeb: Resolve Lengths to CSSPixels 2 年之前
  Sam Atkins c70dcaefcd LibWeb: Convert LayoutState to new pixel units 2 年之前
  Sam Atkins 700ba0007f LibWeb: Convert TableFormattingContext to new pixel units 2 年之前
  Sam Atkins f5f25562d1 LibWeb: Convert FormattingContext to new pixel units 2 年之前
  martinfalisse 25a60f988a LibWeb: Conditionally draw borders for table elements 2 年之前
  martinfalisse 25f612f32b LibWeb: Prevent column sizing errors for html table 2 年之前
  Tom 3dccee6025 LibWeb: Fix table-row y-position 2 年之前
  Aliaksandr Kalenik 1a81521dd9 LibWeb: Consider specified cell widths in a table 2 年之前
  Aliaksandr Kalenik c302c4081b LibWeb: Layout table rows that do not belong to table row group 2 年之前
  Aliaksandr Kalenik ca123350cc LibWeb: Inherit TableFormattingContext from FC instead of BFC 2 年之前
  Aliaksandr Kalenik fae0b96fe4 LibWeb: Add vertical-align support for table cells 2 年之前
  Aliaksandr Kalenik 2f38f8c84a LibWeb: Implement intrinsic width calculation for TFC 2 年之前
  Aliaksandr Kalenik dbf76e8ae1 LibWeb: Take rowspan into account while table formatting 2 年之前
  Aliaksandr Kalenik 1c6783cd7e LibWeb: Start implementation of CSS Table 3 spec 2 年之前
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 年之前
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input 2 年之前
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() 2 年之前
  Andreas Kling ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} 3 年之前
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 年之前
  Andreas Kling 64959a8504 LibWeb: Express intrinsic size layout via size constraints 3 年之前
  Andreas Kling 496cf39cf5 LibWeb: Make separate functions for calculating min/max content sizes 3 年之前
  Andreas Kling cefc931347 LibWeb: Make sure CSS::ComputedValues has initial size values 3 年之前
  Simon Wanner 509362c103 LibWeb: Include all row-groups in column width calculations 3 年之前
  Simon Wanner 7e4793df63 LibWeb: Size table cells using a combination of min- and max-widths 3 年之前