ladybird/Libraries
Andreas Kling 61ef17b87a LibHTML: Implement basic :hover pseudo-class support
This is currently very aggressive. Whenever the Document's hovered node
changes, we invalidate all style and do a full relayout.

It does look cool though. So cool that I'm adding it to the default
stylesheet. :^)
2019-10-14 17:55:04 +02:00
..
LibAudio
LibC Kernel: Use word-sized entropy as much as possible in syscall 2019-10-13 18:03:21 +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: Fix GMenu submenu shortcut bug. 2019-10-13 08:45:49 +02:00
LibHTML LibHTML: Implement basic :hover pseudo-class support 2019-10-14 17:55:04 +02:00
LibIPC
LibM
LibMarkdown LibMarkdown: Emit properly formed HTML documents 2019-10-13 12:58:56 +02:00
LibPCIDB ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
LibThread AK: Add Atomic.h 2019-10-12 19:30:59 +02:00
LibVT