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
/
StyleValue.h
Age
Commit message (
Expand
)
Author
2022-02-08
LibWeb: Parse spread-distance and `inset` parts of box-shadow
Sam Atkins
2022-02-07
LibWeb: Add `pointer-events: all`
Sam Atkins
2022-02-04
LibWeb: Implement CalculatedStyleValue::to_string()
Sam Atkins
2022-02-04
LibWeb: Distinguish between Integer and Number calc() values
Sam Atkins
2022-02-04
LibWeb: Add resolving calc() to a number/integer/percentage
Sam Atkins
2022-02-04
LibWeb: Allow percentage tokens again when parsing calc()
Sam Atkins
2022-02-04
LibWeb: Refactor calc() resolution logic using CalculationResult
Sam Atkins
2022-02-04
LibWeb: Implement CalculationResult type for calc() results
Sam Atkins
2022-02-04
LibWeb: Resolve type of calc() expressions at parse-time
Sam Atkins
2022-02-04
LibWeb: Combine the two sets of calc() operator enums
Sam Atkins
2022-02-04
LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue
Sam Atkins
2022-02-03
LibWeb: Allow comma- or space-separated StyleValueLists
Sam Atkins
2022-02-03
LibWeb: Move non-trivial StyleValue to_string() methods to cpp file
Sam Atkins
2022-01-23
LibWeb: Add new property 'text-decoration-style'
Tobias Christiansen
2022-01-20
LibWeb: Remove Length::Type::Percentage :^)
Sam Atkins
2022-01-20
LibWeb: Convert flex-basis to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Convert background-position to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Convert background-size from Length to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Convert border-radii from Length to LengthPercentage :^)
Sam Atkins
2022-01-20
LibWeb: Remove BorderRadiusStyleValue::to_length() hack
Sam Atkins
2022-01-20
LibWeb: Add PercentageStyleValue, and parse it
Sam Atkins
2022-01-20
LibWeb: Alphabetize StyleValue classes
Sam Atkins
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-09
LibWeb: Remove now-unused CustomStyleValue
Sam Atkins
2021-12-09
LibWeb: Add new UnresolvedStyleValue class
Sam Atkins
2021-11-17
LibWeb: Store all background properties in BackgroundLayerData
Sam Atkins
2021-11-17
LibWeb: Bring BackgroundStyleValue::to_string() to spec
Sam Atkins
2021-11-10
LibWeb: Parse background-size as part of background shorthand
Sam Atkins
2021-11-10
LibWeb: Add BackgroundSizeStyleValue
Sam Atkins
2021-11-10
LibWeb: Store Repeat values directly in BackgroundRepeatStyleValue
Sam Atkins
2021-11-10
LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand
Sam Atkins
2021-11-10
LibWeb: Parse `background-clip` and `background-origin`
Sam Atkins
2021-11-10
LibWeb: Parse `background-attachment` as part of `background` property
Sam Atkins
2021-11-10
LibWeb: Add `background-position` to `background` property
Sam Atkins
2021-11-10
LibWeb: Parse CSS `background-position` property
Sam Atkins
2021-10-23
LibWeb: Move image resource request out of ImageStyleValue constructor
Sam Atkins
2021-10-19
LibWeb: Distinguish between integer and float in NumericStyleValue
Sam Atkins
2021-10-18
LibWeb: Make 'auto' LengthStyleValues return 'auto' identifier
Sam Atkins
2021-10-18
LibWeb: Use east const in StyleValue.{h,cpp}
Sam Atkins
2021-10-15
LibWeb: Use W3C urls for CSS-VALUES-3 spec links
Sam Atkins
2021-10-09
LibWeb: Add initial version of pointer-events CSS property
huwdp
2021-10-06
LibWeb: Add missing headers
Ben Wiederhake
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-10-05
LibWeb: Make things aware of box-sizing
Sam Atkins
2021-10-03
LibWeb: Make ColorStyleValue serialization spec compliant
Andreas Kling
2021-09-30
LibWeb: Fix null dereference when assigning an ImageStyleValue via JS
Andreas Kling
2021-09-24
LibWeb: Absolutize internal lengths in all StyleValues
Andreas Kling
2021-09-24
LibWeb: Clarify StyleValue API with new naming scheme
Sam Atkins
2021-09-24
LibWeb: Alphabetically sort StyleValues
Sam Atkins
2021-09-23
LibWeb: Fix `auto` conversion to identifier
Sam Atkins
[next]