summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp
AgeCommit message (Expand)Author
2022-12-10LibWeb: Use HashMap::try_ensure_capacity in StyleComputerThomas Queiroz
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibWeb: Handle <relative-size> values in the `font-size` CSS propertyMateusz Górzyński
2022-11-30LibWeb: Handle <absolute-size> values in the `font-size` CSS propertyMateusz Górzyński
2022-11-07LibWeb: Parse CSS gap propertymartinfalisse
2022-11-05LibWeb: Inherit style across shadow tree boundariesAndreas Kling
2022-11-02LibWeb: Resolve unresolved CSS calc() values in StyleComputerAndreas Kling
2022-11-02LibWeb: Do CSS var() expansion in a separate passAndreas Kling
2022-10-06LibWeb: Make the initial containing block style have `display:block`Andreas Kling
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-27LibWeb: Use TokenStreams when expanding unresolved CSS valuesSam Atkins
2022-09-17LibWeb: Get default fonts via Platform::FontPluginAndreas Kling
2022-09-15LibWeb: Don't ignore data: URLs in @font-face srcAndreas Kling
2022-09-15LibWeb: Fix bogus condition when checking CSS font file extensionsAndreas Kling
2022-09-14LibWeb: Be slightly better at @font-face rules with multiple sourcesAndreas Kling
2022-09-14LibWeb: Invalidate layout whenever a CSS font is loadedAndreas Kling
2022-09-09LibWeb: Keep CSS sheets sorted in document tree orderAndreas Kling
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