Sergey Bugaev
|
235dee8c42
|
LibHTML: Implement rendering
|
2019-09-28 18:29:42 +02:00 |
|
Sergey Bugaev
|
fd0aa5dd43
|
LibHTML: Get rid of the style tree
We now create a layout tree directly from the DOM tree.
This way we don't actually lose text nodes ^)
|
2019-09-28 18:29:42 +02:00 |
|
Andreas Kling
|
fc43cf929d
|
LibHTML: Implement basic block height computation
..and add vertical box properties to the layout tree dumps.
|
2019-08-18 08:39:52 +02:00 |
|
Andreas Kling
|
fc127eb769
|
LibHTML: Create anonymous blocks around inline children of blocks.
|
2019-07-08 17:42:23 +02:00 |
|
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 |
|