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
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
LibWeb: Stop using NonnullRefPtrVector for StyleValueVector
Andreas Kling
2023-02-21
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
Andreas Kling
2023-02-20
LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValue
MacDue
2023-02-17
LibWeb: Always move (Nonnull)RefPtr parameters into StyleValues
MacDue
2023-02-17
LibWeb: Use default equality operators for StyleValues
MacDue
2023-02-17
LibWeb: Use default equality operators for StyleValue helper structs
MacDue
2023-02-17
AK+LibWeb: Implement Variant equality operator
kleines Filmröllchen
2023-02-15
LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::ComponentValue to new Strings
Sam Atkins
2023-01-24
LibWeb: Propagate more StringBuilder errors in from StyleValues
MacDue
2023-01-24
LibWeb: Remove some unchecked .value() calls in StyleValue
MacDue
2023-01-21
LibWeb: Parse `grid-area` CSS property
martinfalisse
2023-01-21
LibWeb: Parse `grid-template-areas` CSS property
martinfalisse
2023-01-14
LibWeb: Use failable StringBuilder methods in StyleValue
MacDue
2023-01-14
LibWeb: Remove some unnecessary .release_value()s in StyleValue
MacDue
2023-01-13
LibWeb: Fix more ignored .to_string() errors in StyleValue
MacDue
2023-01-12
LibWeb: Fix ignored .to_string() errors in StyleValue
MacDue
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-05
LibWeb: Use CSS Pixels for viewport rects
Sam Atkins
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Convert AbstractImageStyleValue to new pixel units
Sam Atkins
2022-12-20
LibWeb: Fix passing size/position to paint_radial_gradient()
MacDue
2022-12-14
LibWeb: Convert gradient painting to new pixel units
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::FloatSize by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
LibWeb: Support `repeating-radial-gradient()`s
MacDue
2022-12-02
LibWeb: Add null checks before derefencing Bitmaps in ImageStyleValue
Marco Cutecchia
2022-11-30
LibWeb: Handle degenerate radial gradients
MacDue
2022-11-30
LibWeb: Paint `radial-gradient()`s
MacDue
2022-11-30
LibWeb: Add missing equals() function for ConicGradientStyleValue
MacDue
2022-11-30
LibWeb: Implement RadialGradientStyleValue
MacDue
2022-11-13
LibWeb: Support animated backgrounds
Moustafa Raafat
2022-11-07
LibWeb: Parse `repeating-conic-gradient()`s
MacDue
2022-11-01
LibWeb: Paint `conic-gradient()`s
MacDue
2022-11-01
LibWeb: Add PositionValue class to represent CSS `<position>`s
MacDue
2022-11-01
LibWeb: Add ConicGradientStyleValue
MacDue
2022-11-01
LibWeb: Refactor GridTrackSize classes
martinfalisse
2022-10-15
LibWeb: Add parent classes for managing GridTrackSizes
martinfalisse
2022-10-06
LibWeb: Fix bug in checking if GridTrackPlacement is auto-positioned
martinfalisse
2022-09-29
LibWeb: Make PercentageOr<T>::contains_percentage() handle more cases
Andreas Kling
2022-09-16
LibWeb: Add FilterValueListStyleValue
MacDue
2022-09-16
LibWeb: Pass values by reference in style value operator== functions
MacDue
2022-09-14
LibWeb: Add a way to ask if a PercentageOr<T> value contains percentages
Andreas Kling
2022-09-07
LibWeb: Only schedule ImageStyleValue resource load once
Andreas Kling
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
[next]