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
Age
Commit message (
Expand
)
Author
2022-04-12
LibWeb: Break friendship between CSS StyleRule and Parser
Sam Atkins
2022-04-12
LibWeb: Make StyleRule.m_at_rule_name a FlyString
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Function and Parser
Sam Atkins
2022-04-12
LibWeb: Make Function.m_name a FlyString
Sam Atkins
2022-04-12
LibWeb: Empend instead of Appending DeclarationOrAtRules
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS DeclarationOrAtRule and Parser
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Declaration and Parser
Sam Atkins
2022-04-12
LibWeb: Make Declaration.m_name a FlyString
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Block and Parser
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Number and Tokenizer
Sam Atkins
2022-04-12
LibWeb: Move Token and Tokenizer into Parser namespace
Sam Atkins
2022-04-12
LibWeb: Move StyleRule to Parser namespace
Sam Atkins
2022-04-12
LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespace
Sam Atkins
2022-04-12
LibWeb: Rename StyleRules.cpp -> StyleRule.cpp and tidy up
Sam Atkins
2022-04-12
LibWeb: Move DeclarationOrAtRule code into DeclarationOrAtRule.cpp
Sam Atkins
2022-04-12
LibWeb: Add missing include to ComponentValue.h
Sam Atkins
2022-04-12
LibWeb: Move Declaration code into Declaration.cpp
Sam Atkins
2022-04-12
LibWeb: Move/rename StyleBlockRule to Parser::Block
Sam Atkins
2022-04-12
LibWeb: Move StyleBlockRule code into StyleBlockRule.cpp
Sam Atkins
2022-04-12
LibWeb: Move/rename StyleFunctionRule to Parser::Function
Sam Atkins
2022-04-12
LibWeb: Move StyleFunctionRule code into StyleFunctionRule.cpp
Sam Atkins
2022-04-12
LibWeb: Add Formatter for ComponentValues
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-12
LibWeb: Stop manually forward-declaring types in CSS Parser.h
Sam Atkins
2022-04-12
LibWeb: Move ComponentValue code into ComponentValue.cpp
Sam Atkins
2022-04-11
LibWeb: Support CSSRule.type
Andreas Kling
2022-04-11
LibWeb: Support CSSStyleDeclaration.getPropertyPriority()
Andreas Kling
2022-04-11
LibWeb: Implement CSS declaration block's "updating flag"
Andreas Kling
2022-04-11
LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec
Andreas Kling
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: Understand the `format()` part of a `@font-face`'s `src`
Sam Atkins
2022-04-07
LibWeb: Disallow global CSS keywords in `@font-face` font-family
Sam Atkins
2022-04-07
LibWeb: Parse `@font-face` `unicode-range` descriptor
Sam Atkins
2022-04-07
LibWeb: Parse `<urange>` as CSS::UnicodeRange
Sam Atkins
2022-04-07
LibWeb: Add CSS::UnicodeRange class
Sam Atkins
2022-04-07
LibWeb: Expose Declaration's internals with getters
Sam Atkins
2022-04-07
LibWeb: Rename StyleDeclarationRule -> Declaration
Sam Atkins
2022-04-07
LibWeb: Rename StyleComponentValueRule -> ComponentValue
Sam Atkins
2022-04-04
LibWeb: Make default text-decoration-thickness a fraction of font height
Karol Kosek
2022-04-04
LibWeb: Bring BorderRadiusStyleValue::to_string() closer to spec
Igor Pissolati
2022-04-03
LibWeb: Make resolved styles handle calculated length-percentages
Simon Wanner
2022-04-02
LibWeb: Implement the flex order CSS property
Enver Balalic
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
[next]