summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleValue.cpp
AgeCommit message (Expand)Author
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06LibWeb: Stop using NonnullRefPtrVector for StyleValueVectorAndreas Kling
2023-02-21LibWeb+LibIDL: Fix (or paper over) various const-correctness issuesAndreas Kling
2023-02-20LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValueMacDue
2023-02-17LibWeb: Always move (Nonnull)RefPtr parameters into StyleValuesMacDue
2023-02-17LibWeb: Use default equality operators for StyleValuesMacDue
2023-02-17LibWeb: Use default equality operators for StyleValue helper structsMacDue
2023-02-17AK+LibWeb: Implement Variant equality operatorkleines Filmröllchen
2023-02-15LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errorsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::ComponentValue to new StringsSam Atkins
2023-01-24LibWeb: Propagate more StringBuilder errors in from StyleValuesMacDue
2023-01-24LibWeb: Remove some unchecked .value() calls in StyleValueMacDue
2023-01-21LibWeb: Parse `grid-area` CSS propertymartinfalisse
2023-01-21LibWeb: Parse `grid-template-areas` CSS propertymartinfalisse
2023-01-14LibWeb: Use failable StringBuilder methods in StyleValueMacDue
2023-01-14LibWeb: Remove some unnecessary .release_value()s in StyleValueMacDue
2023-01-13LibWeb: Fix more ignored .to_string() errors in StyleValueMacDue
2023-01-12LibWeb: Fix ignored .to_string() errors in StyleValueMacDue
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
2023-01-05LibWeb: Use CSS Pixels for viewport rectsSam Atkins
2023-01-05LibWeb: Resolve Lengths to CSSPixelsSam Atkins
2023-01-05LibWeb: Convert AbstractImageStyleValue to new pixel unitsSam Atkins
2022-12-20LibWeb: Fix passing size/position to paint_radial_gradient()MacDue
2022-12-14LibWeb: Convert gradient painting to new pixel unitsSam Atkins
2022-12-07Meta+Userland: Pass Gfx::FloatSize by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03LibWeb: Support `repeating-radial-gradient()`sMacDue
2022-12-02LibWeb: Add null checks before derefencing Bitmaps in ImageStyleValueMarco Cutecchia
2022-11-30LibWeb: Handle degenerate radial gradientsMacDue
2022-11-30LibWeb: Paint `radial-gradient()`sMacDue
2022-11-30LibWeb: Add missing equals() function for ConicGradientStyleValueMacDue
2022-11-30LibWeb: Implement RadialGradientStyleValueMacDue
2022-11-13LibWeb: Support animated backgroundsMoustafa Raafat
2022-11-07LibWeb: Parse `repeating-conic-gradient()`sMacDue
2022-11-01LibWeb: Paint `conic-gradient()`sMacDue
2022-11-01LibWeb: Add PositionValue class to represent CSS `<position>`sMacDue
2022-11-01LibWeb: Add ConicGradientStyleValueMacDue
2022-11-01LibWeb: Refactor GridTrackSize classesmartinfalisse
2022-10-15LibWeb: Add parent classes for managing GridTrackSizesmartinfalisse
2022-10-06LibWeb: Fix bug in checking if GridTrackPlacement is auto-positionedmartinfalisse
2022-09-29LibWeb: Make PercentageOr<T>::contains_percentage() handle more casesAndreas Kling
2022-09-16LibWeb: Add FilterValueListStyleValueMacDue
2022-09-16LibWeb: Pass values by reference in style value operator== functionsMacDue
2022-09-14LibWeb: Add a way to ask if a PercentageOr<T> value contains percentagesAndreas Kling
2022-09-07LibWeb: Only schedule ImageStyleValue resource load onceAndreas Kling
2022-08-25LibWeb: Add GridTrackPlacementShorthandStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackPlacementStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackSizeStyleValuemartinfalisse
2022-08-23LibWeb: Don't regenerate linear gradient data unless size changesMacDue