Andreas Kling
|
c1f0d21bbe
LibWeb: Rename the LayoutMode enum values and explain them
|
há 3 anos atrás |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
há 3 anos atrás |
Andreas Kling
|
be5f0b5ac4
LibWeb: Move text fragment painting to PaintableWithLines
|
há 3 anos atrás |
Andreas Kling
|
e099960e4d
LibWeb: Remove a bunch of no-longer needed #includes
|
há 3 anos atrás |
Andreas Kling
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
há 3 anos atrás |
Andreas Kling
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
há 3 anos atrás |
Andreas Kling
|
4d98851aea
LibWeb: Generate a TextPaintable for every Layout::TextNode
|
há 3 anos atrás |
Andreas Kling
|
02b316fd5c
LibWeb: Let Paintable perform the painting
|
há 3 anos atrás |
Andreas Kling
|
f0d833a3d7
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
|
há 3 anos atrás |
Maciej
|
86c0961240
LibWeb: Make TextNode::ChunkIterator::try_commit_chunk() const
|
há 3 anos atrás |
Karol Kosek
|
7e599aa1e5
LibWeb: Implement missing text-decoration styles
|
há 3 anos atrás |
Karol Kosek
|
b6b116d5f2
LibWeb: Compute `text-decoration-thickness` values
|
há 3 anos atrás |
Karol Kosek
|
727e69fe11
LibWeb: Paint text decoration in front of the text
|
há 3 anos atrás |
Karol Kosek
|
f9d66bef5d
LibWeb: Compute `text-decoration-color` values
|
há 3 anos atrás |
Andreas Kling
|
e61bf997db
LibWeb: Don't break on *every character* in AllPossibleLineBreaks mode
|
há 3 anos atrás |
Andreas Kling
|
8daf603f46
LibWeb: Paint full bitmap font glyphs, even if there's overlap
|
há 3 anos atrás |
Andreas Kling
|
e91b2c57c1
LibWeb: Allow label activation via any descendant of the label node
|
há 3 anos atrás |
Tobias Christiansen
|
3b877c889b
LibWeb: Consider TextDecorationStyle when rendering text
|
há 3 anos atrás |
Andreas Kling
|
766d816db3
LibWeb: Remove old Layout::Node::split_into_lines() API
|
há 3 anos atrás |
Andreas Kling
|
7c57961c61
LibWeb: Move BrowsingContext into HTML/
|
há 3 anos atrás |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
há 3 anos atrás |
Felix Rauch
|
30c39e0e41
LibWeb: Fix inline blocks swallowing trailing whitespace
|
há 3 anos atrás |
Nico Weber
|
b8dc3661ac
Libraries: Fix -Wunreachable-code warnings from clang
|
há 3 anos atrás |
Andreas Kling
|
c4826eae4f
LibWeb: Rename Layout::BlockBox => BlockContainer
|
há 3 anos atrás |
Sam Atkins
|
b88641e44b
LibWeb: Stop painting backgrounds for TextNodes
|
há 3 anos atrás |
Andreas Kling
|
28fabd4728
LibWeb: Make Layout::Node::paint() pure virtual
|
há 3 anos atrás |
sin-ack
|
27c5eb66f1
LibWeb: Rename wrap_breaks to respect_linebreaks
|
há 3 anos atrás |
sin-ack
|
0342fe4e0c
LibWeb: Refactor TextNode::ChunkIterator
|
há 3 anos atrás |
Tobias Christiansen
|
f599f2be3d
LibWeb: Remove unneccessary breaks from text-decoration-rendering
|
há 3 anos atrás |
Tobias Christiansen
|
1fce8aefd9
LibWeb: Don't draw zero-length line for text-decoration: blink
|
há 3 anos atrás |