Andreas Kling
02b316fd5c
LibWeb: Let Paintable perform the painting
...
This patch adds a bunch of Paintable subclasses, each corresponding to
the Layout::Node subclasses that had a paint() override. All painting
logic is moved from layout nodes into their corresponding paintables.
Paintables are now created by asking a Layout::Box to produce one:
static NonnullOwnPtr<Paintable> Layout::Box::create_paintable()
Note that inline nodes still have their painting logic. Since they
are not boxes, and all paintables have a corresponding box, we'll need
to come up with some other solution for them.
2022-03-11 00:21:49 +01:00
..
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-04 12:34:26 +01:00
2022-02-21 18:35:12 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-02-21 18:35:12 +01:00
2022-02-21 18:35:12 +01:00
2022-03-05 21:26:19 +01:00
2022-03-01 23:26:35 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-09 18:47:32 +01:00
2022-02-21 18:35:12 +01:00
2022-03-08 00:19:49 +01:00
2022-03-08 00:19:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-02-15 23:24:41 +01:00
2022-03-09 18:47:32 +01:00
2022-03-09 18:47:32 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-09 18:47:32 +01:00
2022-03-09 18:47:32 +01:00
2022-02-25 19:35:34 +01:00
2022-02-25 19:35:34 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-02-28 16:49:24 +01:00
2022-02-21 18:35:12 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-02-21 18:35:12 +01:00
2022-02-21 18:35:12 +01:00
2022-02-25 19:35:34 +01:00
2022-02-25 19:35:34 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-10 17:30:09 +01:00