Andreas Kling
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
2 лет назад |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 лет назад |
Matthew Olsson
|
bab883bf8e
LibJS+LibWeb: Add a bunch of missing includes
|
2 лет назад |
Aliaksandr Kalenik
|
87f0e835eb
LibWeb: Improve auto height calculation for tables
|
2 лет назад |
Aliaksandr Kalenik
|
b44d977bf8
LibWeb: Propagate layout mode of table formatting context to table cells
|
2 лет назад |
Aliaksandr Kalenik
|
80578ead45
LibWeb: Table box width should be relative to wrapper containing block
|
2 лет назад |
Aliaksandr Kalenik
|
77a2b151ea
LibWeb: Use `table_box()` to get root box in TFC
|
2 лет назад |
Aliaksandr Kalenik
|
f26eed9633
LibWeb: Rename used_width to used_height in TFC row struct
|
2 лет назад |
Aliaksandr Kalenik
|
0e1da540b6
LibWeb: Move cells positioning in separate function in TFC
|
2 лет назад |
Aliaksandr Kalenik
|
ea4937a457
LibWeb: Move rows positioning in separate function in TFC
|
2 лет назад |
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 лет назад |