index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibHTML
/
CSS
Age
Commit message (
Expand
)
Author
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-05
LibHTML: Replace StyleProperties::create(StyleProperties) with clone()
Matrix89
2020-01-05
Browser+LibHTML: Change the way computed styles are queried
Matrix89
2019-12-18
LibHTML: Let's display <basefont> as block-level elements for now
Andreas Kling
2019-12-18
LibHTML: Use a fixed-width font for <pre> tags, duh!
Andreas Kling
2019-12-16
LibHTML: Support the :only-child pseudo class
Andreas Kling
2019-12-16
LibHTML: Support the :empty pseudo class
Andreas Kling
2019-12-16
LibHTML: Support the :first-child and :last-child pseudo classes
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-27
LibHTML: Add shorthand expansion for border-{style,width,color}
Andreas Kling
2019-11-27
LibHTML: Implement compound selectors
Andreas Kling
2019-11-21
LibHTML: Implement some attribute selector support
Andreas Kling
2019-11-19
LibHTML: Failed font lookups should use a bold fallback when fitting
Andreas Kling
2019-11-19
LibHTML: Implement the universal selector ("*")
Andreas Kling
2019-11-19
LibHTML: Add the CSS "position" property to CSS/Properties.json
Andreas Kling
2019-11-18
LibHTML: Respect the line-height property if set
Andreas Kling
2019-11-18
LibHTML: Use floating point numbers throughout the layout tree
Andreas Kling
2019-11-18
LibHTML: Expand the "padding" shorthand property
Andreas Kling
2019-11-18
LibHTML: Implement the "margin" shorthand property
Andreas Kling
2019-11-18
LibHTML: Start building a simple code generator for CSS properties
Andreas Kling
2019-11-07
LibHTML: Fix the default style for <hr> elements
Andreas Kling
2019-11-07
LibHTML: Make the CSS parser return RefPtr's
Andreas Kling
2019-10-26
LibHTML: Make <header> and <footer> be "display: block" by default
Andreas Kling
2019-10-20
LibHTML: Implement "text-align: justify"
Andreas Kling
2019-10-20
LibHTML: Only actually-linked <a> elements should be blue+underlined
Andreas Kling
2019-10-19
LibHTML: Implement basic tiled background image support
Andreas Kling
2019-10-18
LibHTML: Add a simple font cache
Andreas Kling
2019-10-17
LibHTML: Don't assert when encountering an unknown font-weight
Andreas Kling
2019-10-17
LibHTML: Add stub classes for basic table layout
Andreas Kling
2019-10-16
LibHTML: Add the <center> element
Andreas Kling
2019-10-16
LibHTML: Implement CSS text-align: left/center/right
Andreas Kling
2019-10-14
LibHTML: Implement basic partial style invalidation
Andreas Kling
2019-10-14
LibHTML: Implement basic :hover pseudo-class support
Andreas Kling
2019-10-14
LibHTML: Parse the :link and :hover CSS pseudo-classes
Andreas Kling
2019-10-12
LibHTML: Add StyleProperties::line_height()
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
Andreas Kling
2019-10-08
LibHTML: Move selector matching into a SelectorEngine namespace
Andreas Kling
2019-10-07
LibHTML: Rename "style_properties" to "style" everywhere
Andreas Kling
2019-10-06
LibHTML: Add is<ElementType> and to<ElementType> helper functions
Andreas Kling
2019-10-06
LibHTML: Add adjacent (+) and general (~) sibling combinators
Andreas Kling
2019-10-06
LibHTML: Implement immediate-child selectors (#foo > #bar)
Andreas Kling
2019-10-06
LibHTML: Implement matching for descendant selectors
Andreas Kling
2019-10-06
LibHTML: Fall back to the system default font if we can't find a font
Andreas Kling
2019-10-06
LibHTML: Add a little bit of margin around <hr> elements
Andreas Kling
2019-10-06
LibHTML: Make the text-decoration inheritance quirk actually work
Andreas Kling
2019-10-06
LibHTML: Move font loading from LayoutText to StyleProperties
Andreas Kling
2019-10-06
LibHTML: Parse descendant relations in CSS selectors
Andreas Kling
[next]