index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
StyleComputer.cpp
Age
Commit message (
Expand
)
Author
2023-06-02
LibWeb: Support font-size: calc()
Andreas Kling
2023-06-01
LibWeb: Remove int usage of NumberStyleValues
Sam Atkins
2023-06-01
LibWeb: Rename NumericStyleValue -> NumberStyleValue
Sam Atkins
2023-06-01
LibWeb: Add support for parsing place-content shorthand CSS property
FalseHonesty
2023-05-31
LibWeb: Change calc node representation from float to double
stelar7
2023-05-30
LibWeb: Make font selection closer to specification
Andi Gallo
2023-05-30
LibWeb: Add support for parsing 'inset' shorthand CSS property
FalseHonesty
2023-05-29
LibWeb: Only update style for the element being animated by CSS
Andreas Kling
2023-05-29
LibWeb: Respect the CSS animation-direction property for animations
Ali Mohammad Pur
2023-05-29
LibWeb: Respect the animation-fill-mode CSS property
Ali Mohammad Pur
2023-05-29
LibWeb: Make sure finished animations are not restarted
Ali Mohammad Pur
2023-05-29
LibWeb: Add preliminary support for CSS animations
Ali Mohammad Pur
2023-05-29
LibWeb: Keep track of CSS property source declarations
Ali Mohammad Pur
2023-05-29
LibWeb: Add CSS CompositeStyleValue
Ali Mohammad Pur
2023-05-27
LibWeb: Remove StyleValue::has/to_length()
Sam Atkins
2023-05-27
LibWeb: Support min-inline-size & max-inline-size
Karthik Karanth
2023-05-27
LibWeb: Add basic parsing of grid shorthand CSS property
Aliaksandr Kalenik
2023-05-25
LibWeb: Try failed font lookups again without weight and slope
Andreas Kling
2023-05-24
LibWeb: Honor font-weight and font-style when using downloaded fonts
Andreas Kling
2023-05-24
LibWeb: Move resolution of font weights and slopes to StyleValue
Andreas Kling
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-24
LibWeb: Honor the font-size even if the font-family is not found
Andreas Kling
2023-05-24
LibWeb: Resolve CSS variables if present in SVG presentation attributes
Andreas Kling
2023-05-17
LibWeb: Resolve CSS custom properties on pseudo elements
Andreas Kling
2023-05-10
LibWeb: Handle CSS "color: currentcolor"
Andreas Kling
2023-05-08
LibWeb: Cache the root element font metrics when calculating them
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-05-06
LibWeb: Put debug spam about unimplemented calc() expansion behind flag
Andreas Kling
2023-05-06
LibWeb: Propagate errors from parse_css_value and property_initial_value
Sam Atkins
2023-05-06
LibWeb: Propagate errors when parsing StyleValues
Sam Atkins
2023-05-06
LibWeb: Propagate errors from absolutizing StyleValues
Sam Atkins
2023-05-06
LibWeb: Propagate errors from StyleValue construction
Sam Atkins
2023-05-03
LibWeb: Implement more box type transformation edge cases
Andreas Kling
2023-05-02
LibWeb: Only change inside value during blockification
Emil Militzer
2023-05-02
LibWeb: Support multi-keyword syntax for CSS display property
Emil Militzer
2023-04-30
LibWeb: Parse `grid-template` property
martinfalisse
2023-04-29
LibWeb: Merge StyleComputer root-element font-metric calculation methods
Sam Atkins
2023-04-29
LibWeb: Wrap font metrics into a struct
Sam Atkins
2023-04-27
LibWeb: Blockify pseudo elements that are flex items
Andreas Kling
2023-04-03
LibWeb: Expand background-position layers into x/y position lists
MacDue
2023-04-03
LibWeb: Parse and plumb background-position-x/y
MacDue
2023-04-02
LibWeb: Don't apply presentational hints to associated pseudo elements
Andreas Kling
2023-04-02
LibWeb: Don't apply element inline style to associated pseudo elements
Andreas Kling
2023-03-30
LibWeb: Remove CalculatedStyleValue from Length
Sam Atkins
2023-03-30
LibWeb: Actually visit rules and media queries in imported style sheets
Andreas Kling
2023-03-25
LibWeb: Split StyleValueList out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split UnresolvedStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split TextDecorationStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split OverflowStyleValue out of StyleValue.{h,cpp}
Sam Atkins
[next]