Andreas Kling
|
2f0657739b
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
|
3 years ago |
Sam Atkins
|
7c91fda088
LibWeb: Allow multiple text-decoration-lines
|
3 years ago |
Sam Atkins
|
e941f07931
LibWeb: Make StyleProperties::property() always return a value
|
3 years ago |
Sam Atkins
|
4d42885327
LibWeb: Return Optional from StyleProperties::box_sizing()
|
3 years ago |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 years ago |
Enver Balalic
|
58398b1e12
LibWeb: Implement the flex order CSS property
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Sam Atkins
|
03daa4653f
LibWeb: Parse and compute text-shadow property
|
3 years ago |
Sam Atkins
|
1094654adc
LbWeb: Rename BoxShadowFoo => ShadowFoo
|
3 years ago |
Andreas Kling
|
5118a4c1e7
LibWeb: Parse CSS "font-variant" as part of "font"
|
3 years ago |
Simon Wanner
|
145efbe07a
LibWeb: Apply the CSS transform-origin property
|
3 years ago |
Andreas Kling
|
df8ef03957
LibWeb: Pick up the CSS "visibility" property an honor it when painting
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
sin-ack
|
0679eadd62
LibWeb: Add support for the text-justify property
|
3 years ago |
Andreas Kling
|
1cdbd377e7
LibWeb: Add vertical-align to ComputedValues
|
3 years ago |
Sam Atkins
|
1de0ca3286
LibWeb: Compute value for `content` property
|
3 years ago |
Andreas Kling
|
141b01d3e3
LibWeb: Turn StyleProperties::m_property_values into an Array
|
3 years ago |
Maciej
|
3e1c1c0b16
LibWeb: Add support for CSS image-rendering property
|
3 years ago |
Sam Atkins
|
5b2482a939
LibWeb: Use Optional instead of undefined-lengths for widths/heights
|
3 years ago |
Sam Atkins
|
10c6c77b5c
LibWeb: Render multiple box-shadows
|
3 years ago |
Tobias Christiansen
|
69aac6ecd7
LibWeb: Add new property 'text-decoration-style'
|
3 years ago |
Sam Atkins
|
dc681913e8
LibWeb: Convert width/height and min-/max- versions to LengthPercentage
|
3 years ago |
Sam Atkins
|
69878cde3e
LibWeb: Remove unused StyleProperties::background_repeat()
|
3 years ago |
Sam Atkins
|
1e53768f1b
LibWeb: Combine background-repeat-x/y pseudo-properties
|
3 years ago |
Andreas Kling
|
84b15cc7b1
LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)
|
3 years ago |
Andreas Kling
|
ff45eb7fb1
LibWeb: Make computed opacity always available
|
3 years ago |
Andreas Kling
|
07f15aa550
LibWeb: Make computed flex-grow and flex-shrink always available
|
3 years ago |
huwdp
|
ec43f7a2b0
LibWeb: Add initial version of pointer-events CSS property
|
3 years ago |
Sam Atkins
|
fc7af21c7c
LibWeb: Make things aware of box-sizing
|
3 years ago |
Andreas Kling
|
f8dd3e14ba
LibWeb: Rename CSS::StyleResolver => StyleComputer
|
3 years ago |