summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/FormattingContext.h
AgeCommit message (Expand)Author
2022-07-11LibWeb: Bring sizing of replaced elements closer to specAndreas Kling
2022-07-11LibWeb: More specialization of intrinsic sizing layoutAndreas Kling
2022-07-11LibWeb: Express intrinsic size layout via size constraintsAndreas Kling
2022-07-11LibWeb: Only perform the requested form of intrinsic size calculationAndreas Kling
2022-07-11LibWeb: Make separate functions for calculating min/max content sizesAndreas Kling
2022-04-06LibWeb: Rename compute_intrinsic_height() => calculate_auto_height()Andreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-30LibWeb: Fix calculating the intrinsic height of a boxEnver Balalic
2022-03-27LibWeb: Rename FormattingContext::compute_position() => compute_inset()Andreas Kling
2022-03-18LibWeb: Rewrite CSS float implementation to use offset-from-edgeAndreas Kling
2022-03-18LibWeb: Move available_space_for_line() from IFC to BFCAndreas Kling
2022-03-13LibWeb: Add functions for calculating intrinsic sizes of a Layout::BoxAndreas Kling
2022-03-01LibWeb: Handle height:auto separately for BFC root vs other block boxesAndreas Kling
2022-03-01LibWeb: Always include floats when computing height:auto for blocksAndreas Kling
2022-02-28LibWeb: Pass state to create_independent_formatting_context_if_needed()Andreas Kling
2022-02-21LibWeb: Start making our layout system "transactional"Andreas Kling
2022-02-21LibWeb: Add Layout::FormattingStateAndreas Kling
2022-02-12LibWeb: Stop sizing the context root box in formatting contextsAndreas Kling
2021-10-28LibWeb: Remove duplicated auto height computationBen Wiederhake
2021-10-21LibWeb: Convert const pointer to nonnull into a referenceBen Wiederhake
2021-10-20LibWeb: Add missing headersBen Wiederhake
2021-10-17LibWeb: Factor out creation of independent formatting contextsAndreas Kling
2021-10-17LibWeb: Expose FormattingContext typeAndreas Kling
2021-10-14LibWeb: Cleanup + spec comments in replaced element height computationAndreas Kling
2021-09-15LibWeb: Implement "out-of-flow" property of Layout BoxSam Atkins
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-01-12Libraries: Move to Userland/Libraries/Andreas Kling