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-07-09
LibWeb: Make sure CSS::ComputedValues has initial size values
Andreas Kling
2022-07-09
LibWeb: Base marker size on font height rather than line height
MacDue
2022-06-06
LibWeb: Calculate floating elements width using min- and max-width
Karol Kosek
2022-04-11
LibWeb: Let BFC compute width for block-level replaced elements
Andreas Kling
2022-04-10
LibWeb: Don't include children of overflow:hidden in scrollable overflow
Andreas Kling
2022-04-03
LibWeb: Fix computing_width of a block when LayoutMode::MaxContent
Enver Balalic
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibWeb: Make floating boxes in IFC occupy horizontal margin box
Andreas Kling
2022-03-28
LibWeb: Apply the layout_mode argument in BFC::compute_width
Simon Wanner
2022-03-27
LibWeb: Don't choke on ICB with inline children
Andreas Kling
2022-03-27
LibWeb: Rename FormattingContext::compute_position() => compute_inset()
Andreas Kling
2022-03-27
LibWeb: Stop allowing position:relative to affect layout
Andreas Kling
2022-03-26
LibWeb: Don't collapse horizontal margins between floating boxes
Andreas Kling
2022-03-26
LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item
Andreas Kling
2022-03-26
LibWeb: Rename "offset" in box model metrics to "inset"
Andreas Kling
2022-03-25
LibWeb: Improve vertical margin collapse between adjacent blocks
Andreas Kling
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
[next]