ladybird/Libraries
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
..
LibAudio LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
LibC LibC: Add a missing mbstowcs() declaration 2019-10-09 15:06:25 +02:00
LibCore LibCore: CHttpJob::start() should fail asynchronously 2019-10-08 19:32:34 +02:00
LibDraw LibDraw: Parse some more color string formats found on the web 2019-10-06 21:40:14 +02:00
LibGUI LibGUI: Add GScrollableWidget::to_widget_position() 2019-10-09 21:16:49 +02:00
LibHTML LibHTML: Implement the <blink> element 2019-10-09 21:25:29 +02:00
LibIPC AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibM LibM: Fix Toolchain build 2019-09-29 22:07:02 +02:00
LibMarkdown LibMarkdown: Avoid emitting <pre> tags for now, to help LibHTML 2019-10-03 16:46:38 +02:00
LibPCIDB ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
LibThread LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
LibVT Terminal: Ensure a \t always advances by at least one column 2019-09-17 21:56:42 +02:00