Age | Commit message (Expand) | Author |
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 |
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 |