Aliaksandr Kalenik
|
7d2a72d748
LibWeb: Move rows heights calculation in separate function in TFC
|
2 年 前 |
Aliaksandr Kalenik
|
e107c83a57
LibWeb: Remove inheritance of `TableBox` from `BlockContainer`
|
2 年 前 |
Aliaksandr Kalenik
|
a913410730
LibWeb: Consider span in table column width calculation
|
2 年 前 |
Aliaksandr Kalenik
|
b2a04ff48a
LibWeb: Consider percent and fixed widths in table column distribution
|
2 年 前 |
Aliaksandr Kalenik
|
21d89a2153
LibWeb: Use available space to resolve table cells width
|
2 年 前 |
Sam Atkins
|
700ba0007f
LibWeb: Convert TableFormattingContext to new pixel units
|
2 年 前 |
Sam Atkins
|
f5f25562d1
LibWeb: Convert FormattingContext to new pixel units
|
2 年 前 |
Aliaksandr Kalenik
|
1da26f7395
LibWeb: Fix typo in TableFormattingContext.h
|
2 年 前 |
Aliaksandr Kalenik
|
ca123350cc
LibWeb: Inherit TableFormattingContext from FC instead of BFC
|
2 年 前 |
Aliaksandr Kalenik
|
fae0b96fe4
LibWeb: Add vertical-align support for table cells
|
2 年 前 |
Aliaksandr Kalenik
|
1c6783cd7e
LibWeb: Start implementation of CSS Table 3 spec
|
2 年 前 |
Andreas Kling
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 年 前 |
Andreas Kling
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
2 年 前 |
Andreas Kling
|
62974160da
LibWeb: Add FormattingContext::automatic_content_height()
|
2 年 前 |
Andreas Kling
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 年 前 |
Simon Wanner
|
7e4793df63
LibWeb: Size table cells using a combination of min- and max-widths
|
3 年 前 |
Simon Wanner
|
b92cc3670b
LibWeb: Only size `width: auto` table-cells by min-content
|
3 年 前 |
Andreas Kling
|
c9700e100e
LibWeb: Start making our layout system "transactional"
|
3 年 前 |
Andreas Kling
|
561612f219
LibWeb: Add Layout::FormattingState
|
3 年 前 |
Andreas Kling
|
f73aa8e2bd
LibWeb: Move line boxes from Layout::Box to BlockContainer
|
3 年 前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年 前 |