index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
StyleComputer.cpp
Age
Commit message (
Expand
)
Author
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibWeb: Handle <relative-size> values in the `font-size` CSS property
Mateusz Górzyński
2022-11-30
LibWeb: Handle <absolute-size> values in the `font-size` CSS property
Mateusz Górzyński
2022-11-07
LibWeb: Parse CSS gap property
martinfalisse
2022-11-05
LibWeb: Inherit style across shadow tree boundaries
Andreas Kling
2022-11-02
LibWeb: Resolve unresolved CSS calc() values in StyleComputer
Andreas Kling
2022-11-02
LibWeb: Do CSS var() expansion in a separate pass
Andreas Kling
2022-10-06
LibWeb: Make the initial containing block style have `display:block`
Andreas Kling
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-27
LibWeb: Use TokenStreams when expanding unresolved CSS values
Sam Atkins
2022-09-17
LibWeb: Get default fonts via Platform::FontPlugin
Andreas Kling
2022-09-15
LibWeb: Don't ignore data: URLs in @font-face src
Andreas Kling
2022-09-15
LibWeb: Fix bogus condition when checking CSS font file extensions
Andreas Kling
2022-09-14
LibWeb: Be slightly better at @font-face rules with multiple sources
Andreas Kling
2022-09-14
LibWeb: Invalidate layout whenever a CSS font is loaded
Andreas Kling
2022-09-09
LibWeb: Keep CSS sheets sorted in document tree order
Andreas Kling
2022-09-08
LibWeb: Make default CSS font settings match other browsers better
Andreas Kling
2022-09-08
LibWeb+WebContent: Add abstraction layer for generic font families
Andreas Kling
2022-09-06
LibWeb: Make CSSRule and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheetList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
Andreas Kling
2022-08-25
LibWeb: Parse grid-column and grid-row CSS values
martinfalisse
2022-07-19
LibWeb: Blockify `inline-flex` to `flex`
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-18
LibWeb: Actually use BorderRadiusShorthandStyleValue
Sam Atkins
2022-04-14
LibWeb: Make StyleProperties::property() always return a value
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Function and Parser
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Block and Parser
Sam Atkins
2022-04-12
LibWeb: Move Token and Tokenizer into Parser namespace
Sam Atkins
2022-04-12
LibWeb: Move/rename StyleBlockRule to Parser::Block
Sam Atkins
2022-04-12
LibWeb: Move/rename StyleFunctionRule to Parser::Function
Sam Atkins
2022-04-12
LibWeb: Move ComponentValue to CSS::Parser namespace
Sam Atkins
2022-04-12
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
Sam Atkins
2022-04-10
LibWeb: Cache scaled web fonts instead of recreating them every time
Andreas Kling
2022-04-09
LibWeb: Support WOFF in font-face
Simon Wanner
2022-04-09
LibWeb: Migrate SC::FontLoader from TTF::Font to Gfx::VectorFont
Simon Wanner
2022-04-09
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
Simon Wanner
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-09
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
Simon Wanner
2022-04-08
LibWeb: Load fonts from style sheet once when sheet is added
Andreas Kling
2022-04-07
LibWeb: Rename StyleComponentValueRule -> ComponentValue
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()`
Sam Atkins
2022-03-30
LibWeb: Add basic support for the attr() CSS function
Simon Wanner
2022-03-30
LibGfx: Rename FontMetrics => FontPixelMetrics
Andreas Kling
2022-03-30
LibGfx: Remove code point parameter from Gfx::Font::Metrics
Andreas Kling
2022-03-29
LibWeb: Load and use fonts described by @font-face rules :^)
Andreas Kling
2022-03-27
LibWeb: Don't round font sizes when looking them up
Andreas Kling
[next]