Andreas Kling
|
11580babbf
LibDraw: Put all classes in the Gfx namespace
|
5 年 前 |
Andreas Kling
|
2d39da5405
LibCore: Put all classes in the Core namespace and remove the leading C
|
5 年 前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年 前 |
Matrix89
|
c2e1dd67c9
LibHTML: Replace StyleProperties::create(StyleProperties) with clone()
|
5 年 前 |
Andreas Kling
|
dce7646882
LibHTML: Failed font lookups should use a bold fallback when fitting
|
5 年 前 |
Andreas Kling
|
b7a840fd0d
LibHTML: Respect the line-height property if set
|
5 年 前 |
Andreas Kling
|
c628ebda0f
LibHTML: Use floating point numbers throughout the layout tree
|
5 年 前 |
Andreas Kling
|
60be51f908
LibHTML: Add a simple font cache
|
5 年 前 |
Andreas Kling
|
9ac7b6fad1
LibHTML: Don't assert when encountering an unknown font-weight
|
5 年 前 |
Andreas Kling
|
735f02900b
LibHTML: Implement basic partial style invalidation
|
5 年 前 |
Andreas Kling
|
92b6a7a18f
LibHTML: Add StyleProperties::line_height()
|
5 年 前 |
Andreas Kling
|
31ac19543a
LibHTML: Use an enum for CSS property ID's
|
5 年 前 |
Andreas Kling
|
b587eb2f4d
LibHTML: Fall back to the system default font if we can't find a font
|
5 年 前 |
Andreas Kling
|
b9557bf876
LibHTML: Move font loading from LayoutText to StyleProperties
|
5 年 前 |
Andreas Kling
|
847072c2b1
LibHTML: Respect the link color set via <body link>
|
5 年 前 |
Andreas Kling
|
62cbaa74f3
LibHTML: Respect the CSS "color" property for text
|
5 年 前 |
Sergey Bugaev
|
08c751d130
LibHTML: Add StyleProperties::string_or_fallback()
|
5 年 前 |
Sergey Bugaev
|
fd0aa5dd43
LibHTML: Get rid of the style tree
|
5 年 前 |