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
/
ComputedValues.h
Age
Commit message (
Expand
)
Author
2022-11-07
LibWeb: Parse CSS gap property
martinfalisse
2022-11-01
LibWeb: Refactor GridTrackSize classes
martinfalisse
2022-10-15
LibWeb: Add parent classes for managing GridTrackSizes
martinfalisse
2022-10-14
LibWeb: Parse the CSS align-content property
Andreas Kling
2022-10-04
LibWeb: Avoid a bunch of unnecessary copying in CSS::ComputedValues
Andreas Kling
2022-09-25
LibWeb: Use CSS::Size for computed size and max-size values
Andreas Kling
2022-09-16
LibWeb: Plumb style/computed values for `backdrop-filter`
MacDue
2022-09-08
LibWeb: Make default CSS font settings match other browsers better
Andreas Kling
2022-08-25
LibWeb: Parse grid-column-start and related CSS properties
martinfalisse
2022-08-25
LibWeb: Parse grid-template-columns and grid-template-rows
martinfalisse
2022-08-08
LibWeb: Convert images to common AbstractImageStyleValue base
MacDue
2022-08-07
LibWeb: Use rect value in CSS clip property
Tom
2022-07-26
LibWeb: Actually check if percentage used flex basis is definite
Andreas Kling
2022-07-23
LibWeb: Implement `appearance` CSS property
MacDue
2022-07-21
LibWeb: Add proper support for Angle parameters in transform functions
Sam Atkins
2022-07-17
LibWeb: Allow having a linear-gradient() as a background-image
MacDue
2022-07-12
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
Andreas Kling
2022-07-09
LibWeb: Make sure CSS::ComputedValues has initial size values
Andreas Kling
2022-07-06
LibWeb: Use correct margin & padding values in anonymous wrapper boxes
Andreas Kling
2022-06-13
LibWeb: Keep both horizontal and vertical border radii till painting
MacDue
2022-04-14
LibWeb: Allow multiple text-decoration-lines
Sam Atkins
2022-04-04
LibWeb: Make default text-decoration-thickness a fraction of font height
Karol Kosek
2022-04-02
LibWeb: Implement the flex order CSS property
Enver Balalic
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
LibWeb: Rename ComputedValues::offset() => inset()
Andreas Kling
2022-03-24
LibWeb: Parse and compute text-shadow property
Sam Atkins
2022-03-24
LbWeb: Rename BoxShadowFoo => ShadowFoo
Sam Atkins
2022-03-23
LibWeb: Parse CSS "font-variant" as part of "font"
Andreas Kling
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-12
LibWeb: Add support for the text-justify property
sin-ack
2022-03-06
LibWeb: Compute `text-decoration-thickness` values
Karol Kosek
2022-03-06
LibWeb: Compute `text-decoration-color` values
Karol Kosek
2022-02-26
LibWeb: Add vertical-align to ComputedValues
Andreas Kling
2022-02-25
LibWeb: Compute value for `content` property
Sam Atkins
2022-02-21
LibWeb: Respect font-size specified by CSS in "em" length calculations
Andreas Kling
2022-02-19
LibWeb: Add support for CSS image-rendering property
Maciej
2022-02-18
LibWeb: Use Optional instead of undefined-lengths for widths/heights
Sam Atkins
2022-02-18
LibWeb: Initialize BoxShadowData lengths to 0px instead of undefined
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-01-23
LibWeb: Add new property 'text-decoration-style'
Tobias Christiansen
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: 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: Convert `stroke-width` to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Remove unused StyleProperties::background_repeat()
Sam Atkins
[next]