Andreas Kling
|
d99b1a9ea0
|
LibHTML: Add the outline of a CSS stylesheet object graph.
|
2019-06-20 23:25:25 +02:00 |
|
Andreas Kling
|
0db2f3cbe6
|
LibHTML: Add a Frame class, start fleshing out recursive layout.
Layout is initiated from Frame::layout(). It makes the document's layout
node as wide as the frame, and then we'll take it from there.
|
2019-06-16 21:35:03 +02:00 |
|
Andreas Kling
|
e3d3e431dc
|
LibHTML: Add a LayoutStyle object (computed style for a LayoutNode.)
|
2019-06-16 13:44:09 +02:00 |
|
Andreas Kling
|
1f51c2b7da
|
LibHTML: Create some subdirectories.
|
2019-06-15 23:41:15 +02:00 |
|
Andreas Kling
|
8a0e21b22b
|
LibHTML: Start fleshing out a basic layout tree.
|
2019-06-15 22:49:44 +02:00 |
|
Andreas Kling
|
a67e823838
|
LibHTML: Start working on a simple HTML library.
I'd like to have rich text, and we might as well use HTML for that. :^)
|
2019-06-15 18:55:47 +02:00 |
|