Andreas Kling
|
e72896e35e
LibWeb: Get default fonts via Platform::FontPlugin
|
2 anos atrás |
Andreas Kling
|
a60c5166c6
LibWeb: Don't ignore data: URLs in @font-face src
|
2 anos atrás |
Andreas Kling
|
1c0fc75cb6
LibWeb: Fix bogus condition when checking CSS font file extensions
|
2 anos atrás |
Andreas Kling
|
6d92c1d231
LibWeb: Be slightly better at @font-face rules with multiple sources
|
2 anos atrás |
Andreas Kling
|
f64c175960
LibWeb: Invalidate layout whenever a CSS font is loaded
|
2 anos atrás |
Andreas Kling
|
524ec95bcd
LibWeb: Keep CSS sheets sorted in document tree order
|
2 anos atrás |
Andreas Kling
|
8f0a48ef23
LibWeb: Make default CSS font settings match other browsers better
|
2 anos atrás |
Andreas Kling
|
5c2e3d1637
LibWeb+WebContent: Add abstraction layer for generic font families
|
2 anos atrás |
Andreas Kling
|
12042f0757
LibWeb: Make CSSRule and all its subclasses GC-allocated
|
2 anos atrás |
Andreas Kling
|
5366924f11
LibWeb: Make StyleSheetList GC-allocated
|
2 anos atrás |
Andreas Kling
|
5d60212076
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
|
2 anos atrás |
martinfalisse
|
7bb3a8d646
LibWeb: Parse grid-column and grid-row CSS values
|
2 anos atrás |
Andreas Kling
|
cf4b7e343a
LibWeb: Blockify `inline-flex` to `flex`
|
3 anos atrás |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anos atrás |
Sam Atkins
|
ce5914230f
LibWeb: Actually use BorderRadiusShorthandStyleValue
|
3 anos atrás |
Sam Atkins
|
e941f07931
LibWeb: Make StyleProperties::property() always return a value
|
3 anos atrás |
Sam Atkins
|
d67e817d8e
LibWeb: Break friendship between CSS Function and Parser
|
3 anos atrás |
Sam Atkins
|
f235da27d9
LibWeb: Break friendship between CSS Block and Parser
|
3 anos atrás |
Sam Atkins
|
bf786d66b1
LibWeb: Move Token and Tokenizer into Parser namespace
|
3 anos atrás |
Sam Atkins
|
3e49036edf
LibWeb: Move/rename StyleBlockRule to Parser::Block
|
3 anos atrás |
Sam Atkins
|
e0b2ebcc7b
LibWeb: Move/rename StyleFunctionRule to Parser::Function
|
3 anos atrás |
Sam Atkins
|
fff2c35f51
LibWeb: Move ComponentValue to CSS::Parser namespace
|
3 anos atrás |
Sam Atkins
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
3 anos atrás |
Andreas Kling
|
751b605690
LibWeb: Cache scaled web fonts instead of recreating them every time
|
3 anos atrás |
Simon Wanner
|
539adf5b9c
LibWeb: Support WOFF in font-face
|
3 anos atrás |
Simon Wanner
|
f386b0d43c
LibWeb: Migrate SC::FontLoader from TTF::Font to Gfx::VectorFont
|
3 anos atrás |
Simon Wanner
|
5136c5ae1a
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
|
3 anos atrás |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 anos atrás |
Simon Wanner
|
6f8fd91f22
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
|
3 anos atrás |
Andreas Kling
|
6e70670e0b
LibWeb: Load fonts from style sheet once when sheet is added
|
3 anos atrás |