summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/ComputedValues.h
AgeCommit message (Expand)Author
2023-06-03LibWeb: Resolve the `transition-delay` propertystelar7
2023-06-03LibWeb: Support list-style-positionSimon Wanner
2023-05-31LibWeb: Change calc node representation from float to doublestelar7
2023-05-27LibWeb: Resolve border[-color,-style,-width] propertiesSam Atkins
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-22LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rowsAliaksandr Kalenik
2023-05-20LibWeb: Implement SVG opacity propertiesMacDue
2023-05-19LibWeb: Use box sampling instead of bilinear scaling when downscalingJelle Raaijmakers
2023-05-19Revert "LibWeb: Use box sampling instead of bilinear scaling when downscaling"Andreas Kling
2023-05-19LibWeb: Use box sampling instead of bilinear scaling when downscalingJelle Raaijmakers
2023-05-15LibWeb: Basic support for CSS `text-indent: <length-percentage>`Andreas Kling
2023-04-28LibWeb: Resolve and paint SVG gradient fillsMacDue
2023-04-28LibWeb: Add stop-color as a CSS propertyMacDue
2023-03-30LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}Sam Atkins
2023-03-30LibWeb: Move to_gfx_scaling_mode() helperSam Atkins
2023-03-30LibWeb: Move BackgroundSize enum to ComputedValues.hSam Atkins
2023-03-30LibWeb: Move FlexBasis enum to ComputedValues.hSam Atkins
2023-03-30LibWeb: Remove CalculatedStyleValue from AngleSam Atkins
2023-03-25LibWeb: Remove now-unused includes from StyleValue.cppSam Atkins
2023-03-25LibWeb: Split ShadowStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split AbstractImageStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-23LibWeb: Parse and plumb the `accent-color` CSS propertyMacDue
2023-02-21LibWeb+LibIDL: Fix (or paper over) various const-correctness issuesAndreas Kling
2023-02-15LibWeb: Port ComputedValues to new StringsSam Atkins
2023-01-21LibWeb: Parse `grid-template-areas` CSS propertymartinfalisse
2023-01-03LibWeb: Parse `border-collapse` property for HTML tablemartinfalisse
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-07LibWeb: Parse CSS gap propertymartinfalisse
2022-11-01LibWeb: Refactor GridTrackSize classesmartinfalisse
2022-10-15LibWeb: Add parent classes for managing GridTrackSizesmartinfalisse
2022-10-14LibWeb: Parse the CSS align-content propertyAndreas Kling
2022-10-04LibWeb: Avoid a bunch of unnecessary copying in CSS::ComputedValuesAndreas Kling
2022-09-25LibWeb: Use CSS::Size for computed size and max-size valuesAndreas Kling
2022-09-16LibWeb: Plumb style/computed values for `backdrop-filter`MacDue
2022-09-08LibWeb: Make default CSS font settings match other browsers betterAndreas Kling
2022-08-25LibWeb: Parse grid-column-start and related CSS propertiesmartinfalisse
2022-08-25LibWeb: Parse grid-template-columns and grid-template-rowsmartinfalisse
2022-08-08LibWeb: Convert images to common AbstractImageStyleValue baseMacDue
2022-08-07LibWeb: Use rect value in CSS clip propertyTom
2022-07-26LibWeb: Actually check if percentage used flex basis is definiteAndreas Kling
2022-07-23LibWeb: Implement `appearance` CSS propertyMacDue
2022-07-21LibWeb: Add proper support for Angle parameters in transform functionsSam Atkins
2022-07-17LibWeb: Allow having a linear-gradient() as a background-imageMacDue
2022-07-12LibWeb: Honor `align-self` over `align-items` when non-auto on flex itemAndreas Kling
2022-07-09LibWeb: Make sure CSS::ComputedValues has initial size valuesAndreas Kling
2022-07-06LibWeb: Use correct margin & padding values in anonymous wrapper boxesAndreas Kling
2022-06-13LibWeb: Keep both horizontal and vertical border radii till paintingMacDue
2022-04-14LibWeb: Allow multiple text-decoration-linesSam Atkins
2022-04-04LibWeb: Make default text-decoration-thickness a fraction of font heightKarol Kosek