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 年之前 |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 年之前 |
Simon Wanner
|
6f8fd91f22
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
|
3 年之前 |
Andreas Kling
|
6e70670e0b
LibWeb: Load fonts from style sheet once when sheet is added
|
3 年之前 |
Sam Atkins
|
8b538b1578
LibWeb: Rename StyleComponentValueRule -> ComponentValue
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Sam Atkins
|
05bd0ca3ee
LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()`
|
3 年之前 |
Simon Wanner
|
6437f5da36
LibWeb: Add basic support for the attr() CSS function
|
3 年之前 |
Andreas Kling
|
344374588b
LibGfx: Rename FontMetrics => FontPixelMetrics
|
3 年之前 |