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
/
StyleProperties.cpp
Age
Commit message (
Expand
)
Author
2023-02-15
LibWeb: Port ComputedValues to new Strings
Sam Atkins
2023-01-21
LibWeb: Parse `grid-area` CSS property
martinfalisse
2023-01-21
LibWeb: Parse `grid-template-areas` CSS property
martinfalisse
2023-01-17
LibWeb: Support display inline-table
Aliaksandr Kalenik
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-05
LibWeb: Convert Layout::Node to new pixel units
Sam Atkins
2023-01-03
LibWeb: Parse `border-collapse` property for HTML table
martinfalisse
2023-01-01
LibWeb: Allow use of calculated property for line-height
martinfalisse
2022-12-10
LibWeb: Remove unused StyleProperties::length_or_fallback function
Karol Kosek
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-11-02
LibWeb: Don't panic on unsupported text-decoration-line values
Andreas Kling
2022-11-01
LibWeb: Refactor GridTrackSize classes
martinfalisse
2022-10-28
LibWeb: Return empty Optional<StyleProperty> for shorthand properties
Luke Wilde
2022-10-15
LibWeb: Add parent classes for managing GridTrackSizes
martinfalisse
2022-10-14
LibWeb: Parse the CSS align-content property
Andreas Kling
2022-09-25
LibWeb: Teach CSS::StyleProperties to create CSS::Size values
Andreas Kling
2022-09-17
LibWeb: Get default fonts via Platform::FontPlugin
Andreas Kling
2022-09-16
LibWeb: Plumb style/computed values for `backdrop-filter`
MacDue
2022-09-15
LibWeb: Resolve cyclic declaration/definitions involving Length
Ben Wiederhake
2022-08-25
LibWeb: Parse grid-column-start and related CSS properties
martinfalisse
2022-08-25
LibWeb: Parse grid-template-columns and grid-template-rows
martinfalisse
2022-08-25
LibWeb: Parse grid display value
martinfalisse
2022-08-07
LibWeb: Use rect value in CSS clip property
Tom
2022-07-23
LibWeb: Implement `appearance` CSS property
MacDue
2022-07-21
LibWeb: Add proper support for Angle parameters in transform functions
Sam Atkins
2022-07-12
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
Andreas Kling
2022-04-14
LibWeb: Allow multiple text-decoration-lines
Sam Atkins
2022-04-14
LibWeb: Make StyleProperties::property() always return a value
Sam Atkins
2022-04-14
LibWeb: Use generated value_id_to_foo() functions
Sam Atkins
2022-04-14
LibWeb: Return Optional from StyleProperties::box_sizing()
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-02
LibWeb: Implement the flex order CSS property
Enver Balalic
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
LibWeb: Use font-derived metrics for "line-height:normal"
Andreas Kling
2022-03-24
LibWeb: Parse and compute text-shadow property
Sam Atkins
2022-03-24
LbWeb: Rename BoxShadowFoo => ShadowFoo
Sam Atkins
2022-03-23
LibWeb: Parse CSS "font-variant" as part of "font"
Andreas Kling
2022-03-22
LibWeb: Support `transform: translate(...)` by percentage
Simon Wanner
2022-03-22
LibWeb: Apply the CSS transform-origin property
Simon Wanner
2022-03-21
LibWeb: Pick up the CSS "visibility" property an honor it when painting
Andreas Kling
2022-03-18
LibWeb: Add parsing support for the remaining transform functions
Simon Wanner
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-13
LibWeb: Make StyleProperties::operator==(StyleProperties) actually work
Andreas Kling
2022-03-12
LibWeb: Add support for the text-justify property
sin-ack
2022-03-07
LibWeb: Support more CSS image-rendering values
Andreas Kling
2022-03-04
LibWeb: Preserve z-index:auto in CSS::ComputedValues
Andreas Kling
2022-02-26
LibWeb: Add vertical-align to ComputedValues
Andreas Kling
2022-02-25
LibWeb: Compute value for `content` property
Sam Atkins
2022-02-19
LibWeb: Turn StyleProperties::m_property_values into an Array
Andreas Kling
2022-02-19
LibWeb: Add support for CSS image-rendering property
Maciej
[next]