summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp
AgeCommit message (Expand)Author
2023-02-05LibWeb: Respect `font-stretch` in `StyleComputer::compute_font`Aliaksandr Kalenik
2023-02-05LibGfx: Pass font width to `FontDatabase::get()`Aliaksandr Kalenik
2023-02-03LibWeb: Parse font-stretch CSS propertyAliaksandr Kalenik
2023-01-21LibWeb: Parse `grid-area` CSS propertymartinfalisse
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
2023-01-05LibWeb: Use CSS Pixels for viewport rectsSam Atkins
2023-01-05LibWeb: Resolve Lengths to CSSPixelsSam Atkins
2023-01-05LibWeb+WebContent: Convert BrowsingContext to new pixel unitsSam Atkins
2023-01-03LibWeb: CSS don't set resolve-failures (var/attr)Vetrox
2022-12-21LibGfx: Rename TTF/TrueType to OpenTypeAndreas Kling
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