index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
ComputedValues.h
Age
Commit message (
Expand
)
Author
2023-06-03
LibWeb: Resolve the `transition-delay` property
stelar7
2023-06-03
LibWeb: Support list-style-position
Simon Wanner
2023-05-31
LibWeb: Change calc node representation from float to double
stelar7
2023-05-27
LibWeb: Resolve border[-color,-style,-width] properties
Sam Atkins
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-22
LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rows
Aliaksandr Kalenik
2023-05-20
LibWeb: Implement SVG opacity properties
MacDue
2023-05-19
LibWeb: Use box sampling instead of bilinear scaling when downscaling
Jelle Raaijmakers
2023-05-19
Revert "LibWeb: Use box sampling instead of bilinear scaling when downscaling"
Andreas Kling
2023-05-19
LibWeb: Use box sampling instead of bilinear scaling when downscaling
Jelle Raaijmakers
2023-05-15
LibWeb: Basic support for CSS `text-indent: <length-percentage>`
Andreas Kling
2023-04-28
LibWeb: Resolve and paint SVG gradient fills
MacDue
2023-04-28
LibWeb: Add stop-color as a CSS property
MacDue
2023-03-30
LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}
Sam Atkins
2023-03-30
LibWeb: Move to_gfx_scaling_mode() helper
Sam Atkins
2023-03-30
LibWeb: Move BackgroundSize enum to ComputedValues.h
Sam Atkins
2023-03-30
LibWeb: Move FlexBasis enum to ComputedValues.h
Sam Atkins
2023-03-30
LibWeb: Remove CalculatedStyleValue from Angle
Sam Atkins
2023-03-25
LibWeb: Remove now-unused includes from StyleValue.cpp
Sam Atkins
2023-03-25
LibWeb: Split ShadowStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split AbstractImageStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-23
LibWeb: Parse and plumb the `accent-color` CSS property
MacDue
2023-02-21
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
Andreas Kling
2023-02-15
LibWeb: Port ComputedValues to new Strings
Sam Atkins
2023-01-21
LibWeb: Parse `grid-template-areas` CSS property
martinfalisse
2023-01-03
LibWeb: Parse `border-collapse` property for HTML table
martinfalisse
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-07
LibWeb: Parse CSS gap property
martinfalisse
2022-11-01
LibWeb: Refactor GridTrackSize classes
martinfalisse
2022-10-15
LibWeb: Add parent classes for managing GridTrackSizes
martinfalisse
2022-10-14
LibWeb: Parse the CSS align-content property
Andreas Kling
2022-10-04
LibWeb: Avoid a bunch of unnecessary copying in CSS::ComputedValues
Andreas Kling
2022-09-25
LibWeb: Use CSS::Size for computed size and max-size values
Andreas Kling
2022-09-16
LibWeb: Plumb style/computed values for `backdrop-filter`
MacDue
2022-09-08
LibWeb: Make default CSS font settings match other browsers better
Andreas Kling
2022-08-25
LibWeb: Parse grid-column-start and related CSS properties
martinfalisse
2022-08-25
LibWeb: Parse grid-template-columns and grid-template-rows
martinfalisse
2022-08-08
LibWeb: Convert images to common AbstractImageStyleValue base
MacDue
2022-08-07
LibWeb: Use rect value in CSS clip property
Tom
2022-07-26
LibWeb: Actually check if percentage used flex basis is definite
Andreas Kling
2022-07-23
LibWeb: Implement `appearance` CSS property
MacDue
2022-07-21
LibWeb: Add proper support for Angle parameters in transform functions
Sam Atkins
2022-07-17
LibWeb: Allow having a linear-gradient() as a background-image
MacDue
2022-07-12
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
Andreas Kling
2022-07-09
LibWeb: Make sure CSS::ComputedValues has initial size values
Andreas Kling
2022-07-06
LibWeb: Use correct margin & padding values in anonymous wrapper boxes
Andreas Kling
2022-06-13
LibWeb: Keep both horizontal and vertical border radii till painting
MacDue
2022-04-14
LibWeb: Allow multiple text-decoration-lines
Sam Atkins
2022-04-04
LibWeb: Make default text-decoration-thickness a fraction of font height
Karol Kosek
[next]