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
|
706fc3d1aa
LibWeb: Paint the text selection :^)
|
5 years ago |
Andreas Kling
|
2762e3d80a
LibWeb: Rename LineBoxFragment::render() => paint()
|
5 years ago |
Andreas Kling
|
8960c6f8fe
LibWeb: Use the cached white-space from LayoutStyle in text_for_style()
|
5 years ago |
Andreas Kling
|
440b4ece22
LibWeb: Move border width and color into LayoutStyle
|
5 years ago |
Andreas Kling
|
6b334e02e6
LibWeb: Move white-space into LayoutStyle
|
5 years ago |
Andreas Kling
|
5e83a97fa2
LibWeb: Rename LayoutNode::style() => specified_style()
|
5 years ago |
Andreas Kling
|
8c82d26668
LibWeb: Rename LayoutNode::render() to paint()
|
5 years ago |
Andreas Kling
|
07ccaa1934
LibWeb: Teach line layout to collapse whitespace across fragments
|
5 years ago |
Andreas Kling
|
656b01eb0f
LibWeb: Rework the layout engine to use relative offsets
|
5 years ago |
Andreas Kling
|
35040dd2c4
LibWeb: LayoutMode line_break_policy => LayoutMode layout_mode
|
5 years ago |
Andreas Kling
|
f01af62313
LibWeb: Basic support for display:inline-block with width:auto
|
5 years ago |
Jack Byrne
|
58480a510f
LibWeb: Improve support for white-space CSS property (#2348)
|
5 years ago |
Linus Groh
|
f8c7ab55f8
LibWeb: Implement "text-transform: {upper,lower}case"
|
5 years ago |
Andreas Kling
|
830a57c6b2
LibWeb: Rename directory LibHTML => LibWeb
|
5 years ago |