summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2022-04-12LibWeb: Add Formatter for ComponentValuesSam Atkins
2022-04-12LibWeb: Move ComponentValue to CSS::Parser namespaceSam Atkins
2022-04-12LibWeb: Move CSS Parser into new Web::CSS::Parser namespaceSam Atkins
2022-04-12LibWeb: Stop manually forward-declaring types in CSS Parser.hSam Atkins
2022-04-12LibWeb: Move ComponentValue code into ComponentValue.cppSam Atkins
2022-04-11LibWeb: Support CSSRule.typeAndreas Kling
2022-04-11LibWeb: Support CSSStyleDeclaration.getPropertyPriority()Andreas Kling
2022-04-11LibWeb: Implement CSS declaration block's "updating flag"Andreas Kling
2022-04-11LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to specAndreas Kling
2022-04-10LibWeb: Cache scaled web fonts instead of recreating them every timeAndreas Kling
2022-04-09LibWeb: Support WOFF in font-faceSimon Wanner
2022-04-09LibWeb: Migrate SC::FontLoader from TTF::Font to Gfx::VectorFontSimon Wanner
2022-04-09LibGfx: Move ScaledFont and new base class VectorFont out of TTFSimon Wanner
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/Simon Wanner
2022-04-08LibWeb: Load fonts from style sheet once when sheet is addedAndreas Kling
2022-04-07LibWeb: Understand the `format()` part of a `@font-face`'s `src`Sam Atkins
2022-04-07LibWeb: Disallow global CSS keywords in `@font-face` font-familySam Atkins
2022-04-07LibWeb: Parse `@font-face` `unicode-range` descriptorSam Atkins
2022-04-07LibWeb: Parse `<urange>` as CSS::UnicodeRangeSam Atkins
2022-04-07LibWeb: Add CSS::UnicodeRange classSam Atkins
2022-04-07LibWeb: Expose Declaration's internals with gettersSam Atkins
2022-04-07LibWeb: Rename StyleDeclarationRule -> DeclarationSam Atkins
2022-04-07LibWeb: Rename StyleComponentValueRule -> ComponentValueSam Atkins
2022-04-04LibWeb: Make default text-decoration-thickness a fraction of font heightKarol Kosek
2022-04-04LibWeb: Bring BorderRadiusStyleValue::to_string() closer to specIgor Pissolati
2022-04-03LibWeb: Make resolved styles handle calculated length-percentagesSimon Wanner
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31LibWeb: Replace ad-hoc EventHandler type with callback function typedefIdan Horowitz
2022-03-30LibWeb: Remove redundant `[[nodiscard]]` from CSS Parser methodsSam Atkins
2022-03-30LibWeb: Implement and use `parse_a_style_blocks_contents()`Sam Atkins
2022-03-30LibWeb: Tidy up StyleRule APISam Atkins
2022-03-30LibWeb: Spec-comment `consume_a_function()`Sam Atkins
2022-03-30LibWeb: Spec-comment `consume_a_simple_block()`Sam Atkins
2022-03-30LibWeb: Comment discrepancy from spec in `consume_a_declaration()`Sam Atkins
2022-03-30LibWeb: Spec-comment `consume_a_component_value()`Sam Atkins
2022-03-30LIbWeb: Spec-comment `consume_a_list_of_declarations()`Sam Atkins
2022-03-30LibWeb: Spec-comment `consume_a_qualified_rule()`Sam Atkins
2022-03-30LibWeb: Spec-comment `consume_an_at_rule()`Sam Atkins
2022-03-30LibWeb: Spec-comment `consume_a_list_of_rules()`Sam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_comma_separated_list_of_component_values`Sam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_list_of_component_values()`Sam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_component_value()`Sam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_list_of_declarations()`Sam Atkins
2022-03-30LibWeb: Bring `parse_a_declaration()` to spec and add commentsSam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_rule()`Sam Atkins
2022-03-30LibWeb: Use parse_a_list_of_rules() for `@media` and `@supports`Sam Atkins
2022-03-30LibWeb: Bring `parse_a_list_of_rules()` to specSam Atkins
2022-03-30LibWeb: Implement and use "parse a CSS stylesheet" algorithmSam Atkins