ladybird/Libraries
Andreas Kling 1bd2941467 LibDraw: Add ImageLoader, a simple abstraction for image loading
An ImageLoader is a generic interface for loading encoded image data of
any supported format. It has an ImageLoaderPlugin internally that does
all the work.

This patch adds an initial PNGImageLoaderPlugin that knows how to
retrieve the size of a PNG, and the bitmap. The API is divided into
size() and bitmap() to facilitate geometry-only decoding.
This will be useful in places like LibHTML where we need dimensions for
layout purposes but can wait with the bitmap until later.
2019-10-15 21:48:08 +02:00
..
LibAudio LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
LibC LibC: syslog and lots of compat stuff for it 2019-10-15 09:52:55 +02:00
LibCore LibCore: Put HTTP debug spam behind FOO_DEBUG macros 2019-10-15 19:51:02 +02:00
LibDraw LibDraw: Add ImageLoader, a simple abstraction for image loading 2019-10-15 21:48:08 +02:00
LibGUI LibGUI: Fix GMenu submenu shortcut bug. 2019-10-13 08:45:49 +02:00
LibHTML LibHTML: LayoutNode::set_needs_display() needs to invalidate fragments 2019-10-15 20:45:52 +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: 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 Terminal: Ensure a \t always advances by at least one column 2019-09-17 21:56:42 +02:00