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.cpp
Age
Commit message (
Expand
)
Author
2023-01-24
LibWeb: Improve column width distribution
Aliaksandr Kalenik
2023-01-24
LibWeb: Avoid division by zero in `distribute_width_to_columns`
Aliaksandr Kalenik
2023-01-24
LibWeb: Use table wrapper box width to resolve cells width
Aliaksandr Kalenik
2023-01-24
LibWeb: Use percentage column widths in `compute_table_measures`
Aliaksandr Kalenik
2023-01-20
LibWeb: Improve auto height calculation for tables
Aliaksandr Kalenik
2023-01-20
LibWeb: Include table intrinsic offsets in child boxes position
Aliaksandr Kalenik
2023-01-14
LibWeb: Stop using percentage column widths in `compute_table_measures`
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-09
LibWeb: Remove inheritance of `TableRowGroupBox` 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: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Convert LayoutState to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert TableFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert FormattingContext to new pixel units
Sam Atkins
2023-01-03
LibWeb: Conditionally draw borders for table elements
martinfalisse
2023-01-03
LibWeb: Prevent column sizing errors for html table
martinfalisse
2022-12-31
LibWeb: Fix table-row y-position
Tom
2022-12-09
LibWeb: Consider specified cell widths in a table
Aliaksandr Kalenik
2022-12-09
LibWeb: Layout table rows that do not belong to table row group
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: Implement intrinsic width calculation for TFC
Aliaksandr Kalenik
2022-12-05
LibWeb: Take rowspan into account while table formatting
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-19
LibWeb: Add accessors for UsedValues::computed_{width,height}
Andreas Kling
2022-07-17
LibWeb: Rename FormattingState to LayoutState
Andreas Kling
2022-07-11
LibWeb: Express intrinsic size layout via size constraints
Andreas Kling
2022-07-11
LibWeb: Make separate functions for calculating min/max content sizes
Andreas Kling
2022-07-09
LibWeb: Make sure CSS::ComputedValues has initial size values
Andreas Kling
2022-04-03
LibWeb: Include all row-groups in column width calculations
Simon Wanner
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-03-28
LibWeb: Set a cell's content width based on the column(s) it's in
Simon Wanner
2022-03-28
LibWeb: Calculate a cell's width using min-content
Simon Wanner
2022-03-28
LibWeb: Distribute the width of a table cell spanning multiple columns
Simon Wanner
2022-03-28
LibWeb: Expand the last cell in a row to the right edge
Simon Wanner
2022-03-28
LibWeb: Apply a table row's height to all cells
Simon Wanner
2022-03-21
LibWeb: Translate table cells by their top left border
Karol Kosek
[next]