summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/TableFormattingContext.h
AgeCommit message (Expand)Author
2023-03-20LibWeb: Let FormattingContext decide the automatic width of its rootAndreas Kling
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-06LibJS+LibWeb: Add a bunch of missing includesMatthew Olsson
2023-01-20LibWeb: Improve auto height calculation for tablesAliaksandr Kalenik
2023-01-14LibWeb: Propagate layout mode of table formatting context to table cellsAliaksandr Kalenik
2023-01-14LibWeb: Table box width should be relative to wrapper containing blockAliaksandr Kalenik
2023-01-09LibWeb: Use `table_box()` to get root box in TFCAliaksandr Kalenik
2023-01-09LibWeb: Rename used_width to used_height in TFC row structAliaksandr Kalenik
2023-01-09LibWeb: Move cells positioning in separate function in TFCAliaksandr Kalenik
2023-01-09LibWeb: Move rows positioning in separate function in TFCAliaksandr Kalenik
2023-01-09LibWeb: Move rows heights calculation in separate function in TFCAliaksandr Kalenik
2023-01-09LibWeb: Remove inheritance of `TableBox` from `BlockContainer`Aliaksandr Kalenik
2023-01-07LibWeb: Consider span in table column width calculationAliaksandr Kalenik
2023-01-06LibWeb: Consider percent and fixed widths in table column distributionAliaksandr Kalenik
2023-01-06LibWeb: Use available space to resolve table cells widthAliaksandr Kalenik
2023-01-05LibWeb: Convert TableFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert FormattingContext to new pixel unitsSam Atkins
2022-12-09LibWeb: Fix typo in TableFormattingContext.hAliaksandr Kalenik
2022-12-05LibWeb: Inherit TableFormattingContext from FC instead of BFCAliaksandr Kalenik
2022-12-05LibWeb: Add vertical-align support for table cellsAliaksandr Kalenik
2022-12-05LibWeb: Start implementation of CSS Table 3 specAliaksandr Kalenik
2022-10-02LibWeb: Reorganize layout algorithms around available spaceAndreas Kling
2022-09-29LibWeb: Make FormattingContext::run() take available space as inputAndreas Kling
2022-09-24LibWeb: Add FormattingContext::automatic_content_height()Andreas Kling
2022-07-17LibWeb: Rename FormattingState to LayoutStateAndreas Kling
2022-03-29LibWeb: Size table cells using a combination of min- and max-widthsSimon Wanner
2022-03-29LibWeb: Only size `width: auto` table-cells by min-contentSimon Wanner
2022-02-21LibWeb: Start making our layout system "transactional"Andreas Kling
2022-02-21LibWeb: Add Layout::FormattingStateAndreas Kling
2021-10-06LibWeb: Move line boxes from Layout::Box to BlockContainerAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling