Andreas Kling
|
71a707480c
LibWeb: Move "has-definite-width/height" flags to UsedValues
|
před 3 roky |
Andreas Kling
|
ed8930fff5
LibWeb: Add accessors for UsedValues::computed_{width,height}
|
před 3 roky |
Andreas Kling
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
před 3 roky |
Andreas Kling
|
61c27815e4
LibWeb: More specialization of intrinsic sizing layout
|
před 3 roky |
Andreas Kling
|
9784a567d2
LibWeb: Factor out BFC "layout this block-level box" to a function
|
před 3 roky |
Andreas Kling
|
64959a8504
LibWeb: Express intrinsic size layout via size constraints
|
před 3 roky |
Andreas Kling
|
66d08d2417
LibWeb: Move IFC result measurement from IFC to BFC
|
před 3 roky |
Andreas Kling
|
fd68be29ab
LibWeb: Make BFC always drive IFC
|
před 3 roky |
Andreas Kling
|
cefc931347
LibWeb: Make sure CSS::ComputedValues has initial size values
|
před 3 roky |
MacDue
|
61a703816c
LibWeb: Base marker size on font height rather than line height
|
před 3 roky |
Karol Kosek
|
a0bea0b86f
LibWeb: Calculate floating elements width using min- and max-width
|
před 3 roky |
Andreas Kling
|
fc8c4ea23f
LibWeb: Let BFC compute width for block-level replaced elements
|
před 3 roky |
Andreas Kling
|
20c65e4298
LibWeb: Don't include children of overflow:hidden in scrollable overflow
|
před 3 roky |
Enver Balalic
|
d8ec9a5501
LibWeb: Fix computing_width of a block when LayoutMode::MaxContent
|
před 3 roky |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
před 3 roky |
Andreas Kling
|
9711e1b303
LibWeb: Make floating boxes in IFC occupy horizontal margin box
|
před 3 roky |
Simon Wanner
|
e5a779aecf
LibWeb: Apply the layout_mode argument in BFC::compute_width
|
před 3 roky |
Andreas Kling
|
3ac9ea369d
LibWeb: Don't choke on ICB with inline children
|
před 3 roky |
Andreas Kling
|
d77dfc6b48
LibWeb: Rename FormattingContext::compute_position() => compute_inset()
|
před 3 roky |
Andreas Kling
|
c49c036c84
LibWeb: Stop allowing position:relative to affect layout
|
před 3 roky |
Andreas Kling
|
0d9c28add9
LibWeb: Don't collapse horizontal margins between floating boxes
|
před 3 roky |
Andreas Kling
|
aefe1727fc
LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item
|
před 3 roky |
Andreas Kling
|
fe908e7db2
LibWeb: Rename "offset" in box model metrics to "inset"
|
před 3 roky |
Andreas Kling
|
c02e6f991a
LibWeb: Improve vertical margin collapse between adjacent blocks
|
před 3 roky |
Andreas Kling
|
de6f7f0029
LibWeb: Support CSS floats in inline flow
|
před 3 roky |
Andreas Kling
|
c1f0d21bbe
LibWeb: Rename the LayoutMode enum values and explain them
|
před 3 roky |
Andreas Kling
|
a19b9b727d
LibWeb: Place right-side floats relative to their containing block
|
před 3 roky |
Simon Wanner
|
a2331e8dd3
LibWeb: Implement CSS transforms on stacking contexts
|
před 3 roky |
Andreas Kling
|
39b7fbfeb9
LibWeb: Rewrite CSS float implementation to use offset-from-edge
|
před 3 roky |
Andreas Kling
|
ef8a72ff3f
LibWeb: Move available_space_for_line() from IFC to BFC
|
před 3 roky |