ladybird/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 LibWeb: Add CSS CompositeStyleValue 2023-05-29 05:35:41 +02:00
CompositeStyleValue.h LibWeb: Add CSS CompositeStyleValue 2023-05-29 05:35:41 +02:00
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 LibWeb: Add CustomIdentStyleValue, along with parsing for it 2023-05-25 15:31:20 +01:00
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 LibWeb: Use none as initial value for grid-template-column/rows 2023-06-07 14:13:07 +02:00
GridTrackSizeListStyleValue.h LibWeb: Use none as initial value for grid-template-column/rows 2023-06-07 14:13:07 +02:00
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 LibWeb: Implement IntegerStyleValue, for holding <integer> 2023-06-01 21:04:21 +02:00
IntegerStyleValue.h LibWeb: Implement IntegerStyleValue, for holding <integer> 2023-06-01 21:04:21 +02:00
LengthStyleValue.cpp
LengthStyleValue.h LibWeb: Remove StyleValue::has/to_length() 2023-05-27 16:12:25 +02:00
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 LibWeb: Remove int usage of NumberStyleValues 2023-06-01 21:04:21 +02:00
NumberStyleValue.h LibWeb: Convert NumberStyleValue from float to double 2023-06-01 21:04:21 +02:00
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 LibWeb: Add RatioStyleValue and parsing 2023-06-09 20:37:51 +02:00
RectStyleValue.cpp
RectStyleValue.h LibWeb: Remove StyleValue::has_rect() 2023-05-27 16:12:25 +02:00
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