Andreas Kling
|
04b9dc2d30
|
Libraries: Create top level directory for libraries.
Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/.
|
2019-07-04 16:16:50 +02:00 |
|
Andreas Kling
|
c7cf6f00fc
|
LibHTML: Let the layout tree own the style tree.
Each layout node is now constructed with an owning back-pointer to the style
tree node that originated it.
|
2019-07-03 07:19:29 +02:00 |
|
Andreas Kling
|
7eef69ad4b
|
LibHTML: Refactor to go from DOM -> styled tree -> layout tree.
Frame::layout() drives everything now, it takes the DOM contained in the
frame and puts it through the tree transformations.
|
2019-06-29 21:42:07 +02:00 |
|
Andreas Kling
|
1f51c2b7da
|
LibHTML: Create some subdirectories.
|
2019-06-15 23:41:15 +02:00 |
|