Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|
Andreas Kling
|
dd419b5a8d
|
AK: Make String::number() infallible
This API will always succeed in creating a String representing the
provided number in base-10.
|
2024-10-14 20:47:35 +02:00 |
|
Andreas Kling
|
cc4b3cbacc
|
Meta: Update my e-mail address everywhere
|
2024-10-04 13:19:50 +02:00 |
|
Sam Atkins
|
7fe97ee6c5
|
LibWeb: Make StyleValue::to_string() infallible
|
2023-08-22 17:51:48 +01:00 |
|
Sam Atkins
|
8889635ba7
|
LibWeb: Remove int usage of NumberStyleValues
Use IntegerStyleValue where we should; remove the ability of
NumberStyleValue to hold integers, and add integer interpolation for
animations.
|
2023-06-01 21:04:21 +02:00 |
|
Sam Atkins
|
ad8565011c
|
LibWeb: Rename NumericStyleValue -> NumberStyleValue
This is in preparation of splitting off a separate IntegerStyleValue.
|
2023-06-01 21:04:21 +02:00 |
|