Andreas Kling
|
b6f3369b66
LibWeb: Fix spelling of non_anonymous_containing_block()
|
2 лет назад |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 лет назад |
MacDue
|
377ff0ac26
LibWeb: Implement SVG `fill-rule` attribute
|
2 лет назад |
Andi Gallo
|
940d9b98ae
LibWeb: Add support for table caption
|
2 лет назад |
Sam Atkins
|
6fd3b39bef
LibWeb: Parse `aspect-ratio` property
|
2 лет назад |
Luke Wilde
|
42a183720b
LibWeb/SVG: Support url() in the stroke attribute
|
2 лет назад |
stelar7
|
a5f2024afa
LibWeb: Resolve the `transition-delay` property
|
2 лет назад |
Simon Wanner
|
293ece2292
LibWeb: Support list-style-position
|
2 лет назад |
Sam Atkins
|
1160d8186b
LibWeb: Implement IntegerStyleValue, for holding `<integer>`
|
2 лет назад |
Sam Atkins
|
ad8565011c
LibWeb: Rename NumericStyleValue -> NumberStyleValue
|
2 лет назад |
Aliaksandr Kalenik
|
258f3ea952
LibWeb: Remove Layout::TableBox
|
2 лет назад |
Sam Atkins
|
e8a946c674
LibWeb: Remove StyleValue::has/to_length()
|
2 лет назад |
Sam Atkins
|
5cbf6eb930
LibWeb: Remove StyleValue::has/to_integer()
|
2 лет назад |
Sam Atkins
|
4ecf0b7768
LibWeb: Remove StyleValue::has/to_number()
|
2 лет назад |
Andi Gallo
|
5cec517153
LibWeb: Get reference height from closest non-anonymous ancestor
|
2 лет назад |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 лет назад |
Andreas Kling
|
e2c72922f6
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
|
2 лет назад |
Aliaksandr Kalenik
|
4fc4bd6c3f
LibWeb: Set grid-auto-columns/rows in NodeWithStyle::apply_style()
|
2 лет назад |
Andreas Kling
|
6cb9d755d9
LibWeb: Don't crash on percentage values for CSS stroke-width
|
2 лет назад |
MacDue
|
00cda96e2d
LibWeb: Implement SVG opacity properties
|
2 лет назад |
Andreas Kling
|
5d4e9a0673
LibWeb: Basic support for CSS `text-indent: <length-percentage>`
|
2 лет назад |
MacDue
|
afd355c135
LibWeb: Resolve and paint SVG gradient fills
|
2 лет назад |
MacDue
|
297d8eebcd
LibWeb: Add stop-color as a CSS property
|
2 лет назад |
Linus Groh
|
754e458d0a
LibWeb/Layout: Rename Box::{paint => paintable}_box()
|
2 лет назад |
Sam Atkins
|
0f9f6aef81
LibWeb: Simplify StyleValue API now that `auto` isn't a length
|
2 лет назад |
MacDue
|
bed55ac669
LibWeb: Parse and plumb background-position-x/y
|
2 лет назад |
Sam Atkins
|
53a4a31af2
LibWeb: Remove CalculatedStyleValue from Length
|
2 лет назад |
Sam Atkins
|
4c54c5d3dd
LibWeb: Split StyleValueList out of StyleValue.{h,cpp}
|
2 лет назад |
Sam Atkins
|
b1ccd30b02
LibWeb: Split PositionStyleValue out of StyleValue.{h,cpp}
|
2 лет назад |
Sam Atkins
|
e61a5ad180
LibWeb: Split AbstractImageStyleValue out of StyleValue.{h,cpp}
|
2 лет назад |