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
/
StyleValues
Age
Commit message (
Expand
)
Author
2023-06-02
LibWeb: Add a way to resolve calc() values without a layout node
Andreas Kling
2023-06-02
LibWeb: Parse `clamp()` css math function
stelar7
2023-06-02
LibWeb: Parse `max()` css math function
stelar7
2023-06-02
LibWeb: Parse `min()` css math function
stelar7
2023-06-01
LibWeb: Convert NumberStyleValue from float to double
Sam Atkins
2023-06-01
LibWeb: Remove int usage of NumberStyleValues
Sam Atkins
2023-06-01
LibWeb: Implement IntegerStyleValue, for holding `<integer>`
Sam Atkins
2023-06-01
LibWeb: Rename NumericStyleValue -> NumberStyleValue
Sam Atkins
2023-06-01
LibWeb: Add support for parsing place-content shorthand CSS property
FalseHonesty
2023-05-31
LibWeb: Change calc node representation from float to double
stelar7
2023-05-31
LibWeb: Allow calculated values in transform
stelar7
2023-05-29
LibWeb: Add CSS CompositeStyleValue
Ali Mohammad Pur
2023-05-27
LibWeb: Remove StyleValue::has/to_length()
Sam Atkins
2023-05-27
LibWeb: Remove StyleValue::has/to_integer()
Sam Atkins
2023-05-27
LibWeb: Remove StyleValue::has/to_number()
Sam Atkins
2023-05-27
LibWeb: Remove StyleValue::has_rect()
Sam Atkins
2023-05-25
LibWeb: Add CustomIdentStyleValue, along with parsing for it
Sam Atkins
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-19
LibWeb: Use box sampling instead of bilinear scaling when downscaling
Jelle Raaijmakers
2023-05-19
Revert "LibWeb: Use box sampling instead of bilinear scaling when downscaling"
Andreas Kling
2023-05-19
LibWeb: Use box sampling instead of bilinear scaling when downscaling
Jelle Raaijmakers
2023-05-17
LibWeb: Fix off-by-one in CSS calc() "negate" operation
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-05-06
LibWeb: Stop using weird resolved() in FilterValueListStyleValue
Andreas Kling
2023-05-06
LibWeb: Propagate errors from absolutizing StyleValues
Sam Atkins
2023-05-06
LibWeb: Propagate errors from StyleValue construction
Sam Atkins
2023-05-02
LibWeb: Support multi-keyword syntax for CSS display property
Emil Militzer
2023-04-30
LibWeb: Parse `grid-template` property
martinfalisse
2023-04-30
LibWeb: Change name of GridTrackSizeListStyleValue
martinfalisse
2023-04-29
LibWeb: Wrap font metrics into a struct
Sam Atkins
2023-04-28
LibWeb: Add URLStyleValue to represent general url() values
MacDue
2023-04-28
LibWeb: Allow doing .to_color() on a StyleValue without a layout node
MacDue
2023-04-19
LibWeb: Simplify StyleValue API now that `auto` isn't a length
Sam Atkins
2023-04-19
LibWeb: Verify we don't accidentally create an `auto` LengthStyleValue
Sam Atkins
2023-04-13
LibWeb: Reimplement CalculatedStyleValue as a calculation node tree
Sam Atkins
2023-04-13
LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^)
Sam Atkins
2023-04-13
LibWeb: Move StyleValue::absolutized() back where it belongs
Sam Atkins
2023-04-03
LibWeb: Add getter for separator to StyleValueList
MacDue
2023-04-03
LibWeb: Parse and plumb background-position-x/y
MacDue
2023-04-03
LibWeb: Add EdgeStyleValue
MacDue
2023-03-30
LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-30
LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}
Sam Atkins
2023-03-30
LibWeb: Make `absolutized_length()` helper a Length method
Sam Atkins
2023-03-30
LibWeb: Move PositionValue into its own files
Sam Atkins
2023-03-30
LibWeb: Move CSS::EdgeRect into its own files
Sam Atkins
2023-03-28
LibWeb: Declare defaulted style value comparision operators inline
Andrew Kaster
2023-03-25
LibWeb: Remove now-unused includes from StyleValue.cpp
Sam Atkins
2023-03-25
LibWeb: Split StyleValueList out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split RectStyleValue out of StyleValue.{h,cpp}
Sam Atkins
[next]