Andreas Kling
|
f73aa8e2bd
LibWeb: Move line boxes from Layout::Box to BlockContainer
|
3 年之前 |
Andreas Kling
|
dfeb4550d5
LibWeb: Don't attempt to layout the inside of childless boxes
|
3 年之前 |
Andreas Kling
|
fa45b905bf
LibWeb: Remove unused local in FormattingContext::layout_inside()
|
3 年之前 |
Andreas Kling
|
85a0772147
LibWeb: Start work towards modern CSS "display" values
|
3 年之前 |
Tobias Christiansen
|
54013ffbe0
LibWeb: Proritize FlexFormattingContext when display: flex is specified
|
3 年之前 |
Andreas Kling
|
92c08ad4ac
LibWeb: Add SVGFormattingContext to handle SVG box trees
|
3 年之前 |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 年之前 |
Timothy Flynn
|
9a69b9112b
LibWeb: Compute intrinsic height of absolute replaced elements
|
4 年之前 |
Egor Ananyin
|
8f8fbf3487
LibWeb: Position absolute boxes relative to the containing block
|
4 年之前 |
Egor Ananyin
|
174c940479
LibWeb: Fix height computation (again) :^)
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Egor Ananyin
|
1d343116a9
LibWeb: Fix height calculation for absolutely positioned boxes
|
4 年之前 |
Egor Ananyin
|
d5def1cad0
LibWeb: Use min-height in calculating height
|
4 年之前 |
Timothy Flynn
|
44602ae141
LibWeb: Create a new BFC when the overflow is neither visible nor clip
|
4 年之前 |
Timothy Flynn
|
74e9a892e3
LibWeb: Compute height of absolutely positioned blocks when possible
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Andreas Kling
|
9de1253f44
LibWeb: Remove a whole bunch of unnecessary #includes
|
4 年之前 |
Andreas Kling
|
fd7920fa8f
LibWeb: Add a very naive Layout::FlexFormattingContext :^)
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |