1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:08:12 +00:00
serenity/LibHTML
2019-06-21 18:58:45 +02:00
..
CSS AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
DOM AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h. 2019-06-21 18:45:59 +02:00
Layout AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h. 2019-06-21 18:45:59 +02:00
Parser AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h. 2019-06-21 18:45:59 +02:00
.gitignore LibHTML: Start working on a simple HTML library. 2019-06-15 18:55:47 +02:00
Dump.cpp LibHTML: Give LayoutNodes a rect. 2019-06-16 12:26:24 +02:00
Dump.h LibHTML: Start fleshing out a basic layout tree. 2019-06-15 22:49:44 +02:00
Frame.cpp LibHTML: Add a Frame class, start fleshing out recursive layout. 2019-06-16 21:35:03 +02:00
Frame.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
Makefile LibHTML: Add the outline of a CSS stylesheet object graph. 2019-06-20 23:25:25 +02:00
test.cpp LibHTML: Add layout() overrides for LayoutText and LayoutBlock. 2019-06-20 23:00:26 +02:00