summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout
AgeCommit message (Expand)Author
2021-07-24LibWeb: Add box-shadow renderingTobias Christiansen
2021-07-24LibWeb: Make box-shadow known throughout the CSS subsystemTobias Christiansen
2021-07-24LibWeb: Draw elements with opacity in a separate stacking contextEgor Ananyin
2021-07-24LibWeb: Parse and store the opacity propertyEgor Ananyin
2021-07-24LibWeb: Use Length::resolved() in FlexFormattingContextTobias Christiansen
2021-07-19LibWeb: Implement justify-content for the FlexFormattingContextTobias Christiansen
2021-07-19LibWeb: Add parsing for the justify-content propertyTobias Christiansen
2021-07-14LibWeb: Add missing `typeinfo` includeDaniel Bertalan
2021-07-08AK+Userland: Add generic `AK::abs()` function and use itDaniel Bertalan
2021-07-04LibWeb: Add roman numerals as a list-style for ol'sTobias Christiansen
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-06LibWeb: Implement FlexBox Layout AlgorithmTobias Christiansen
2021-06-06LibWeb: Expose size calculation of BlockFormattingContextTobias Christiansen
2021-06-06LibWeb: Add flex-grow and flex-shrinkTobias Christiansen
2021-06-06LibWeb: Parse flex-basisTobias Christiansen
2021-06-06LibWeb: Add support for 'definite size' determinationTobias Christiansen
2021-06-06LibWeb: Add parsing for flex-wrap propertyTobias Christiansen
2021-06-06LibWeb: Flex-items aren't affected by float nor clearTobias Christiansen
2021-06-06LibWeb: LayoutNodes know whether they are flex-itemsTobias Christiansen
2021-06-05LibWeb: Change BlockBox to not want mouse eventsdylanbobb
2021-06-04LibWeb: Remove Utf8View usage and try avoiding StringBuilder in TextNodeMax Wipfli
2021-06-03AK: Do not VERIFY on invalid code point bytes in UTF8ViewDexesTTP
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-21LibWeb: Improving cursor behavior in editable DOM nodesMax Wipfli
2021-05-20LibWeb: Deal with Boxes that have a background, border and -radiusTobias Christiansen
2021-05-20LibWeb: Introduce struct to hold border radii and normalize onceTobias Christiansen
2021-05-20LibWeb: Draw rounded corners for the backgrounds of BoxesTobias Christiansen
2021-05-20LibWeb: Basic rendering of border-radiusTobias Christiansen
2021-05-20LibWeb: Make border-radius attibutes accessibleTobias Christiansen
2021-05-20LibWeb: Handle background-painting of Box in seperate functionTobias Christiansen
2021-05-20LibWeb: Move the painting of the border out of paint()Tobias Christiansen
2021-05-13LibWeb: Propagate body background properties to root HTML elementTimothy Flynn
2021-05-13LibWeb: Fix off-by-one for alphabetical markers in <ol>sTobias Christiansen
2021-05-12LibWeb: Position the ListItemMarkers according to their widthTobias Christiansen
2021-05-12LibWeb: Remove unused alphabet constants from ListItemMarkerBoxTobias Christiansen
2021-05-12LibWeb: Move clearing boxes below preceding floating boxesTimothy Flynn
2021-05-07LibWeb: Make painting order more spec-compliantEgor Ananyin
2021-05-04LibWeb: Compute intrinsic height of absolute replaced elementsTimothy Flynn
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-05-01LibWeb: Use new way of generating list-style-type: *-alphaTobias Christiansen
2021-04-30LibWeb: Position absolute boxes relative to the containing blockEgor Ananyin
2021-04-30LibWeb: Use min-height in calculating block box heightEgor Ananyin
2021-04-30LibWeb: Fix floating box position calculationEgor Ananyin
2021-04-29LibWeb: Add list-style-type: upper-latin and upper-alpha supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: lower-alpha and lower-latin supportTobias Christiansen
2021-04-29LibWeb: Conversion from number to bijective-base with alphabet.Tobias Christiansen
2021-04-29LibWeb: Add list-style-type: decimal-leading-zero supportTobias Christiansen
2021-04-29LibWeb: Move Layout::TextNode whitespace collapse to separate functionAndreas Kling