Andreas Kling
|
92d8e559ba
LibWeb: Oops, not all length boxes should default to 'auto' values
|
4 years ago |
Andreas Kling
|
9c76c4f0cf
LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'
|
4 years ago |
Andreas Kling
|
78a51933ad
LibWeb: Use IdentifierStyleValue for CSS 'text-transform'
|
4 years ago |
Andreas Kling
|
4d7ce81835
LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line'
|
4 years ago |
Andreas Kling
|
6e7edd6e77
LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValue
|
4 years ago |
Andreas Kling
|
dd2e8b7dd0
LibWeb: Use IdentifierStyleValue for CSS 'position'
|
4 years ago |
Andreas Kling
|
3247ea3581
LibWeb: Use CSS::ValueID for 'text-align' values
|
4 years ago |
Andreas Kling
|
08517daa5a
LibWeb: Improvements to font lookup
|
4 years ago |
Andreas Kling
|
19144b753a
LibWeb: Make StyleProperties::length_box() default to auto values
|
4 years ago |
Andreas Kling
|
af757a1659
LibWeb: Naively implement the CSS clear property
|
4 years ago |
Andreas Kling
|
2cbbab8f73
LibWeb: Compute the final border-style property before painting
|
4 years ago |
Andreas Kling
|
5aeab9878e
LibWeb: Rename LayoutNode classes and move them into Layout namespace
|
4 years ago |
Andreas Kling
|
10b534849d
LibWeb: Remove ancient HTML_DEBUG debug logging
|
4 years ago |
Andreas Kling
|
5abc03db0d
Fonts: Rename font files consistently
|
4 years ago |
Luke
|
4155de2572
LibWeb: Cache the default font if we fail to find the specified font
|
4 years ago |
Andreas Kling
|
1f008c95b6
LibWeb: Move CSS classes into the Web::CSS namespace
|
5 years ago |
Andreas Kling
|
11ff9d0f17
LibWeb: Move DOM classes into the Web::DOM namespace
|
5 years ago |
Andreas Kling
|
244fe1089c
LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group
|
5 years ago |
Andreas Kling
|
62daa6f73c
LibWeb: Add the 'float' CSS property to LayoutStyle
|
5 years ago |
Andreas Kling
|
4b2ac34725
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
|
5 years ago |
Andreas Kling
|
6b334e02e6
LibWeb: Move white-space into LayoutStyle
|
5 years ago |
Andreas Kling
|
bc178ee743
LibWeb: Add CSS::Display enum and StyleProperties::display()
|
5 years ago |
Andreas Kling
|
5744dd43c5
LibWeb: Remove default Length constructor and add make_auto()/make_px()
|
5 years ago |
Andreas Kling
|
f4ecb5362f
LibWeb: Cache the used CSS text-align property on LayoutNodeWithStyle
|
5 years ago |
Andreas Kling
|
96da15a8a4
LibWeb: Respect CSS z-index property while painting
|
5 years ago |
Andreas Kling
|
7e8945601a
LibWeb: Turn <td align> into CSS text-align
|
5 years ago |
Andreas Kling
|
784ed004e6
LibWeb: Implement <center> as -libweb-center
|
5 years ago |
Andreas Kling
|
731685468a
LibWeb: Start fleshing out support for relative CSS units
|
5 years ago |
Andreas Kling
|
4a9deddb4a
LibWeb: The line-height should not be multiplied by the glyph height
|
5 years ago |
Linus Groh
|
1febee768d
AK: Replace String::trim_spaces() with String::trim_whitespace()
|
5 years ago |