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
/
StyleProperties.cpp
Age
Commit message (
Expand
)
Author
2022-03-22
LibWeb: Support `transform: translate(...)` by percentage
Simon Wanner
2022-03-22
LibWeb: Apply the CSS transform-origin property
Simon Wanner
2022-03-21
LibWeb: Pick up the CSS "visibility" property an honor it when painting
Andreas Kling
2022-03-18
LibWeb: Add parsing support for the remaining transform functions
Simon Wanner
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-13
LibWeb: Make StyleProperties::operator==(StyleProperties) actually work
Andreas Kling
2022-03-12
LibWeb: Add support for the text-justify property
sin-ack
2022-03-07
LibWeb: Support more CSS image-rendering values
Andreas Kling
2022-03-04
LibWeb: Preserve z-index:auto in CSS::ComputedValues
Andreas Kling
2022-02-26
LibWeb: Add vertical-align to ComputedValues
Andreas Kling
2022-02-25
LibWeb: Compute value for `content` property
Sam Atkins
2022-02-19
LibWeb: Turn StyleProperties::m_property_values into an Array
Andreas Kling
2022-02-19
LibWeb: Add support for CSS image-rendering property
Maciej
2022-02-18
LibWeb: Remove Length::Type::Undefined! :^)
Sam Atkins
2022-02-18
LibWeb: Use Optional instead of undefined-lengths for widths/heights
Sam Atkins
2022-02-08
LibWeb: Incorporate spread-distance into box-shadow rendering
Sam Atkins
2022-02-08
LibWeb: Render multiple box-shadows
Sam Atkins
2022-02-07
LibWeb: Parse `display: inline-flex`
Sam Atkins
2022-02-07
LibWeb: Add `pointer-events: all`
Sam Atkins
2022-02-04
LibWeb: Allow calc() in opacity
Sam Atkins
2022-02-04
LibWeb: Allow LengthPercentage to hold a calculated value
Sam Atkins
2022-02-04
LibWeb: Replace Length::set_calculated_style() with ::make_calculated()
Sam Atkins
2022-01-23
LibWeb: Add new property 'text-decoration-style'
Tobias Christiansen
2022-01-20
LibWeb: Convert opacity property from Length to Percentage
Sam Atkins
2022-01-20
LibWeb: Convert width/height and min-/max- versions to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Convert flex-basis to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Handle percentage and number line-heights
Sam Atkins
2022-01-20
LibWeb: Remove unused StyleProperties::background_repeat()
Sam Atkins
2021-11-10
LibWeb: Store Repeat values directly in BackgroundRepeatStyleValue
Sam Atkins
2021-11-10
LibWeb: Combine background-repeat-x/y pseudo-properties
Sam Atkins
2021-10-28
LibWeb: Make non-absolute values for line-height fall back to font-size
Andreas Kling
2021-10-28
LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)
Andreas Kling
2021-10-19
LibWeb: Make computed opacity always available
Andreas Kling
2021-10-19
LibWeb: Make computed flex-grow and flex-shrink always available
Andreas Kling
2021-10-19
LibWeb: Distinguish between integer and float in NumericStyleValue
Sam Atkins
2021-10-09
LibWeb: Add initial version of pointer-events CSS property
huwdp
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
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-09-24
LibWeb: Remove on-demand font resolution
Andreas Kling
2021-09-24
LibWeb: Start absolutizing lengths after performing the CSS cascade
Andreas Kling
2021-09-24
LibWeb: Use new StyleValue API in StyleProperties.cpp
Sam Atkins
2021-09-24
LibWeb: Clarify StyleValue API with new naming scheme
Sam Atkins
2021-09-21
LibWeb: Start implementing the CSS cascade
Andreas Kling
2021-09-18
LibWeb: Add transform property to the system
Tobias Christiansen
2021-09-17
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
Sam Atkins
2021-09-16
LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unref
Brian Gianforcaro
2021-09-15
LibWeb: Add proper parsing of the AlignItems property
Tobias Christiansen
2021-09-12
LibWeb: Correctly parse numeric and 'auto' z-index values
Sam Atkins
2021-09-12
LibWeb: Fix CSS opacity parsing
Sam Atkins
[next]