summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout
AgeCommit message (Expand)Author
2022-11-09LibWeb: Finish half-written comment in abspos height calculationAndreas Kling
2022-11-09LibWeb: Try to compute height for abspos elements before inside layoutAndreas Kling
2022-11-09LibWeb: Actually assign solved value for `left` in abspos width case 1Andreas Kling
2022-11-07LibWeb: Implement gap in CSS Gridmartinfalisse
2022-11-07LibWeb: Add some helpers for TemporaryTrackmartinfalisse
2022-11-07LibWeb: Parse CSS gap propertymartinfalisse
2022-11-06LibWeb: Calculate grid content height using column widthmartinfalisse
2022-11-06LibWeb: Use AvailableSpace when referring to the grid widthmartinfalisse
2022-11-06LibWeb: Calculate grid columns first, and grid rows secondmartinfalisse
2022-11-06LibWeb: Calculate available space for children of the gridmartinfalisse
2022-11-05LibWeb: Render text inside <input type=password> as asterisks (`*`)Andreas Kling
2022-11-05LibWeb: Use preferred flex item sizes as min/max-content contributionAndreas Kling
2022-11-04LibWeb: Replace <svg> sizing hack with slightly smaller hackAndreas Kling
2022-11-03LibWeb: Treat unresolvable percentage sizes as auto on replaced elementsAndreas Kling
2022-11-03LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContextAndreas Kling
2022-11-02LibWeb: Fix `justify-content: center` interaction with flex item marginsAndreas Kling
2022-11-01LibWeb+Base: Use line names for positioning grid itemsmartinfalisse
2022-11-01LibWeb: Use w3.org for specs and include new onesmartinfalisse
2022-11-01LibWeb: Refactor GridTrackSize classesmartinfalisse
2022-11-01LibWeb: Rename GridTrackSizedConstraintsmartinfalisse
2022-11-01LibWeb: Fix bug in placing grid itemsmartinfalisse
2022-10-27LibWeb: Always resolve horizontal padding and borders on block-level boxesAndreas Kling
2022-10-27LibWeb: Place block-level boxes in both axes before doing inside layoutAndreas Kling
2022-10-27LibWeb: Implement static position for abspos children of flex containerAndreas Kling
2022-10-24LibWeb: Layout inner floats/abspos boxes after laying out the top floatLuke Wilde
2022-10-24LibWeb: Establish stacking context when backdrop-filter is not 'none'Luke Wilde
2022-10-23LibWeb: Don't create stacking contexts for all positioned elementsAndreas Kling
2022-10-20LibWeb: Add GC finalizer to Layout::ImageBoxAndreas Kling
2022-10-20LibWeb: Tie layout tree to a specific browsing contextAndreas Kling
2022-10-20LibWeb: Make the layout tree GC-allocatedAndreas Kling
2022-10-20LibWeb: Only store one DOM pointer per Layout::NodeAndreas Kling
2022-10-18LibWeb: Use calculate_min_content_height() for sizing of grid childrenJohannes Laudenberg
2022-10-15LibWeb: Implement minmax()martinfalisse
2022-10-15LibWeb: Implement auto-fill and auto-fitmartinfalisse
2022-10-15LibWeb: Implement more of the grid specmartinfalisse
2022-10-15LibWeb: Refactor GridTrack maintenance in the GFCmartinfalisse
2022-10-15LibWeb: Calculate the height of the css grid correctlymartinfalisse
2022-10-15LibWeb: Use w3 instead of drafts for specmartinfalisse
2022-10-15LibWeb: Add parent classes for managing GridTrackSizesmartinfalisse
2022-10-15LibWeb: Apply min-width and max-width constraints to inline-block boxesAndreas Kling
2022-10-15LibWeb: Split intrinsic heights cache by definite available widthsAndreas Kling
2022-10-15LibWeb: Assign hypothetical flex item main sizes as temporary main sizeAndreas Kling
2022-10-14LibWeb: Implement CSS fit-content algorithm precisely as spec saysAndreas Kling
2022-10-14LibWeb: Resolve *all* percentages in abspos height calculationAndreas Kling
2022-10-14LibWeb: Implement basic support for align-content in flex layoutAndreas Kling
2022-10-14LibWeb: Parse the CSS align-content propertyAndreas Kling
2022-10-14LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""Andreas Kling
2022-10-14LibWeb: Don't treat `content: ""` as collapsible whitespaceAndreas Kling
2022-10-14LibWeb: Mark `content: "string"` text nodes as generatedAndreas Kling
2022-10-14LibWeb: Remove unused Layout::TextNode::ChunkIterator::m_layout_modeAndreas Kling