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
2023-02-05
LibWeb: Respect `font-stretch` in `StyleComputer::compute_font`
Aliaksandr Kalenik
2023-02-05
LibGfx: Pass font width to `FontDatabase::get()`
Aliaksandr Kalenik
2023-02-03
LibWeb: Parse font-stretch CSS property
Aliaksandr Kalenik
2023-01-21
LibWeb: Parse `grid-area` CSS property
martinfalisse
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-05
LibWeb: Use CSS Pixels for viewport rects
Sam Atkins
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2023-01-03
LibWeb: CSS don't set resolve-failures (var/attr)
Vetrox
2022-12-21
LibGfx: Rename TTF/TrueType to OpenType
Andreas Kling
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
[next]