summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/FormattingContext.cpp
AgeCommit message (Expand)Author
2021-10-06LibWeb: Move line boxes from Layout::Box to BlockContainerAndreas Kling
2021-10-06LibWeb: Don't attempt to layout the inside of childless boxesAndreas Kling
2021-10-06LibWeb: Remove unused local in FormattingContext::layout_inside()Andreas Kling
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-09-23LibWeb: Proritize FlexFormattingContext when display: flex is specifiedTobias Christiansen
2021-09-18LibWeb: Add SVGFormattingContext to handle SVG box treesAndreas Kling
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-05-04LibWeb: Compute intrinsic height of absolute replaced elementsTimothy Flynn
2021-04-30LibWeb: Position absolute boxes relative to the containing blockEgor 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-04-13LibWeb: Use min-height in calculating heightEgor Ananyin
2021-03-30LibWeb: Create a new BFC when the overflow is neither visible nor clipTimothy Flynn
2021-03-26LibWeb: Compute height of absolutely positioned blocks when possibleTimothy Flynn
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-01-18LibWeb: Add a very naive Layout::FlexFormattingContext :^)Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling