summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout
AgeCommit message (Expand)Author
2022-02-19LibWeb: Inspector content_size tooltip in document viewVrins
2022-02-19LibWeb: Add support for CSS image-rendering propertyMaciej
2022-02-18LibWeb: Add missing is_length() check in FFC::is_cross_auto()Andreas Kling
2022-02-18LibWeb: Resolve Lengths to pixels earlierSam Atkins
2022-02-18LibWeb: Remove Length::Type::Undefined! :^)Sam Atkins
2022-02-18LibWeb: Remove redundant Length::resolved() callsSam Atkins
2022-02-18LibWeb: Remove fallback value from Length::resolved()Sam Atkins
2022-02-18LibWeb: Use Optional instead of undefined-lengths for widths/heightsSam Atkins
2022-02-17LibWeb: Make <input type=checkbox> fire click events when clicked :^)Andreas Kling
2022-02-16LibWeb: Omit origin check for content document in FrameBox::paint()Linus Groh
2022-02-16LibWeb: Remove content-size hack from SVGFormattingContextSam Atkins
2022-02-16LibWeb: Stop treating all SVG elements as inlineSam Atkins
2022-02-16LibWeb: Give SVG geometry elements a positionSam Atkins
2022-02-16LibWeb: Add basic implementation of progress bar elementRafał Babiarz
2022-02-16LibWeb: Implement reverse lookup to labels from their labelable nodesTimothy Flynn
2022-02-15LibWeb: Make <input type=checkbox> honor the "checked" attributeAndreas Kling
2022-02-15LibWeb: Allow label activation via any descendant of the label nodeAndreas Kling
2022-02-15LibWeb: Support implicit <label> targetsAndreas Kling
2022-02-15LibWeb: Compute some height of BlockFormattingContexts earliermichiell1
2022-02-15LibWeb: Make IFC register absolutely positioned descendants with BFCAndreas Kling
2022-02-15LibWeb: Make InlineLevelIterator skip over positioned elementsAndreas Kling
2022-02-14LibWeb: Add stacking contexts to Node::for_each_child_in_paint_orderSteven Schmoll
2022-02-14LibWeb: Support inline-level padding and border properlyAndreas Kling
2022-02-14LibWeb: Always assign box model metrics in IFC::dimension_box_on_line()Andreas Kling
2022-02-12LibWeb: Stop sizing the context root box in formatting contextsAndreas Kling
2022-02-12LibWeb: Always rebuild stacking context tree during layoutAndreas Kling
2022-02-12LibWeb: Move initial containing block setup out of BFCAndreas Kling
2022-02-11LibWeb: Rename Layout::Box absolute rect helpersAndreas Kling
2022-02-11LibWeb: Remove unused functions from Layout::BoxAndreas Kling
2022-02-11LibWeb: Rename SVGPathBox -> SVGGeometryBoxSam Atkins
2022-02-11LibWeb: Move SVGPathElement methods into SVGGeometryElementSam Atkins
2022-02-11LibWeb: Add const versions of SVGBox::dom_node() and friendsSam Atkins
2022-02-09LibWeb: Don't fill or stroke SVG <path> with transparent colorAndreas Kling
2022-02-08LibWeb: Fixed disabled checkbox input behaviourRafał Babiarz
2022-02-08LibWeb: Incorporate spread-distance into box-shadow renderingSam Atkins
2022-02-08LibWeb: Render multiple box-shadowsSam Atkins
2022-02-06LibWeb: Rename "frame" to "browsing_context" in various placesAndreas Kling
2022-02-06LibWeb: Remove unnecessary check for 0-sized fragments in InlineNodeAndreas Kling
2022-02-06LibWeb: Only compute containing block rect once in InlineNode::paint()Andreas Kling
2022-02-06LibWeb: Rename Layout::Box::size() to content_size()Andreas Kling
2022-02-05LibWeb: Compute element style in Layout::TreeBuilderAndreas Kling
2022-02-04LibWeb: Allow LengthPercentage to hold a calculated valueSam Atkins
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-24LibWeb: Use BFC root relative coordinates when flowing around floatsAndreas Kling
2022-01-24LibWeb: Place block-level boxes vertically before formatting them insideAndreas Kling
2022-01-24LibWeb: Unify placement of replaced and non-replaced elements in BFCAndreas Kling
2022-01-24LibWeb: Simplify code that compute initial child positions in BFCAndreas Kling
2022-01-24LibWeb: Unify code for assigning vertical box model metrics in BFCAndreas Kling
2022-01-24LibWeb: Make IFC aware that its parent is always a BFCAndreas Kling
2022-01-24LibWeb: Move rect-in-coordinate-space helper to Layout::BoxAndreas Kling