index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibHTML
/
Frame.cpp
Age
Commit message (
Expand
)
Author
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-18
LibHTML: Ignore layout repaints outside the visible viewport
Andreas Kling
2019-12-18
LibHTML: Mark image bitmaps outside the visible viewport as volatile
Andreas Kling
2019-12-18
LibHTML: Push the visible viewport rect from HtmlView to Frame
Andreas Kling
2019-11-25
LibHTML: Give Frame a (weak) back-pointer to the HtmlView
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-04
LibHTML: Add a Frame class and use it for document layout width
Andreas Kling
2019-09-28
LibHTML: Introduce the HtmlView widget
Sergey Bugaev
2019-09-28
LibHTML: Move layout tree building to Node
Sergey Bugaev
2019-09-28
LibHTML: Get rid of the style tree
Sergey Bugaev
2019-07-08
LibHTML: Create anonymous blocks around inline children of blocks.
Andreas Kling
2019-07-08
LibHTML: Oops, fix build.
Andreas Kling
2019-07-08
LibHTML: Reorganize layout tree build so that parents add their children.
Andreas Kling
2019-07-08
LibHTML: Move layout tree building to a separate function.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling