summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout
AgeCommit message (Expand)Author
2021-10-28LibWeb: Don't force line box fragments height to be at least line-heightAndreas Kling
2021-10-28LibWeb: Clip descendants of boxes with overflow:hiddenAndreas Kling
2021-10-28LibWeb: Treat width:auto on tables as fit-contentAndreas Kling
2021-10-28LibWeb: Remove duplicated auto height computationBen Wiederhake
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-27LibWeb: Don't create anonymous table boxes around whitespaceAndreas Kling
2021-10-27LibWeb: Remove Layout::Box::width_of_logical_containing_block()Andreas Kling
2021-10-27LibWeb: Add fast_is<T>() for Layout::LabelAndreas Kling
2021-10-26LibWeb: Fix inline blocks swallowing trailing whitespaceFelix Rauch
2021-10-23LibWeb: Fix off-by-one in initial containing block overflow calculationAndreas Kling
2021-10-23LibWeb: Move image resource request out of ImageStyleValue constructorSam Atkins
2021-10-21LibWeb: Use is_single_line() and add spec comments to FFC step 8Andreas Kling
2021-10-21LibWeb: Convert const pointer to nonnull into a referenceBen Wiederhake
2021-10-20LibWeb: Add missing headersBen Wiederhake
2021-10-19LibWeb: Make computed opacity always availableAndreas Kling
2021-10-19LibWeb: Make computed flex-grow and flex-shrink always availableAndreas Kling
2021-10-19LibWeb: Remove already-fixed FIXME in creates_block_formatting_context()Andreas Kling
2021-10-19LibWeb: Add fast_is<T>() for SVGBox and SVGPathBoxAndreas Kling
2021-10-18LibWeb: Fill page background with the "base" palette colorAndreas Kling
2021-10-17LibWeb: Factor out creation of independent formatting contextsAndreas Kling
2021-10-17LibWeb: Expose FormattingContext typeAndreas Kling
2021-10-15LibWeb: Use W3C urls for CSS-DISPLAY spec linksSam Atkins
2021-10-15LibWeb: Compute horizontal overflow for the initial containing blockAndreas Kling
2021-10-14LibWeb: Implement position:fixed painting at the stacking context levelAndreas Kling
2021-10-14LibWeb: Cleanup + spec comments in replaced element height computationAndreas Kling
2021-10-14LibWeb: Cleanup + spec comments in replaced element width computationAndreas Kling
2021-10-14LibWeb: Introduce simple scrollable overflow, size ICB to viewportAndreas Kling
2021-10-14LibWeb: Make ReplacedBox intrinsic size setters take Optional<float>Andreas Kling
2021-10-14LibWeb: Use Box::has_intrinsic_aspect_ratio() check in FFC step 3Andreas Kling
2021-10-14LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio"Andreas Kling
2021-10-14LibWeb: Make intrinsic width/height/ratio a Box concept and simplify itAndreas Kling
2021-10-13LibWeb: Add spec comments to FFC layout algorithm step 2Andreas Kling
2021-10-13LibWeb: Add spec comments to FFC layout algorithm step 5Andreas Kling
2021-10-13LibWeb: Tidy up and add spec comments to FFC layout algorithm step 3Andreas Kling
2021-10-13LibWeb: Add FFC::flex_container() and use throughoutAndreas Kling
2021-10-13LibWeb: Make FFC line and item vectors members instead of localsAndreas Kling
2021-10-13LibWeb: Make various function parameters const in FlexFormattingContextAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 16 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 15 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 14 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 12 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 11 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 8 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 7 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 6 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 5 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 4 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 3 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 2 into a separate functionAndreas Kling
2021-10-13LibWeb: Turn FlexFormattingContext helper lambdas into member functionsAndreas Kling