MacDue
|
259bb30c35
LibWeb: Add LinearGradientStyleValue
|
3 年之前 |
MacDue
|
8603541e56
LibWeb: Add serialize_a_srgb_value()
|
3 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
MacDue
|
a999b82882
LibWeb: Fix background images not showing till scrolling/repaint
|
3 年之前 |
Linus Groh
|
26fc01eecb
LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computations
|
3 年之前 |
stelar7
|
4359d4eb5d
LibWeb: Note and fix Gfx related quirk in ColorStyleValue::to_string
|
3 年之前 |
Sam Atkins
|
9272c3283b
LibWeb: Add missing StyleValue::equals() methods
|
3 年之前 |
Sam Atkins
|
025ee02144
LibWeb: Add missing [as/is]_border_radius_shorthand() methods
|
3 年之前 |
Sam Atkins
|
d9afc2d6f2
LibWeb: Rename CombinedBorderRadiusSV -> BorderRadiusShorthandSV
|
3 年之前 |
Sam Atkins
|
61ad39b110
LibWeb: Use generated TransformFunction enum and functions
|
3 年之前 |
Igor Pissolati
|
7ae116b81b
LibWeb: Bring BorderRadiusStyleValue::to_string() closer to spec
|
3 年之前 |
Andreas Kling
|
344374588b
LibGfx: Rename FontMetrics => FontPixelMetrics
|
3 年之前 |
Sam Atkins
|
1094654adc
LbWeb: Rename BoxShadowFoo => ShadowFoo
|
3 年之前 |
Sam Atkins
|
c0d3f1a5e4
LibWeb: Use CSS::Number for CalculatedStyleValue numbers
|
3 年之前 |
Andreas Kling
|
f87edd4c14
LibWeb: Don't crash when detached document tries to use system palette
|
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 年之前 |
Karol Kosek
|
0f7156ed81
LibWeb: Parse CSS `text-decoration-thickness` property
|
3 年之前 |
Andreas Kling
|
c59ab7cc8b
LibWeb: Make StyleValue absolutization non-destructive
|
3 年之前 |
Sam Atkins
|
adaab23149
LibWeb: Parse the `content` property
|
3 年之前 |
Sam Atkins
|
608bfac2a9
LibWeb: Implement CSS Time class
|
3 年之前 |
Sam Atkins
|
0465abcfec
LibWeb: Implement CSS Resolution class
|
3 年之前 |
Sam Atkins
|
bd79c303f6
LibWeb: Implement CSS Frequency class
|
3 年之前 |
Sam Atkins
|
355d1936f2
LibWeb: Implement CSS Angle class
|
3 年之前 |
Andreas Kling
|
bfe69e9d0d
LibWeb: Cache and reuse some very common StyleValue objects
|
3 年之前 |
Sam Atkins
|
356d8bcfe8
LibWeb: Remove Length::Type::Undefined! :^)
|
3 年之前 |
Sam Atkins
|
1093d6e2c3
LibWeb: Use a Variant for calc() percentage_basis
|
3 年之前 |
Sam Atkins
|
e5b0369dfd
LibWeb: Parse spread-distance and `inset` parts of box-shadow
|
3 年之前 |
Sam Atkins
|
cbdbe0c5a2
LibWeb: Implement CalculatedStyleValue::to_string()
|
3 年之前 |
Sam Atkins
|
714832e705
LibWeb: Distinguish between Integer and Number calc() values
|
3 年之前 |