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