Aliaksandr Kalenik
|
225ed58f7e
LibWeb/CSS: Resolve NumericCalculationNode to percentage when requested
|
1 年之前 |
Andreas Kling
|
5b7a8891a6
LibWeb: Implement calc() value equality check in a more efficient way
|
1 年之前 |
Aliaksandr Kalenik
|
3f52d6045a
LibWeb/CSS: Resolve percentages in NumericCalculationNode
|
1 年之前 |
Sam Atkins
|
30dcbc306c
LibWeb: Make resolution calculable
|
1 年之前 |
Aliaksandr Kalenik
|
28c9015bd8
LibWeb: Resolve percentages in calc() for font-size
|
1 年之前 |
Sam Atkins
|
b0317bb3a1
LibWeb: Implement Flex and FlexStyleValue types
|
1 年之前 |
Sam Atkins
|
53f3ed026a
LibWeb: Mark CalculatedStyleValue::resolve_integer() as const
|
1 年之前 |
Aliaksandr Kalenik
|
0fb571c1c2
LibWeb: Add `Length::resolved()` overload for CSSPixels
|
1 年之前 |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
1 年之前 |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 年之前 |
Sam Atkins
|
c171810030
LibWeb: Make CalculatedStyleValue::dump() infallible
|
1 年之前 |
Sam Atkins
|
7fe97ee6c5
LibWeb: Make StyleValue::to_string() infallible
|
1 年之前 |
Sam Atkins
|
6bee81cfb6
LibWeb: Make serializing basic CSS types infallible
|
1 年之前 |
Sam Atkins
|
c20df751c9
LibWeb: Use correct NumericLimits in CalculatedStyleValue
|
1 年之前 |
Sam Atkins
|
2038cb3c81
LibWeb: Make CSS math function parsing infallible
|
1 年之前 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 年之前 |
Sam Atkins
|
dd1156fb17
LibWeb: Update spec comments for math function determined types
|
1 年之前 |
Sam Atkins
|
136dc7a1c3
LibWeb: Extract CalculationNode::constant_type_from_string() function
|
2 年之前 |
Sam Atkins
|
e4a2bd7a44
LibWeb: Move RoundingMode to Enums.json
|
1 年之前 |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 年之前 |
Sam Atkins
|
4d84080fdc
LibWeb: Implement "Determine the type of a calculation" algorithm
|
2 年之前 |
stelar7
|
d6db924d47
LibWeb: Implement CSS `rem()`
|
2 年之前 |
stelar7
|
dc042662d1
LibWeb: Implement CSS `mod()`
|
2 年之前 |
stelar7
|
b2230c826b
LibWeb: Implement CSS `round()`
|
2 年之前 |
stelar7
|
5727e276ea
LibWeb: Implement CSS `exp()`
|
2 年之前 |
stelar7
|
6dde49404a
LibWeb: Implement CSS `log()`
|
2 年之前 |
stelar7
|
fa37bb8b76
LibWeb: Implement CSS `hypot()`
|
2 年之前 |
stelar7
|
0d30fb5a6e
LibWeb: Implement CSS `sqrt()`
|
2 年之前 |
stelar7
|
9aed8ec7f0
LibWeb: Implement CSS `pow()`
|
2 年之前 |
stelar7
|
a9a62ad8c9
LibWeb: Implement CSS `atan2()`
|
2 年之前 |