ladybird/Userland/Libraries/LibWeb/CSS/StyleValues
2024-11-05 10:41:29 +00:00
..
AbstractImageStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AngleStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AngleStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BackgroundRepeatStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BackgroundRepeatStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BackgroundSizeStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BackgroundSizeStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BasicShapeStyleValue.cpp LibWeb+LibGfx: Keep path properties when cloning and implement fill-rule 2024-10-31 10:30:24 +00:00
BasicShapeStyleValue.h LibWeb+LibGfx: Keep path properties when cloning and implement fill-rule 2024-10-31 10:30:24 +00:00
BorderRadiusStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BorderRadiusStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ConicGradientStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ConicGradientStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ContentStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ContentStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CounterDefinitionsStyleValue.cpp LibWeb: Implement counter-[increment,reset,set] properties 2024-07-26 11:04:30 +01:00
CounterDefinitionsStyleValue.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
CounterStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CounterStyleValue.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
CSSColor.cpp LibWeb/CSS: Start parsing the color() function 2024-10-28 22:55:57 +01:00
CSSColor.h LibWeb/CSS: Start parsing the color() function 2024-10-28 22:55:57 +01:00
CSSColorValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CSSColorValue.h LibWeb/CSS: Add support for the lch color function 2024-10-28 23:26:19 +01:00
CSSHSL.cpp LibWeb: Introduce color-function-specific style values 2024-08-21 10:51:48 +01:00
CSSHSL.h LibWeb: Introduce color-function-specific style values 2024-08-21 10:51:48 +01:00
CSSHWB.cpp LibWeb: Introduce color-function-specific style values 2024-08-21 10:51:48 +01:00
CSSHWB.h LibWeb: Introduce color-function-specific style values 2024-08-21 10:51:48 +01:00
CSSKeywordValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CSSKeywordValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CSSLabLike.cpp LibGfx+LibWeb/CSS: Add support for the lab() color function 2024-10-27 10:20:03 +01:00
CSSLabLike.h LibWeb/CSS: Make all children of CSSLabLike share the create() method 2024-10-28 20:35:57 +01:00
CSSLCHLike.cpp LibWeb/CSS: Add support for the lch color function 2024-10-28 23:26:19 +01:00
CSSLCHLike.h LibWeb/CSS: Add support for the lch color function 2024-10-28 23:26:19 +01:00
CSSMathValue.cpp LibWeb: Add debug log message for missing calc() context 2024-10-29 14:40:40 +00:00
CSSMathValue.h LibWeb: Parse the rotate css property 2024-10-29 14:40:40 +00:00
CSSNumericValue.h LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 2024-08-21 10:51:48 +01:00
CSSRGB.cpp LibWeb/CSS: Tweak in CSSRGB::to_color() to avoid floating point errors 2024-10-22 14:18:17 +01:00
CSSRGB.h LibWeb: Introduce color-function-specific style values 2024-08-21 10:51:48 +01:00
CSSUnitValue.h LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 2024-08-21 10:51:48 +01:00
CustomIdentStyleValue.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
DisplayStyleValue.cpp LibWeb: Make StyleValue constructors infallible 2023-08-19 17:34:22 +02:00
DisplayStyleValue.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
EasingStyleValue.cpp LibWeb: Implement linear easing according to latest spec 2024-11-05 10:41:29 +00:00
EasingStyleValue.h LibWeb: Implement linear easing according to latest spec 2024-11-05 10:41:29 +00:00
EdgeStyleValue.cpp LibWeb: Use generated to_string() function for EdgeStyleValue edge 2023-11-07 22:00:24 +00:00
EdgeStyleValue.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
FilterValueListStyleValue.cpp LibWeb: Allow calculated values in css filters 2024-10-31 08:19:46 +01:00
FilterValueListStyleValue.h LibWeb: Allow calculated values in css filters 2024-10-31 08:19:46 +01:00
FlexStyleValue.h LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 2024-08-21 10:51:48 +01:00
FrequencyStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
GridAutoFlowStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
GridAutoFlowStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
GridTemplateAreaStyleValue.cpp LibWeb/CSS: Serialize empty grid-template-* values correctly 2024-10-16 08:34:02 +02:00
GridTemplateAreaStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
GridTrackPlacementStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
GridTrackPlacementStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
GridTrackSizeListStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
GridTrackSizeListStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ImageStyleValue.cpp LibWeb: Use HeapFunction for Platform::Timer 2024-10-30 20:55:45 +01:00
ImageStyleValue.h LibWeb: Make Platform::Timer GC-allocated 2024-10-30 20:55:45 +01:00
IntegerStyleValue.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
IntegerStyleValue.h LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 2024-08-21 10:51:48 +01:00
LengthStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LengthStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LinearGradientStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LinearGradientStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MathDepthStyleValue.cpp LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
MathDepthStyleValue.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
NumberStyleValue.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
NumberStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
OpenTypeTaggedStyleValue.cpp LibWeb/CSS: Introduce OpenTypeTaggedStyleValue 2024-10-02 16:28:55 +01:00
OpenTypeTaggedStyleValue.h LibWeb/CSS: Introduce OpenTypeTaggedStyleValue 2024-10-02 16:28:55 +01:00
PercentageStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PositionStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PositionStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RadialGradientStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RadialGradientStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RatioStyleValue.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
RectStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RectStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ResolutionStyleValue.h LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 2024-08-21 10:51:48 +01:00
RotationStyleValue.cpp LibWeb: Parse the rotate css property 2024-10-29 14:40:40 +00:00
RotationStyleValue.h LibWeb: Parse the rotate css property 2024-10-29 14:40:40 +00:00
ScrollbarGutterStyleValue.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
ShadowStyleValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ShadowStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ShorthandStyleValue.cpp LibWeb/CSS: Make font-stretch a legacy alias for new font-width 2024-09-28 14:42:26 +02:00
ShorthandStyleValue.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
StringStyleValue.h LibWeb/CSS: Return StringStyleValue's FlyString by reference 2024-10-02 16:28:55 +01:00
StyleValueList.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StyleValueList.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TimeStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TransformationStyleValue.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
TransformationStyleValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TransitionStyleValue.cpp LibWeb: Parse transition style values 2024-03-29 21:58:12 +01:00
TransitionStyleValue.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
UnresolvedStyleValue.cpp LibWeb/CSS: Insert whitespace between tokens in serialized UnresolvedSV 2024-10-16 08:34:31 +02:00
UnresolvedStyleValue.h LibWeb/CSS: Preserve whitespace and comments in custom properties 2024-10-16 08:34:31 +02:00
URLStyleValue.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00