Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root před 2 roky
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr před 2 roky
  Matthew Olsson bab883bf8e LibJS+LibWeb: Add a bunch of missing includes před 2 roky
  Aliaksandr Kalenik 87f0e835eb LibWeb: Improve auto height calculation for tables před 2 roky
  Aliaksandr Kalenik b44d977bf8 LibWeb: Propagate layout mode of table formatting context to table cells před 2 roky
  Aliaksandr Kalenik 80578ead45 LibWeb: Table box width should be relative to wrapper containing block před 2 roky
  Aliaksandr Kalenik 77a2b151ea LibWeb: Use `table_box()` to get root box in TFC před 2 roky
  Aliaksandr Kalenik f26eed9633 LibWeb: Rename used_width to used_height in TFC row struct před 2 roky
  Aliaksandr Kalenik 0e1da540b6 LibWeb: Move cells positioning in separate function in TFC před 2 roky
  Aliaksandr Kalenik ea4937a457 LibWeb: Move rows positioning in separate function in TFC před 2 roky
  Aliaksandr Kalenik 7d2a72d748 LibWeb: Move rows heights calculation in separate function in TFC před 2 roky
  Aliaksandr Kalenik e107c83a57 LibWeb: Remove inheritance of `TableBox` from `BlockContainer` před 2 roky
  Aliaksandr Kalenik a913410730 LibWeb: Consider span in table column width calculation před 2 roky
  Aliaksandr Kalenik b2a04ff48a LibWeb: Consider percent and fixed widths in table column distribution před 2 roky
  Aliaksandr Kalenik 21d89a2153 LibWeb: Use available space to resolve table cells width před 2 roky
  Sam Atkins 700ba0007f LibWeb: Convert TableFormattingContext to new pixel units před 2 roky
  Sam Atkins f5f25562d1 LibWeb: Convert FormattingContext to new pixel units před 2 roky
  Aliaksandr Kalenik 1da26f7395 LibWeb: Fix typo in TableFormattingContext.h před 2 roky
  Aliaksandr Kalenik ca123350cc LibWeb: Inherit TableFormattingContext from FC instead of BFC před 2 roky
  Aliaksandr Kalenik fae0b96fe4 LibWeb: Add vertical-align support for table cells před 2 roky
  Aliaksandr Kalenik 1c6783cd7e LibWeb: Start implementation of CSS Table 3 spec před 2 roky
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space před 2 roky
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input před 2 roky
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() před 2 roky
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState před 3 roky
  Simon Wanner 7e4793df63 LibWeb: Size table cells using a combination of min- and max-widths před 3 roky
  Simon Wanner b92cc3670b LibWeb: Only size `width: auto` table-cells by min-content před 3 roky
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" před 3 roky
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState před 3 roky
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky