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-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
2022-03-26
LibWeb: Resolve style values from the element inline style
Karol Kosek
2022-03-26
LibWeb: Set CSS custom properties from the element inline style
Karol Kosek
2022-03-23
LibWeb: Pass font sizes in pt rather than px to Gfx::FontDatabase
Andreas Kling
2022-03-22
LibWeb: Use a Variant for SimpleSelector's contents
Sam Atkins
2022-03-19
LibWeb: Give StyleComputer a helper for getting the current viewport
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-16
LibWeb: Make parent- and root-relative font-size work better
Andreas Kling
2022-03-15
LibWeb: Rename Element::specified_css_values() => computed_css_values()
Andreas Kling
2022-03-15
LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere
Andreas Kling
2022-03-15
LibWeb: Don't access layout nodes in StyleComputer
Andreas Kling
2022-03-13
LibWeb: Add a Vector::ensure_capacity() in collect_matching_rules()
Andreas Kling
2022-03-13
LibWeb: Don't make deep copy of custom properties for every element
Andreas Kling
2022-03-13
LibWeb: Support the CSS 'unset' value
Andreas Kling
2022-03-13
LibWeb: Apply non-CSS presentational hints before author styles
Andreas Kling
2022-03-11
LibWeb: Stub getting the initial font instead of the root one
Sam Atkins
2022-03-06
LibWeb: Parse CSS `text-decoration-thickness` property
Karol Kosek
2022-03-05
LibWeb: Set default fantasy font to Comic Book
Karol Kosek
2022-03-05
LibWeb: Set default serif font to Roman
Karol Kosek
[next]