Sam Atkins
|
3cc6cba4fe
LibWeb: Use generated value_id_to_foo() functions
|
3 年之前 |
Sam Atkins
|
4d42885327
LibWeb: Return Optional from StyleProperties::box_sizing()
|
3 年之前 |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 年之前 |
Enver Balalic
|
58398b1e12
LibWeb: Implement the flex order CSS property
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Andreas Kling
|
dd940dfa85
LibWeb: Use font-derived metrics for "line-height:normal"
|
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 年之前 |
Simon Wanner
|
c4f46893f6
LibWeb: Add parsing support for the remaining transform functions
|
3 年之前 |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年之前 |
Andreas Kling
|
630f2e0ee9
LibWeb: Make StyleProperties::operator==(StyleProperties) actually work
|
3 年之前 |
sin-ack
|
0679eadd62
LibWeb: Add support for the text-justify property
|
3 年之前 |
Andreas Kling
|
6d1a9672a4
LibWeb: Support more CSS image-rendering values
|
3 年之前 |
Andreas Kling
|
0401d7da36
LibWeb: Preserve z-index:auto in CSS::ComputedValues
|
3 年之前 |
Andreas Kling
|
1cdbd377e7
LibWeb: Add vertical-align to ComputedValues
|
3 年之前 |
Sam Atkins
|
1de0ca3286
LibWeb: Compute value for `content` property
|
3 年之前 |
Andreas Kling
|
141b01d3e3
LibWeb: Turn StyleProperties::m_property_values into an Array
|
3 年之前 |
Maciej
|
3e1c1c0b16
LibWeb: Add support for CSS image-rendering property
|
3 年之前 |
Sam Atkins
|
356d8bcfe8
LibWeb: Remove Length::Type::Undefined! :^)
|
3 年之前 |
Sam Atkins
|
5b2482a939
LibWeb: Use Optional instead of undefined-lengths for widths/heights
|
3 年之前 |
Sam Atkins
|
103613a3a9
LibWeb: Incorporate spread-distance into box-shadow rendering
|
3 年之前 |
Sam Atkins
|
10c6c77b5c
LibWeb: Render multiple box-shadows
|
3 年之前 |
Sam Atkins
|
6df0b8e889
LibWeb: Parse `display: inline-flex`
|
3 年之前 |
Sam Atkins
|
48c6cf92e3
LibWeb: Add `pointer-events: all`
|
3 年之前 |
Sam Atkins
|
e4251f3327
LibWeb: Allow calc() in opacity
|
3 年之前 |
Sam Atkins
|
ce0de4b2b4
LibWeb: Allow LengthPercentage to hold a calculated value
|
3 年之前 |