Sam Atkins
|
4e48afd9a7
LibWeb: Store ShadowStyleValue's color as a StyleValue
|
před 11 měsíci |
Sam Atkins
|
6a74b01644
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
před 11 měsíci |
Sam Atkins
|
9559f0f123
LibWeb: Rename IdentifierStyleValue -> CSSKeywordValue
|
před 11 měsíci |
Sam Atkins
|
0e3487b9ab
LibWeb: Rename StyleValue -> CSSStyleValue
|
před 11 měsíci |
BenJilks
|
82989554ab
LibWeb: Use reverse direction on flex containers with `rtl` direction
|
před 11 měsíci |
Andreas Kling
|
a10610a1ca
LibWeb: Don't crash on CSS `all: revert`
|
před 11 měsíci |
Tobias Christiansen
|
794069b3cf
LibWeb: Add plumbing for new "text-overflow" CSS property
|
před 11 měsíci |
Andreas Kling
|
b42b7c8dd0
LibWeb: Use bitmaps for important/inherited bits in StyleProperties
|
před 11 měsíci |
Andreas Kling
|
c288bfb404
LibWeb: Only remember source CSSStyleDeclaration for animation-name
|
před 11 měsíci |
Sam Atkins
|
898e3bd898
Last: LibWeb: Add counter() and counters() functions to content property
|
před 11 měsíci |
Sam Atkins
|
017d6c3314
LibWeb: Implement counter-[increment,reset,set] properties
|
před 11 měsíci |
Edwin Hoksberg
|
020b20d817
LibWeb: Support content-visibility css
|
před 1 rokem |
Sam Atkins
|
9fb44cb057
LibWeb/CSS: Make StringStyleValue hold a FlyString
|
před 11 měsíci |
Sam Atkins
|
d2f04b9f04
LibWeb/CSS: Remove unused StyleProperties::grid_area()
|
před 11 měsíci |
rmg-x
|
df7f7268db
LibWeb: Remove `StyleProperties::compute_line_height(Layout::Node)`
|
před 1 rokem |
Luke Warlow
|
6623177265
LibWeb: Implement support for scrollbar-gutter
|
před 1 rokem |
MacDue
|
6c9069fa5d
LibWeb: Implement the SVG `clip-rule` attribute
|
před 1 rokem |
Aliaksandr Kalenik
|
cf7c933312
LibWeb: Add fast path to calculate invalidations for animated css props
|
před 1 rokem |
Andreas Kling
|
21bfa001b1
LibWeb: Make StyleProperties::m_property_values a bit smaller
|
před 1 rokem |
Andreas Kling
|
7be0aed4b6
LibWeb: Keep StyleProperties animated properties in a HashMap
|
před 1 rokem |
Aliaksandr Kalenik
|
a9b8840a82
LibWeb: Add fast path for animated style properties update
|
před 1 rokem |
Aliaksandr Kalenik
|
8d9e20cb03
LibWeb: Parse the CSS scrollbar-width property
|
před 1 rokem |
Aliaksandr Kalenik
|
a0dc9584de
LibWeb: Add "object-position" CSS property into ComputedValues
|
před 1 rokem |
Sam Atkins
|
391cfdc085
LibWeb: Parse the CSS transform-box property
|
před 1 rokem |
Andreas Kling
|
e7de5cb4d2
LibWeb: Bring CSS `line-height` closer to other engines
|
před 1 rokem |
Bastiaan van der Plaat
|
c443f80137
LibWeb: Allow percentages on CSS transform scale functions
|
před 1 rokem |
implicitfield
|
c994326d5a
LibWeb/CSS: Improve parsing of length percentage values for transforms
|
před 1 rokem |
Bastiaan van der Plaat
|
be7538961b
LibWeb: Add DOMMatrix string constructor and set matrix value
|
před 1 rokem |
Andreas Kling
|
f900957d26
LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx
|
před 1 rokem |
Aliaksandr Kalenik
|
2cb0039a13
LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm
|
před 1 rokem |