summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp
AgeCommit message (Expand)Author
2022-09-08LibWeb: Make default CSS font settings match other browsers betterAndreas Kling
2022-09-08LibWeb+WebContent: Add abstraction layer for generic font familiesAndreas Kling
2022-09-06LibWeb: Make CSSRule and all its subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheetList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheet and CSSStyleSheet GC-allocatedAndreas Kling
2022-08-25LibWeb: Parse grid-column and grid-row CSS valuesmartinfalisse
2022-07-19LibWeb: Blockify `inline-flex` to `flex`Andreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-18LibWeb: Actually use BorderRadiusShorthandStyleValueSam Atkins
2022-04-14LibWeb: Make StyleProperties::property() always return a valueSam Atkins
2022-04-12LibWeb: Break friendship between CSS Function and ParserSam Atkins
2022-04-12LibWeb: Break friendship between CSS Block and ParserSam Atkins
2022-04-12LibWeb: Move Token and Tokenizer into Parser namespaceSam Atkins
2022-04-12LibWeb: Move/rename StyleBlockRule to Parser::BlockSam Atkins
2022-04-12LibWeb: Move/rename StyleFunctionRule to Parser::FunctionSam 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-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: Rename StyleComponentValueRule -> ComponentValueSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-30LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()`Sam Atkins
2022-03-30LibWeb: Add basic support for the attr() CSS functionSimon Wanner
2022-03-30LibGfx: Rename FontMetrics => FontPixelMetricsAndreas Kling
2022-03-30LibGfx: Remove code point parameter from Gfx::Font::MetricsAndreas Kling
2022-03-29LibWeb: Load and use fonts described by @font-face rules :^)Andreas Kling
2022-03-27LibWeb: Don't round font sizes when looking them upAndreas Kling
2022-03-26LibWeb: Resolve style values from the element inline styleKarol Kosek
2022-03-26LibWeb: Set CSS custom properties from the element inline styleKarol Kosek
2022-03-23LibWeb: Pass font sizes in pt rather than px to Gfx::FontDatabaseAndreas Kling
2022-03-22LibWeb: Use a Variant for SimpleSelector's contentsSam Atkins
2022-03-19LibWeb: Give StyleComputer a helper for getting the current viewportAndreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-16LibWeb: Make parent- and root-relative font-size work betterAndreas Kling
2022-03-15LibWeb: Rename Element::specified_css_values() => computed_css_values()Andreas Kling
2022-03-15LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhereAndreas Kling
2022-03-15LibWeb: Don't access layout nodes in StyleComputerAndreas Kling
2022-03-13LibWeb: Add a Vector::ensure_capacity() in collect_matching_rules()Andreas Kling
2022-03-13LibWeb: Don't make deep copy of custom properties for every elementAndreas Kling
2022-03-13LibWeb: Support the CSS 'unset' valueAndreas Kling
2022-03-13LibWeb: Apply non-CSS presentational hints before author stylesAndreas Kling
2022-03-11LibWeb: Stub getting the initial font instead of the root oneSam Atkins
2022-03-06LibWeb: Parse CSS `text-decoration-thickness` propertyKarol Kosek
2022-03-05LibWeb: Set default fantasy font to Comic BookKarol Kosek
2022-03-05LibWeb: Set default serif font to RomanKarol Kosek