Andreas Kling
|
4cbec00c44
LibWeb: Actually check if percentage used flex basis is definite
|
3 년 전 |
MacDue
|
d7d34d88e5
LibWeb: Implement `appearance` CSS property
|
3 년 전 |
Sam Atkins
|
b5ab961e20
LibWeb: Add proper support for Angle parameters in transform functions
|
3 년 전 |
MacDue
|
ee7e9e7c86
LibWeb: Allow having a linear-gradient() as a background-image
|
3 년 전 |
Andreas Kling
|
2f0657739b
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
|
3 년 전 |
Andreas Kling
|
cefc931347
LibWeb: Make sure CSS::ComputedValues has initial size values
|
3 년 전 |
Andreas Kling
|
94509c9844
LibWeb: Use correct margin & padding values in anonymous wrapper boxes
|
3 년 전 |
MacDue
|
28c78b45ca
LibWeb: Keep both horizontal and vertical border radii till painting
|
3 년 전 |
Sam Atkins
|
7c91fda088
LibWeb: Allow multiple text-decoration-lines
|
3 년 전 |
Karol Kosek
|
119873b822
LibWeb: Make default text-decoration-thickness a fraction of font height
|
3 년 전 |
Enver Balalic
|
58398b1e12
LibWeb: Implement the flex order CSS property
|
3 년 전 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 년 전 |
Andreas Kling
|
fa71401bec
LibWeb: Rename ComputedValues::offset() => inset()
|
3 년 전 |
Sam Atkins
|
03daa4653f
LibWeb: Parse and compute text-shadow property
|
3 년 전 |
Sam Atkins
|
1094654adc
LbWeb: Rename BoxShadowFoo => ShadowFoo
|
3 년 전 |
Andreas Kling
|
5118a4c1e7
LibWeb: Parse CSS "font-variant" as part of "font"
|
3 년 전 |
Simon Wanner
|
dc94879b83
LibWeb: Support `transform: translate(...)` by percentage
|
3 년 전 |
Simon Wanner
|
145efbe07a
LibWeb: Apply the CSS transform-origin property
|
3 년 전 |
Andreas Kling
|
df8ef03957
LibWeb: Pick up the CSS "visibility" property an honor it when painting
|
3 년 전 |
sin-ack
|
0679eadd62
LibWeb: Add support for the text-justify property
|
3 년 전 |
Karol Kosek
|
b6b116d5f2
LibWeb: Compute `text-decoration-thickness` values
|
3 년 전 |
Karol Kosek
|
f9d66bef5d
LibWeb: Compute `text-decoration-color` values
|
3 년 전 |
Andreas Kling
|
1cdbd377e7
LibWeb: Add vertical-align to ComputedValues
|
3 년 전 |
Sam Atkins
|
1de0ca3286
LibWeb: Compute value for `content` property
|
3 년 전 |
Andreas Kling
|
c61747fb2a
LibWeb: Respect font-size specified by CSS in "em" length calculations
|
3 년 전 |
Maciej
|
3e1c1c0b16
LibWeb: Add support for CSS image-rendering property
|
3 년 전 |
Sam Atkins
|
5b2482a939
LibWeb: Use Optional instead of undefined-lengths for widths/heights
|
3 년 전 |
Sam Atkins
|
2df8d9c609
LibWeb: Initialize BoxShadowData lengths to 0px instead of undefined
|
3 년 전 |
Sam Atkins
|
103613a3a9
LibWeb: Incorporate spread-distance into box-shadow rendering
|
3 년 전 |
Sam Atkins
|
10c6c77b5c
LibWeb: Render multiple box-shadows
|
3 년 전 |