Andreas Kling
|
c2a66b77df
LibWeb: Measure intrinsic block width *around* children's border edge
|
3 年之前 |
Andreas Kling
|
56df05ae44
LibWeb: Always include floats when computing height:auto for blocks
|
3 年之前 |
Andreas Kling
|
726edd2d3b
LibWeb: Pass state to create_independent_formatting_context_if_needed()
|
3 年之前 |
Andreas Kling
|
8c2a4a2a3d
LibWeb: Calculate edge of containing block correctly when floating right
|
3 年之前 |
Andreas Kling
|
f21a0bf437
LibWeb: Don't shift right-floated boxes too much to the left
|
3 年之前 |
Andreas Kling
|
db5bf6e64c
LibWeb: Rename FormattingState::ensure() -> get_mutable()
|
3 年之前 |
Andreas Kling
|
2615728d6b
LibWeb: Store overflow data in the FormattingState
|
3 年之前 |
Andreas Kling
|
92266d2247
LibWeb: Create list-item markers during layout tree construction
|
3 年之前 |
Andreas Kling
|
c9700e100e
LibWeb: Start making our layout system "transactional"
|
3 年之前 |
Andreas Kling
|
561612f219
LibWeb: Add Layout::FormattingState
|
3 年之前 |
Andreas Kling
|
a4bc7e2d96
LibWeb: Hack BFC to always remember to handle position:absolute elements
|
3 年之前 |
Sam Atkins
|
356d8bcfe8
LibWeb: Remove Length::Type::Undefined! :^)
|
3 年之前 |
Sam Atkins
|
b715943035
LibWeb: Remove redundant Length::resolved() calls
|
3 年之前 |
Sam Atkins
|
67066c5140
LibWeb: Remove fallback value from Length::resolved()
|
3 年之前 |
Sam Atkins
|
5b2482a939
LibWeb: Use Optional instead of undefined-lengths for widths/heights
|
3 年之前 |
michiell1
|
2f555f1b7d
LibWeb: Compute some height of BlockFormattingContexts earlier
|
3 年之前 |
Andreas Kling
|
0532d7d255
LibWeb: Stop sizing the context root box in formatting contexts
|
3 年之前 |
Andreas Kling
|
40bd2cb611
LibWeb: Move initial containing block setup out of BFC
|
3 年之前 |
Andreas Kling
|
63345c4dfc
LibWeb: Rename Layout::Box absolute rect helpers
|
3 年之前 |
Andreas Kling
|
0608de8c12
LibWeb: Rename Layout::Box::size() to content_size()
|
3 年之前 |
Sam Atkins
|
ce0de4b2b4
LibWeb: Allow LengthPercentage to hold a calculated value
|
3 年之前 |
Andreas Kling
|
54beb7433e
LibWeb: Place block-level boxes vertically before formatting them inside
|
3 年之前 |
Andreas Kling
|
bb6af641d4
LibWeb: Unify placement of replaced and non-replaced elements in BFC
|
3 年之前 |
Andreas Kling
|
9a48368280
LibWeb: Simplify code that compute initial child positions in BFC
|
3 年之前 |
Andreas Kling
|
d58f60c953
LibWeb: Unify code for assigning vertical box model metrics in BFC
|
3 年之前 |
Andreas Kling
|
00bd17034d
LibWeb: Make IFC aware that its parent is always a BFC
|
3 年之前 |
Andreas Kling
|
83a6e698a0
LibWeb: Move rect-in-coordinate-space helper to Layout::Box
|
3 年之前 |
Andreas Kling
|
6ca90b8d57
LibWeb: Take full border box into account when vertically placing floats
|
3 年之前 |
Andreas Kling
|
f5c5efa067
LibWeb: Allow CSS floating objects to flow across multiple lines
|
3 年之前 |
Andreas Kling
|
0ea438e45b
LibWeb: Put BFC floating object state into a struct
|
3 年之前 |