serenity/Base
Andreas Kling fdbad6284c LibHTML: Implement the <blink> element
Just in time for Serenity's 1st birthday, here is the <blink> element!

This patch adds a bunch of different mechanisms to enable partial
repaints of the layout tree (LayoutNode::set_needs_display()))
It also adds LayoutNode::is_visible(), which can be toggled to prevent
a LayoutNode from rendering anything (it still takes up space though.)
2019-10-09 21:25:29 +02:00
..
etc Kernel+SystemServer: Mount filesystems and start TTYServer in userspace 2019-08-17 12:07:55 +02:00
home/anon LibHTML: Implement the <blink> element 2019-10-09 21:25:29 +02:00
res LibGUI: Add a "reload" action to GCommonActions 2019-10-05 10:14:09 +02:00
usr LibC: Implement dirname() and basename() 2019-10-03 08:23:54 +02:00