1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Userland/Libraries
Matthew Olsson 4479c1bff0 LibPDF: Add a bitmap renderer
This commit adds the Renderer class, which is responsible for rendering
a page into a Gfx::Bitmap. There are many improvements to make here,
but this is a great start!
2021-05-18 16:35:23 +02:00
..
LibArchive LibArchive: Move method implementations away from header 2021-05-17 18:14:05 +01:00
LibAudio
LibC Revert "LibC: Simplify malloc size classes" 2021-05-18 08:32:05 +02:00
LibChess Chess: Fix signed/unsigned issues 2021-05-17 18:14:05 +01:00
LibCompress LibCompress: Discard GZip NAME & COMMENT optional strings 2021-05-18 08:09:21 +02:00
LibCore LibCore: Close accepted sockets on exec() and make them non-blocking 2021-05-17 13:32:19 +02:00
LibCoreDump
LibCpp
LibCrypt
LibCrypto LibCrypto: Change static constexpr array to function local constexpr 2021-05-17 19:37:56 +01:00
LibDebug
LibDesktop
LibDiff
LibDl
LibELF LibELF: Fix an integer overflow in Image::find_sorted_symbol 2021-05-17 14:58:13 +02:00
LibGemini AK+Userland: Remove nullability feature for the ByteBuffer type 2021-05-16 17:49:42 +02:00
LibGfx LibGfx: Add support for DDS images 2021-05-18 08:45:53 +01:00
LibGL Everywhere: Fix a bunch of typos 2021-05-17 17:48:55 +01:00
LibGUI LibGUI: Reset TextEditor modified state on sucessful write_to_file 2021-05-17 21:04:54 +01:00
LibHTTP LibHTTP: Make sure we're not sending an empty path in requests 2021-05-17 21:28:00 +02:00
LibImageDecoderClient
LibIPC
LibJS LibJS: Implement Object.hasOwn() :^) 2021-05-18 11:18:19 +02:00
LibKeyboard
LibLine
LibM
LibMarkdown
LibPCIDB
LibPDF LibPDF: Add a bitmap renderer 2021-05-18 16:35:23 +02:00
LibProtocol
LibPthread Everywhere: Fix a bunch of typos 2021-05-17 17:48:55 +01:00
LibRegex
LibSQL Everywhere: Fix a bunch of typos 2021-05-17 17:48:55 +01:00
LibSymbolClient
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThread
LibTLS AK+Userland: Remove nullability feature for the ByteBuffer type 2021-05-16 17:49:42 +02:00
LibTTF
LibVT LibVT: Correct color handling 2021-05-17 18:19:49 +02:00
LibWasm LibWasm: Make clang happy by removing an 'extra' set of parenthesis 2021-05-17 23:25:30 +02:00
LibWeb LibWeb: Resolve 2-part and 3-part border-color values 2021-05-17 23:24:32 +02:00
LibWebSocket LibWebSocket: Fixed occasional infinite loop with TLS sockets 2021-05-18 08:07:56 +02:00
LibX86
CMakeLists.txt