Sam Atkins
|
fc7af21c7c
LibWeb: Make things aware of box-sizing
|
3 年之前 |
Andreas Kling
|
785ace4fc2
LibWeb: Remove on-demand font resolution
|
3 年之前 |
Andreas Kling
|
23a08fd35a
LibWeb: Start absolutizing lengths after performing the CSS cascade
|
3 年之前 |
Sam Atkins
|
b0324b7201
LibWeb: Use new StyleValue API in StyleProperties.cpp
|
3 年之前 |
Sam Atkins
|
4b554ba92a
LibWeb: Clarify StyleValue API with new naming scheme
|
3 年之前 |
Andreas Kling
|
d965a9552f
LibWeb: Start implementing the CSS cascade
|
3 年之前 |
Tobias Christiansen
|
9ebfafafbe
LibWeb: Add transform property to the system
|
3 年之前 |
Sam Atkins
|
86f78bff2a
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
|
3 年之前 |
Brian Gianforcaro
|
889ade06fe
LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unref
|
3 年之前 |
Tobias Christiansen
|
307f90b675
LibWeb: Add proper parsing of the AlignItems property
|
3 年之前 |
Sam Atkins
|
2a141600a3
LibWeb: Correctly parse numeric and 'auto' z-index values
|
3 年之前 |
Sam Atkins
|
b8c4320ffa
LibWeb: Fix CSS opacity parsing
|
3 年之前 |
Andreas Kling
|
9509f2ff87
LibWeb: Remove outdated FIXME about ACID2
|
3 年之前 |
Andreas Kling
|
cf8f1c5a5f
LibWeb: Remove unused CSS::StyleProperties::string_or_fallback()
|
3 年之前 |
Sam Atkins
|
b92a6d6542
LibWeb: Implement CSS `unset` builtin value
|
3 年之前 |
Sam Atkins
|
3296fd70b3
LibWeb: Intercept CSS `initial`/`inherit` values in StyleProperties
|
3 年之前 |
Sam Atkins
|
8f2ab524fa
LibWeb: Fix inverted-if typo in flex_shrink_factor()
|
3 年之前 |
Sam Atkins
|
b64b97ef88
LibWeb: Implement font-fallback
|
3 年之前 |
Sam Atkins
|
ceece1c75e
LibWeb: Handle numeric font-weights
|
3 年之前 |
Sam Atkins
|
8c39fee34d
LibWeb: Handle non-px font sizes
|
3 年之前 |
Sam Atkins
|
c8c2a8df56
LibWeb: Make '0' always be both a number and a length in CSS
|
3 年之前 |
Tobias Christiansen
|
833936f3ec
LibWeb: Add auto as a recognized argument of flex-basis
|
3 年之前 |
Brian Gianforcaro
|
217179a39f
LibWeb: Remove unused header includes
|
3 年之前 |
Tobias Christiansen
|
f1bdaafcf6
LibWeb: Make box-shadow known throughout the CSS subsystem
|
4 年之前 |
Egor Ananyin
|
0e6ba6e1d3
LibWeb: Parse and store the opacity property
|
4 年之前 |
Tobias Christiansen
|
20667dfff5
LibWeb: Plumb calculated StyleValues into CSS::Length
|
4 年之前 |
Tobias Christiansen
|
80a44c3891
LibWeb: Add parsing for the justify-content property
|
4 年之前 |
Tobias Christiansen
|
e18e2af826
LibWeb: Add roman numerals as a list-style for ol's
|
4 年之前 |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 年之前 |
Tobias Christiansen
|
ae61e9ded2
LibWeb: Add flex-grow and flex-shrink
|
4 年之前 |