summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout
AgeCommit message (Expand)Author
2022-12-11LibWeb: Use space_used_by_floats to get x offset of box that creates BFCAliaksandr Kalenik
2022-12-11LibWeb: Check if block creates BFC even if all it's children are inlineAliaksandr Kalenik
2022-12-10LibWeb: Use HashMap::try_ensure_capacity in StyleComputerThomas Queiroz
2022-12-10LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient eventsSam Atkins
2022-12-10LibWeb: Support special border width identifiersKarol Kosek
2022-12-09LibWeb: Fix child wrapping in table fix upAliaksandr Kalenik
2022-12-09LibWeb: Consider specified cell widths in a tableAliaksandr Kalenik
2022-12-09LibWeb: Fix typo in TableFormattingContext.hAliaksandr Kalenik
2022-12-09LibWeb: Layout table rows that do not belong to table row groupAliaksandr Kalenik
2022-12-07LibWeb: Consider strut while calculating baseline for a lineAliaksandr Kalenik
2022-12-07Meta+Userland: Pass Gfx::FloatSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-06LibWeb: Do not try to place out-of-flow blocks in anonymous nodesAliaksandr Kalenik
2022-12-05LibWeb: Inherit TableFormattingContext from FC instead of BFCAliaksandr Kalenik
2022-12-05LibWeb: Add vertical-align support for table cellsAliaksandr Kalenik
2022-12-05LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cppAliaksandr Kalenik
2022-12-05LibWeb: Implement intrinsic width calculation for TFCAliaksandr Kalenik
2022-12-05LibWeb: Take rowspan into account while table formattingAliaksandr Kalenik
2022-12-05LibWeb: Start implementation of CSS Table 3 specAliaksandr Kalenik
2022-12-01LibWeb: Support displaying HTMLInputElement placeholder valuesTimothy Flynn
2022-11-29LibWeb: Use span value if given in the grid-*-end propertymartinfalisse
2022-11-28LibWeb: Treat unresolvable percentage width on inline-block as autoAndreas Kling
2022-11-27LibWeb: Support box-sizing in flex formatting contextAliaksandr Kalenik
2022-11-26LibWeb: Don't collapse TextNode if it's editableBaitinq
2022-11-25LibWeb: Fix typo in calculate_inner_heightAliaksandr Kalenik
2022-11-25LibWeb: Flex, grid and table containers should not create BFCAliaksandr Kalenik
2022-11-23LibWeb: Use calculate_inner_width to compute min and max widthsAliaksandr Kalenik
2022-11-23LibWeb: Return max margin box width from greatest_child_widthAliaksandr Kalenik
2022-11-23LibWeb: Try to place out-of-flow blocks only in anonymous blocksAliaksandr Kalenik
2022-11-22LibWeb: Do not try to join floats into anonymous blockAliaksandr Kalenik
2022-11-22LibWeb: Support box-sizing in BFCAliaksandr Kalenik
2022-11-20LibWeb: Return content box position from calculate_static_positionAliaksandr Kalenik
2022-11-16LibWeb: Add naive layout for SVG foreign objectsAndreas Kling
2022-11-16LibWeb: Solve width for absolute positioned elemenent according to specAliaksandr Kalenik
2022-11-16LibWeb: Make auto-fit compatible with grid-gapmartinfalisse
2022-11-16LibWeb: Use fixed-size tracks for grid gapmartinfalisse
2022-11-15LibWeb: Join out-of-flow block nodes in last parent child if possibleAliaksandr Kalenik
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