Histórico de Commits

Autor SHA1 Mensagem Data
  Aliaksandr Kalenik f26eed9633 LibWeb: Rename used_width to used_height in TFC row struct há 2 anos atrás
  Aliaksandr Kalenik 0e1da540b6 LibWeb: Move cells positioning in separate function in TFC há 2 anos atrás
  Aliaksandr Kalenik ea4937a457 LibWeb: Move rows positioning in separate function in TFC há 2 anos atrás
  Aliaksandr Kalenik 7d2a72d748 LibWeb: Move rows heights calculation in separate function in TFC há 2 anos atrás
  Aliaksandr Kalenik e107c83a57 LibWeb: Remove inheritance of `TableBox` from `BlockContainer` há 2 anos atrás
  Aliaksandr Kalenik c8337e9ee8 LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer` há 2 anos atrás
  Aliaksandr Kalenik a913410730 LibWeb: Consider span in table column width calculation há 2 anos atrás
  Aliaksandr Kalenik b2a04ff48a LibWeb: Consider percent and fixed widths in table column distribution há 2 anos atrás
  Aliaksandr Kalenik 21d89a2153 LibWeb: Use available space to resolve table cells width há 2 anos atrás
  Sam Atkins 8cc0bdf777 LibWeb: Resolve Lengths to CSSPixels há 2 anos atrás
  Sam Atkins c70dcaefcd LibWeb: Convert LayoutState to new pixel units há 2 anos atrás
  Sam Atkins 700ba0007f LibWeb: Convert TableFormattingContext to new pixel units há 2 anos atrás
  Sam Atkins f5f25562d1 LibWeb: Convert FormattingContext to new pixel units há 2 anos atrás
  martinfalisse 25a60f988a LibWeb: Conditionally draw borders for table elements há 2 anos atrás
  martinfalisse 25f612f32b LibWeb: Prevent column sizing errors for html table há 2 anos atrás
  Tom 3dccee6025 LibWeb: Fix table-row y-position há 2 anos atrás
  Aliaksandr Kalenik 1a81521dd9 LibWeb: Consider specified cell widths in a table há 2 anos atrás
  Aliaksandr Kalenik c302c4081b LibWeb: Layout table rows that do not belong to table row group há 2 anos atrás
  Aliaksandr Kalenik ca123350cc LibWeb: Inherit TableFormattingContext from FC instead of BFC há 2 anos atrás
  Aliaksandr Kalenik fae0b96fe4 LibWeb: Add vertical-align support for table cells há 2 anos atrás
  Aliaksandr Kalenik 2f38f8c84a LibWeb: Implement intrinsic width calculation for TFC há 2 anos atrás
  Aliaksandr Kalenik dbf76e8ae1 LibWeb: Take rowspan into account while table formatting há 2 anos atrás
  Aliaksandr Kalenik 1c6783cd7e LibWeb: Start implementation of CSS Table 3 spec 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
  Andreas Kling ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} há 3 anos atrás
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState há 3 anos atrás
  Andreas Kling 64959a8504 LibWeb: Express intrinsic size layout via size constraints há 3 anos atrás
  Andreas Kling 496cf39cf5 LibWeb: Make separate functions for calculating min/max content sizes há 3 anos atrás