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
/
StyleValue.cpp
Age
Commit message (
Expand
)
Author
2022-08-25
LibWeb: Add GridTrackPlacementShorthandStyleValue
martinfalisse
2022-08-25
LibWeb: Add GridTrackPlacementStyleValue
martinfalisse
2022-08-25
LibWeb: Add GridTrackSizeStyleValue
martinfalisse
2022-08-23
LibWeb: Don't regenerate linear gradient data unless size changes
MacDue
2022-08-23
LibWeb: Add missing checks to LinearGradientStyleValue::equals()
MacDue
2022-08-23
LibWeb: Parse double-position `linear-gradient()` color stops
MacDue
2022-08-18
LibWeb: Parse `repeating-linear-gradient()`
MacDue
2022-08-10
LibWeb: Follow `image-rendering` when painting image style values
MacDue
2022-08-08
LibWeb: Convert images to common AbstractImageStyleValue base
MacDue
2022-08-08
LibWeb: Fix resolution of CSS clip rect
MacDue
2022-08-08
LibWeb: Fix RectStyleValue to_string() implementation
Tom
2022-08-07
LibWeb: Implement clip property
Tom
2022-08-07
LibWeb: Parse rect style value
Tom
2022-08-07
LibWeb: Support `-webkit-linear-gradient()` correctly
MacDue
2022-07-27
LibWeb: Resolve calc() FooPercentages that only contained percentages
Sam Atkins
2022-07-21
LibWeb: Stop handling impossible Percentage return values
Sam Atkins
2022-07-18
LibWeb: Calculate to <corner> angles for linear-gradients
MacDue
2022-07-17
LibWeb: Add LinearGradientStyleValue
MacDue
2022-07-17
LibWeb: Add serialize_a_srgb_value()
MacDue
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-30
LibWeb: Fix background images not showing till scrolling/repaint
MacDue
2022-06-30
LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computations
Linus Groh
2022-05-08
LibWeb: Note and fix Gfx related quirk in ColorStyleValue::to_string
stelar7
2022-04-18
LibWeb: Add missing StyleValue::equals() methods
Sam Atkins
2022-04-18
LibWeb: Add missing [as/is]_border_radius_shorthand() methods
Sam Atkins
2022-04-18
LibWeb: Rename CombinedBorderRadiusSV -> BorderRadiusShorthandSV
Sam Atkins
2022-04-18
LibWeb: Use generated TransformFunction enum and functions
Sam Atkins
2022-04-04
LibWeb: Bring BorderRadiusStyleValue::to_string() closer to spec
Igor Pissolati
2022-03-30
LibGfx: Rename FontMetrics => FontPixelMetrics
Andreas Kling
2022-03-24
LbWeb: Rename BoxShadowFoo => ShadowFoo
Sam Atkins
2022-03-22
LibWeb: Use CSS::Number for CalculatedStyleValue numbers
Sam Atkins
2022-03-19
LibWeb: Don't crash when detached document tries to use system palette
Andreas Kling
2022-03-18
LibWeb: Add parsing support for the remaining transform functions
Simon Wanner
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-06
LibWeb: Parse CSS `text-decoration-thickness` property
Karol Kosek
2022-02-26
LibWeb: Make StyleValue absolutization non-destructive
Andreas Kling
2022-02-25
LibWeb: Parse the `content` property
Sam Atkins
2022-02-24
LibWeb: Implement CSS Time class
Sam Atkins
2022-02-24
LibWeb: Implement CSS Resolution class
Sam Atkins
2022-02-24
LibWeb: Implement CSS Frequency class
Sam Atkins
2022-02-24
LibWeb: Implement CSS Angle class
Sam Atkins
2022-02-19
LibWeb: Cache and reuse some very common StyleValue objects
Andreas Kling
2022-02-18
LibWeb: Remove Length::Type::Undefined! :^)
Sam Atkins
2022-02-18
LibWeb: Use a Variant for calc() percentage_basis
Sam Atkins
2022-02-08
LibWeb: Parse spread-distance and `inset` parts of box-shadow
Sam Atkins
2022-02-04
LibWeb: Implement CalculatedStyleValue::to_string()
Sam Atkins
2022-02-04
LibWeb: Distinguish between Integer and Number calc() values
Sam Atkins
2022-02-04
LibWeb: Add resolving calc() to a number/integer/percentage
Sam Atkins
2022-02-04
LibWeb: Allow percentage tokens again when parsing calc()
Sam Atkins
2022-02-04
LibWeb: Refactor calc() resolution logic using CalculationResult
Sam Atkins
[next]