summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.cpp
AgeCommit message (Expand)Author
2021-10-06LibWeb: Move line boxes from Layout::Box to BlockContainerAndreas Kling
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-06LibWeb: Add BlockFormattingContext::root()Andreas Kling
2021-09-22LibWeb: Ignore negative margins for calculating height in a BFCTobias Christiansen
2021-09-18LibWeb: Add transform: translateY() supportTobias Christiansen
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-06LibWeb: Expose size calculation of BlockFormattingContextTobias Christiansen
2021-06-06LibWeb: Flex-items aren't affected by float nor clearTobias Christiansen
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-12LibWeb: Move clearing boxes below preceding floating boxesTimothy Flynn
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-30LibWeb: Use min-height in calculating block box heightEgor Ananyin
2021-04-30LibWeb: Fix floating box position calculationEgor Ananyin
2021-04-22LibWeb: Fix height computation (again) :^)Egor Ananyin
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibWeb: Fix height calculation for absolutely positioned boxesEgor Ananyin
2021-03-30LibWeb: Compute position of relative blocks before placing themTimothy Flynn
2021-03-29LibWeb: Compute position of relative block elementsTimothy Flynn
2021-03-26LibWeb: Consider floating children when computing auto-heightTimothy Flynn
2021-03-08LibWeb: Some improvements to CSS height:auto computation for blocksAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22LibWeb: Respect explicitly specified CSS "height" on block elementsAndreas Kling
2021-02-10LibWeb: Remove WidgetBox layout nodeAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling