Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Atkins c70dcaefcd LibWeb: Convert LayoutState to new pixel units hace 2 años
  Sam Atkins 700ba0007f LibWeb: Convert TableFormattingContext to new pixel units hace 2 años
  Sam Atkins f5f25562d1 LibWeb: Convert FormattingContext to new pixel units hace 2 años
  martinfalisse 25a60f988a LibWeb: Conditionally draw borders for table elements hace 2 años
  martinfalisse 25f612f32b LibWeb: Prevent column sizing errors for html table hace 2 años
  Tom 3dccee6025 LibWeb: Fix table-row y-position hace 2 años
  Aliaksandr Kalenik 1a81521dd9 LibWeb: Consider specified cell widths in a table hace 2 años
  Aliaksandr Kalenik c302c4081b LibWeb: Layout table rows that do not belong to table row group hace 2 años
  Aliaksandr Kalenik ca123350cc LibWeb: Inherit TableFormattingContext from FC instead of BFC hace 2 años
  Aliaksandr Kalenik fae0b96fe4 LibWeb: Add vertical-align support for table cells hace 2 años
  Aliaksandr Kalenik 2f38f8c84a LibWeb: Implement intrinsic width calculation for TFC hace 2 años
  Aliaksandr Kalenik dbf76e8ae1 LibWeb: Take rowspan into account while table formatting hace 2 años
  Aliaksandr Kalenik 1c6783cd7e LibWeb: Start implementation of CSS Table 3 spec hace 2 años
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space hace 2 años
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input hace 2 años
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() hace 2 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 64959a8504 LibWeb: Express intrinsic size layout via size constraints hace 3 años
  Andreas Kling 496cf39cf5 LibWeb: Make separate functions for calculating min/max content sizes hace 3 años
  Andreas Kling cefc931347 LibWeb: Make sure CSS::ComputedValues has initial size values hace 3 años
  Simon Wanner 509362c103 LibWeb: Include all row-groups in column width calculations hace 3 años
  Simon Wanner 7e4793df63 LibWeb: Size table cells using a combination of min- and max-widths hace 3 años
  Simon Wanner b92cc3670b LibWeb: Only size `width: auto` table-cells by min-content hace 3 años
  Simon Wanner 304dbb0242 LibWeb: Set a cell's content width based on the column(s) it's in hace 3 años
  Simon Wanner 6dbd00970d LibWeb: Calculate a cell's width using min-content hace 3 años
  Simon Wanner 9b3229da17 LibWeb: Distribute the width of a table cell spanning multiple columns hace 3 años
  Simon Wanner 4fe154bd6a LibWeb: Expand the last cell in a row to the right edge hace 3 años
  Simon Wanner 5f265eebf5 LibWeb: Apply a table row's height to all cells hace 3 años
  Karol Kosek 686507a38f LibWeb: Translate table cells by their top left border hace 3 años