summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp
AgeCommit message (Expand)Author
2023-06-02LibWeb: Support font-size: calc()Andreas Kling
2023-06-01LibWeb: Remove int usage of NumberStyleValuesSam Atkins
2023-06-01LibWeb: Rename NumericStyleValue -> NumberStyleValueSam Atkins
2023-06-01LibWeb: Add support for parsing place-content shorthand CSS propertyFalseHonesty
2023-05-31LibWeb: Change calc node representation from float to doublestelar7
2023-05-30LibWeb: Make font selection closer to specificationAndi Gallo
2023-05-30LibWeb: Add support for parsing 'inset' shorthand CSS propertyFalseHonesty
2023-05-29LibWeb: Only update style for the element being animated by CSSAndreas Kling
2023-05-29LibWeb: Respect the CSS animation-direction property for animationsAli Mohammad Pur
2023-05-29LibWeb: Respect the animation-fill-mode CSS propertyAli Mohammad Pur
2023-05-29LibWeb: Make sure finished animations are not restartedAli Mohammad Pur
2023-05-29LibWeb: Add preliminary support for CSS animationsAli Mohammad Pur
2023-05-29LibWeb: Keep track of CSS property source declarationsAli Mohammad Pur
2023-05-29LibWeb: Add CSS CompositeStyleValueAli Mohammad Pur
2023-05-27LibWeb: Remove StyleValue::has/to_length()Sam Atkins
2023-05-27LibWeb: Support min-inline-size & max-inline-sizeKarthik Karanth
2023-05-27LibWeb: Add basic parsing of grid shorthand CSS propertyAliaksandr Kalenik
2023-05-25LibWeb: Try failed font lookups again without weight and slopeAndreas Kling
2023-05-24LibWeb: Honor font-weight and font-style when using downloaded fontsAndreas Kling
2023-05-24LibWeb: Move resolution of font weights and slopes to StyleValueAndreas Kling
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-24LibWeb: Honor the font-size even if the font-family is not foundAndreas Kling
2023-05-24LibWeb: Resolve CSS variables if present in SVG presentation attributesAndreas Kling
2023-05-17LibWeb: Resolve CSS custom properties on pseudo elementsAndreas Kling
2023-05-10LibWeb: Handle CSS "color: currentcolor"Andreas Kling
2023-05-08LibWeb: Cache the root element font metrics when calculating themAndreas Kling
2023-05-08LibWeb: Don't include Layout/Node.h from DOM/Element.hAndreas Kling
2023-05-06LibWeb: Put debug spam about unimplemented calc() expansion behind flagAndreas Kling
2023-05-06LibWeb: Propagate errors from parse_css_value and property_initial_valueSam Atkins
2023-05-06LibWeb: Propagate errors when parsing StyleValuesSam Atkins
2023-05-06LibWeb: Propagate errors from absolutizing StyleValuesSam Atkins
2023-05-06LibWeb: Propagate errors from StyleValue constructionSam Atkins
2023-05-03LibWeb: Implement more box type transformation edge casesAndreas Kling
2023-05-02LibWeb: Only change inside value during blockificationEmil Militzer
2023-05-02LibWeb: Support multi-keyword syntax for CSS display propertyEmil Militzer
2023-04-30LibWeb: Parse `grid-template` propertymartinfalisse
2023-04-29LibWeb: Merge StyleComputer root-element font-metric calculation methodsSam Atkins
2023-04-29LibWeb: Wrap font metrics into a structSam Atkins
2023-04-27LibWeb: Blockify pseudo elements that are flex itemsAndreas Kling
2023-04-03LibWeb: Expand background-position layers into x/y position listsMacDue
2023-04-03LibWeb: Parse and plumb background-position-x/yMacDue
2023-04-02LibWeb: Don't apply presentational hints to associated pseudo elementsAndreas Kling
2023-04-02LibWeb: Don't apply element inline style to associated pseudo elementsAndreas Kling
2023-03-30LibWeb: Remove CalculatedStyleValue from LengthSam Atkins
2023-03-30LibWeb: Actually visit rules and media queries in imported style sheetsAndreas Kling
2023-03-25LibWeb: Split StyleValueList out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split UnresolvedStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split TextDecorationStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split OverflowStyleValue out of StyleValue.{h,cpp}Sam Atkins