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
/
StyleValue.h
Age
Commit message (
Expand
)
Author
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-11-18
LibHTML: Implement the "margin" shorthand property
Andreas Kling
2019-10-20
LibHTML: Implement "text-align: justify"
Andreas Kling
2019-10-19
LibHTML: Implement basic tiled background image support
Andreas Kling
2019-10-16
LibHTML: Implement CSS text-align: left/center/right
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
Andreas Kling
2019-10-06
LibHTML: Respect the link color set via <body link>
Andreas Kling
2019-10-03
LibHTML: Prettify ColorStyleValue::to_string() a little bit
Andreas Kling
2019-09-29
LibHTML: Implement basic support for background-color
Andreas Kling
2019-09-28
LibHTML: Respect the CSS "color" property for text
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-18
LibHTML: Finish the block width calculation
Andreas Kling
2019-07-26
LibHTML: A tiny bit of work towards block layout.
Andreas Kling
2019-07-08
LibHTML: Add InheritStyleValue and InitialStyleValue.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling