summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/Frame.h
AgeCommit message (Expand)Author
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-18LibHTML: Push the visible viewport rect from HtmlView to FrameAndreas Kling
2019-11-25LibHTML: Give Frame a (weak) back-pointer to the HtmlViewAndreas Kling
2019-10-19LibHTML: Make TreeNode inherit from Weakable by defaultAndreas Kling
2019-10-09LibHTML: Implement the <blink> elementAndreas Kling
2019-10-04LibHTML: Add a Frame class and use it for document layout widthAndreas Kling
2019-09-28LibHTML: Introduce the HtmlView widgetSergey Bugaev
2019-09-28LibHTML: Get rid of the style treeSergey Bugaev
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-08LibHTML: Move layout tree building to a separate function.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling