Age | Commit message (Expand) | Author |
2023-05-22 | LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rows | Aliaksandr Kalenik |
2023-05-20 | LibWeb: Implement SVG opacity properties | MacDue |
2023-05-17 | LibWeb: Support flex-basis: calc(...) | Andreas Kling |
2023-05-03 | LibWeb: Don't crash on unresolvable line-height: calc() value | Andreas Kling |
2023-05-02 | LibWeb: Support multi-keyword syntax for CSS display property | Emil Militzer |
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 stop-color as a CSS property | MacDue |
2023-04-26 | LibWeb: Clamp CSS z-index to the range of a 32-bit integer | Andreas Kling |
2023-04-19 | LibWeb: Properly handle `auto` in StyleProperties::length_percentage() | Sam Atkins |
2023-03-30 | LibWeb: Remove CalculatedStyleValue from Length | Sam Atkins |
2023-03-30 | LibWeb: Let CSS::Size contain a CalculatedStyleValue | 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 |
2023-03-25 | LibWeb: Split TransformationStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split StringStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ShadowStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split GridTrackSizeStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split GridTrackPlacementStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split GridTemplateAreaStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ContentStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split AngleStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-23 | LibWeb: Parse and plumb the `accent-color` CSS property | MacDue |
2023-03-18 | LibWeb: Add temporary hack for `line-height: calc(...)` | Andreas Kling |
2023-03-18 | LibWeb: Add support for the lh and rlh length units | Simon Wanner |
2023-03-06 | LibWeb: Stop using NonnullRefPtrVector for StyleValueVector | Andreas Kling |
2023-02-21 | LibWeb+LibIDL: Fix (or paper over) various const-correctness issues | Andreas Kling |
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 |