index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
/
BlockFormattingContext.cpp
Age
Commit message (
Expand
)
Author
2022-03-22
LibWeb: Support CSS floats in inline flow
Andreas Kling
2022-03-19
LibWeb: Rename the LayoutMode enum values and explain them
Andreas Kling
2022-03-18
LibWeb: Place right-side floats relative to their containing block
Andreas Kling
2022-03-18
LibWeb: Implement CSS transforms on stacking contexts
Simon Wanner
2022-03-18
LibWeb: Rewrite CSS float implementation to use offset-from-edge
Andreas Kling
2022-03-18
LibWeb: Move available_space_for_line() from IFC to BFC
Andreas Kling
2022-03-13
LibWeb: Only collapse vertical margin between BlockContainer siblings
Andreas Kling
2022-03-04
LibWeb: Measure intrinsic block width *around* children's border edge
Andreas Kling
2022-03-01
LibWeb: Always include floats when computing height:auto for blocks
Andreas Kling
2022-02-28
LibWeb: Pass state to create_independent_formatting_context_if_needed()
Andreas Kling
2022-02-21
LibWeb: Calculate edge of containing block correctly when floating right
Andreas Kling
2022-02-21
LibWeb: Don't shift right-floated boxes too much to the left
Andreas Kling
2022-02-21
LibWeb: Rename FormattingState::ensure() -> get_mutable()
Andreas Kling
2022-02-21
LibWeb: Store overflow data in the FormattingState
Andreas Kling
2022-02-21
LibWeb: Create list-item markers during layout tree construction
Andreas Kling
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-21
LibWeb: Add Layout::FormattingState
Andreas Kling
2022-02-19
LibWeb: Hack BFC to always remember to handle position:absolute elements
Andreas Kling
2022-02-18
LibWeb: Remove Length::Type::Undefined! :^)
Sam Atkins
2022-02-18
LibWeb: Remove redundant Length::resolved() calls
Sam Atkins
2022-02-18
LibWeb: Remove fallback value from Length::resolved()
Sam Atkins
2022-02-18
LibWeb: Use Optional instead of undefined-lengths for widths/heights
Sam Atkins
2022-02-15
LibWeb: Compute some height of BlockFormattingContexts earlier
michiell1
2022-02-12
LibWeb: Stop sizing the context root box in formatting contexts
Andreas Kling
2022-02-12
LibWeb: Move initial containing block setup out of BFC
Andreas Kling
2022-02-11
LibWeb: Rename Layout::Box absolute rect helpers
Andreas Kling
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2022-02-04
LibWeb: Allow LengthPercentage to hold a calculated value
Sam Atkins
2022-01-24
LibWeb: Place block-level boxes vertically before formatting them inside
Andreas Kling
2022-01-24
LibWeb: Unify placement of replaced and non-replaced elements in BFC
Andreas Kling
2022-01-24
LibWeb: Simplify code that compute initial child positions in BFC
Andreas Kling
2022-01-24
LibWeb: Unify code for assigning vertical box model metrics in BFC
Andreas Kling
2022-01-24
LibWeb: Make IFC aware that its parent is always a BFC
Andreas Kling
2022-01-24
LibWeb: Move rect-in-coordinate-space helper to Layout::Box
Andreas Kling
2022-01-24
LibWeb: Take full border box into account when vertically placing floats
Andreas Kling
2022-01-23
LibWeb: Allow CSS floating objects to flow across multiple lines
Andreas Kling
2022-01-23
LibWeb: Put BFC floating object state into a struct
Andreas Kling
2022-01-20
LibWeb: Remove reference_for_percent parameter from Length::resolved()
Sam Atkins
2022-01-20
LibWeb: Convert width/height and min-/max- versions to LengthPercentage
Sam Atkins
2021-12-05
LibWeb: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-10-28
LibWeb: Don't try to layout list-item markers in BFC
Andreas Kling
2021-10-28
LibWeb: Use border edges when computing overflow for the ICB
Andreas Kling
2021-10-28
LibWeb: Remove duplicated auto height computation
Ben Wiederhake
2021-10-27
LibWeb: Remove Layout::Box::width_of_logical_containing_block()
Andreas Kling
2021-10-23
LibWeb: Fix off-by-one in initial containing block overflow calculation
Andreas Kling
2021-10-17
LibWeb: Expose FormattingContext type
Andreas Kling
2021-10-15
LibWeb: Compute horizontal overflow for the initial containing block
Andreas Kling
2021-10-14
LibWeb: Introduce simple scrollable overflow, size ICB to viewport
Andreas Kling
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
[next]