index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
/
TableFormattingContext.h
Age
Commit message (
Expand
)
Author
2023-03-20
LibWeb: Let FormattingContext decide the automatic width of its root
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-06
LibJS+LibWeb: Add a bunch of missing includes
Matthew Olsson
2023-01-20
LibWeb: Improve auto height calculation for tables
Aliaksandr Kalenik
2023-01-14
LibWeb: Propagate layout mode of table formatting context to table cells
Aliaksandr Kalenik
2023-01-14
LibWeb: Table box width should be relative to wrapper containing block
Aliaksandr Kalenik
2023-01-09
LibWeb: Use `table_box()` to get root box in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Rename used_width to used_height in TFC row struct
Aliaksandr Kalenik
2023-01-09
LibWeb: Move cells positioning in separate function in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Move rows positioning in separate function in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Move rows heights calculation in separate function in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Remove inheritance of `TableBox` from `BlockContainer`
Aliaksandr Kalenik
2023-01-07
LibWeb: Consider span in table column width calculation
Aliaksandr Kalenik
2023-01-06
LibWeb: Consider percent and fixed widths in table column distribution
Aliaksandr Kalenik
2023-01-06
LibWeb: Use available space to resolve table cells width
Aliaksandr Kalenik
2023-01-05
LibWeb: Convert TableFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert FormattingContext to new pixel units
Sam Atkins
2022-12-09
LibWeb: Fix typo in TableFormattingContext.h
Aliaksandr Kalenik
2022-12-05
LibWeb: Inherit TableFormattingContext from FC instead of BFC
Aliaksandr Kalenik
2022-12-05
LibWeb: Add vertical-align support for table cells
Aliaksandr Kalenik
2022-12-05
LibWeb: Start implementation of CSS Table 3 spec
Aliaksandr Kalenik
2022-10-02
LibWeb: Reorganize layout algorithms around available space
Andreas Kling
2022-09-29
LibWeb: Make FormattingContext::run() take available space as input
Andreas Kling
2022-09-24
LibWeb: Add FormattingContext::automatic_content_height()
Andreas Kling
2022-07-17
LibWeb: Rename FormattingState to LayoutState
Andreas Kling
2022-03-29
LibWeb: Size table cells using a combination of min- and max-widths
Simon Wanner
2022-03-29
LibWeb: Only size `width: auto` table-cells by min-content
Simon Wanner
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-21
LibWeb: Add Layout::FormattingState
Andreas Kling
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling