Andreas Kling
|
b42b7c8dd0
LibWeb: Use bitmaps for important/inherited bits in StyleProperties
|
11 months ago |
Andreas Kling
|
c288bfb404
LibWeb: Only remember source CSSStyleDeclaration for animation-name
|
11 months ago |
Sam Atkins
|
898e3bd898
Last: LibWeb: Add counter() and counters() functions to content property
|
11 months ago |
Sam Atkins
|
017d6c3314
LibWeb: Implement counter-[increment,reset,set] properties
|
11 months ago |
Edwin Hoksberg
|
020b20d817
LibWeb: Support content-visibility css
|
1 year ago |
Sam Atkins
|
9fb44cb057
LibWeb/CSS: Make StringStyleValue hold a FlyString
|
11 months ago |
Sam Atkins
|
d2f04b9f04
LibWeb/CSS: Remove unused StyleProperties::grid_area()
|
11 months ago |
rmg-x
|
df7f7268db
LibWeb: Remove `StyleProperties::compute_line_height(Layout::Node)`
|
1 year ago |
Luke Warlow
|
6623177265
LibWeb: Implement support for scrollbar-gutter
|
1 year ago |
MacDue
|
6c9069fa5d
LibWeb: Implement the SVG `clip-rule` attribute
|
1 year ago |
Aliaksandr Kalenik
|
cf7c933312
LibWeb: Add fast path to calculate invalidations for animated css props
|
1 year ago |
Andreas Kling
|
21bfa001b1
LibWeb: Make StyleProperties::m_property_values a bit smaller
|
1 year ago |
Andreas Kling
|
7be0aed4b6
LibWeb: Keep StyleProperties animated properties in a HashMap
|
1 year ago |
Aliaksandr Kalenik
|
a9b8840a82
LibWeb: Add fast path for animated style properties update
|
1 year ago |
Aliaksandr Kalenik
|
8d9e20cb03
LibWeb: Parse the CSS scrollbar-width property
|
1 year ago |
Aliaksandr Kalenik
|
a0dc9584de
LibWeb: Add "object-position" CSS property into ComputedValues
|
1 year ago |
Sam Atkins
|
391cfdc085
LibWeb: Parse the CSS transform-box property
|
1 year ago |
Andreas Kling
|
e7de5cb4d2
LibWeb: Bring CSS `line-height` closer to other engines
|
1 year ago |
Bastiaan van der Plaat
|
c443f80137
LibWeb: Allow percentages on CSS transform scale functions
|
1 year ago |
implicitfield
|
c994326d5a
LibWeb/CSS: Improve parsing of length percentage values for transforms
|
1 year ago |
Bastiaan van der Plaat
|
be7538961b
LibWeb: Add DOMMatrix string constructor and set matrix value
|
1 year ago |
Andreas Kling
|
f900957d26
LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx
|
1 year ago |
Aliaksandr Kalenik
|
2cb0039a13
LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm
|
1 year ago |
Aliaksandr Kalenik
|
af13bd8af0
LibWeb: Remove unused `StyleProperties::clone()` function
|
1 year ago |
Tobias Christiansen
|
d00c7e55a5
LibWeb: Add plumbing for the new 'object-position' property
|
1 year ago |
Tobias Christiansen
|
6602b1ddb1
LibWeb: Rename "position" enum to "positioning"
|
1 year ago |
Sam Atkins
|
642ad80960
LibWeb: Make CSS Transformation struct a proper class
|
1 year ago |
MacDue
|
479451498b
LibWeb: Implement `mask-type` CSS property
|
1 year ago |
Sam Atkins
|
9e99368694
LibWeb: Track quote-nesting level while building the layout tree
|
1 year ago |
Sam Atkins
|
d431aeed04
LibWeb: Repeat last available quote-type, instead of looping them all
|
1 year ago |