summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2022-04-12LibWeb: Break friendship between CSS StyleRule and ParserSam Atkins
2022-04-12LibWeb: Make StyleRule.m_at_rule_name a FlyStringSam Atkins
2022-04-12LibWeb: Break friendship between CSS Function and ParserSam Atkins
2022-04-12LibWeb: Make Function.m_name a FlyStringSam Atkins
2022-04-12LibWeb: Empend instead of Appending DeclarationOrAtRulesSam Atkins
2022-04-12LibWeb: Break friendship between CSS DeclarationOrAtRule and ParserSam Atkins
2022-04-12LibWeb: Break friendship between CSS Declaration and ParserSam Atkins
2022-04-12LibWeb: Make Declaration.m_name a FlyStringSam Atkins
2022-04-12LibWeb: Break friendship between CSS Block and ParserSam Atkins
2022-04-12LibWeb: Break friendship between CSS Number and TokenizerSam Atkins
2022-04-12LibWeb: Move Token and Tokenizer into Parser namespaceSam Atkins
2022-04-12LibWeb: Move StyleRule to Parser namespaceSam Atkins
2022-04-12LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespaceSam Atkins
2022-04-12LibWeb: Rename StyleRules.cpp -> StyleRule.cpp and tidy upSam Atkins
2022-04-12LibWeb: Move DeclarationOrAtRule code into DeclarationOrAtRule.cppSam Atkins
2022-04-12LibWeb: Add missing include to ComponentValue.hSam Atkins
2022-04-12LibWeb: Move Declaration code into Declaration.cppSam Atkins
2022-04-12LibWeb: Move/rename StyleBlockRule to Parser::BlockSam Atkins
2022-04-12LibWeb: Move StyleBlockRule code into StyleBlockRule.cppSam Atkins
2022-04-12LibWeb: Move/rename StyleFunctionRule to Parser::FunctionSam Atkins
2022-04-12LibWeb: Move StyleFunctionRule code into StyleFunctionRule.cppSam Atkins
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