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