1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 07:37:36 +00:00
serenity/Userland/Libraries/LibWeb/CSS/StyleValues
MacDue 5f0d3c083f LibWeb: Allow (explicitly) converting CSSPixels to float and int
...and remove some unnecessary cast chains.
2023-08-08 14:58:26 +02:00
..
AbstractImageStyleValue.h
AngleStyleValue.cpp
AngleStyleValue.h
BackgroundRepeatStyleValue.cpp
BackgroundRepeatStyleValue.h
BackgroundSizeStyleValue.cpp
BackgroundSizeStyleValue.h
BackgroundStyleValue.cpp
BackgroundStyleValue.h
BorderRadiusShorthandStyleValue.cpp
BorderRadiusShorthandStyleValue.h
BorderRadiusStyleValue.cpp
BorderRadiusStyleValue.h
BorderStyleValue.cpp
BorderStyleValue.h
CalculatedStyleValue.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
CalculatedStyleValue.h LibWeb: Extract CalculationNode::constant_type_from_string() function 2023-07-15 10:23:33 +02:00
ColorStyleValue.cpp
ColorStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
CompositeStyleValue.cpp
CompositeStyleValue.h
ConicGradientStyleValue.cpp
ConicGradientStyleValue.h
ContentStyleValue.cpp
ContentStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
CustomIdentStyleValue.h
DisplayStyleValue.cpp
DisplayStyleValue.h
EasingStyleValue.cpp Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2023-07-13 05:10:41 +02:00
EasingStyleValue.h Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2023-07-13 05:10:41 +02:00
EdgeStyleValue.cpp
EdgeStyleValue.h
FilterValueListStyleValue.cpp LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2023-06-13 06:08:27 +02:00
FilterValueListStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
FlexFlowStyleValue.cpp
FlexFlowStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
FlexStyleValue.cpp
FlexStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
FontStyleValue.cpp
FontStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
FrequencyStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
GridAreaShorthandStyleValue.cpp
GridAreaShorthandStyleValue.h
GridTemplateAreaStyleValue.cpp
GridTemplateAreaStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
GridTrackPlacementShorthandStyleValue.cpp
GridTrackPlacementShorthandStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
GridTrackPlacementStyleValue.cpp
GridTrackPlacementStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
GridTrackSizeListShorthandStyleValue.cpp
GridTrackSizeListShorthandStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
GridTrackSizeListStyleValue.cpp
GridTrackSizeListStyleValue.h
IdentifierStyleValue.cpp
IdentifierStyleValue.h
ImageStyleValue.cpp LibWeb: Use a separate class for shared image requests 2023-06-14 14:23:17 +02:00
ImageStyleValue.h LibWeb: Use a separate class for shared image requests 2023-06-14 14:23:17 +02:00
InheritStyleValue.h
InitialStyleValue.h
IntegerStyleValue.cpp
IntegerStyleValue.h
LengthStyleValue.cpp
LengthStyleValue.h
LinearGradientStyleValue.cpp LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2023-06-13 06:08:27 +02:00
LinearGradientStyleValue.h
ListStyleStyleValue.cpp
ListStyleStyleValue.h
NumberStyleValue.cpp
NumberStyleValue.h
OverflowStyleValue.cpp
OverflowStyleValue.h
PercentageStyleValue.h
PlaceContentStyleValue.cpp LibWeb/CSS: Serialize short version if possible for "place-" properties 2023-08-06 08:26:36 +02:00
PlaceContentStyleValue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
PlaceItemsStyleValue.cpp LibWeb/CSS: Serialize short version if possible for "place-" properties 2023-08-06 08:26:36 +02:00
PlaceItemsStyleValue.h LibWeb: Add support for "place-items" CSS property 2023-07-17 18:58:05 +02:00
PlaceSelfStyleValue.cpp LibWeb/CSS: Serialize short version if possible for "place-" properties 2023-08-06 08:26:36 +02:00
PlaceSelfStyleValue.h LibWeb: Add place-self css property support 2023-08-06 08:26:36 +02:00
PositionStyleValue.cpp
PositionStyleValue.h
RadialGradientStyleValue.cpp LibWeb: Allow (explicitly) converting CSSPixels to float and int 2023-08-08 14:58:26 +02:00
RadialGradientStyleValue.h
RatioStyleValue.h
RectStyleValue.cpp
RectStyleValue.h
ResolutionStyleValue.h
RevertStyleValue.h LibWeb: Implement the CSS revert keyword 2023-07-29 19:16:08 +02:00
ShadowStyleValue.cpp LibWeb: Support calc(...) in box-shadow's values of type Length 2023-06-25 10:27:08 +01:00
ShadowStyleValue.h LibWeb: Support calc(...) in box-shadow's values of type Length 2023-06-25 10:27:08 +01:00
StringStyleValue.h
StyleValueList.cpp
StyleValueList.h
TextDecorationStyleValue.cpp
TextDecorationStyleValue.h
TimeStyleValue.h
TransformationStyleValue.cpp
TransformationStyleValue.h
UnresolvedStyleValue.cpp
UnresolvedStyleValue.h
UnsetStyleValue.h
URLStyleValue.h