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
/
LibWeb
/
CSS
/
StyleProperties.cpp
Age
Commit message (
Expand
)
Author
2020-10-25
Fonts: Rename font files consistently
Andreas Kling
2020-10-10
LibWeb: Cache the default font if we fail to find the specified font
Luke
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-05
LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group
Andreas Kling
2020-06-26
LibWeb: Add the 'float' CSS property to LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move white-space into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add CSS::Display enum and StyleProperties::display()
Andreas Kling
2020-06-24
LibWeb: Remove default Length constructor and add make_auto()/make_px()
Andreas Kling
2020-06-23
LibWeb: Cache the used CSS text-align property on LayoutNodeWithStyle
Andreas Kling
2020-06-15
LibWeb: Respect CSS z-index property while painting
Andreas Kling
2020-06-13
LibWeb: Turn <td align> into CSS text-align
Andreas Kling
2020-06-13
LibWeb: Implement <center> as -libweb-center
Andreas Kling
2020-06-07
LibWeb: Start fleshing out support for relative CSS units
Andreas Kling
2020-05-26
LibWeb: The line-height should not be multiplied by the glyph height
Andreas Kling
2020-05-13
AK: Replace String::trim_spaces() with String::trim_whitespace()
Linus Groh
2020-05-11
LibWeb: Add basic support for CSS percentages
Andreas Kling
2020-05-11
LibWeb: Add very basic handling of "font-family" font stacks
Linus Groh
2020-04-08
LibWeb: Remove bizarre HashMap leak in StyleProperties copy ctor
Andreas Kling
2020-03-23
LibWeb: CSS: Add "position: absolute" with top and left
myphs
2020-03-11
LibWeb: Skip non-font files when looking for fonts instead of asserting
Tibor Nagy
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling