ladybird/Userland/Libraries
Lucas CHOLLET e5b70837de LibGfx: Remove ImageDecoder::set_[non]volatile()
These methods are unused so let's remove them.
2023-07-08 01:45:46 +01:00
..
LibArchive unzip: Add option to list files of an archive 2023-06-15 21:01:51 +01:00
LibAudio LibAudio: Optimize FlacLoader by avoiding allocations 2023-07-06 19:13:36 +01:00
LibC LibC: Relax memmove() to memcpy() in more cases 2023-07-07 23:46:54 +02:00
LibCards GamesSettings+LibCards: Get rid of DeprecatedString 2023-07-06 10:15:37 +01:00
LibChess
LibCMake
LibCodeComprehension
LibCompress AK: Use hashing to accelerate searching a CircularBuffer 2023-07-06 15:06:20 +01:00
LibConfig Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
LibCore LibCore: Remove some dead code in wait_for_events 2023-07-07 09:47:30 +02:00
LibCoredump
LibCpp LibDiff: Change underlying representation of Hunk to allow context 2023-07-02 11:18:11 -06:00
LibCrypt Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
LibCrypto
LibDebug LibDebug: Keep track of the SetEpilogueBegin LineProgram OpCode 2023-06-27 12:40:38 +02:00
LibDesktop
LibDeviceTree
LibDiff LibDiff: Add a forwarding header 2023-07-06 13:22:37 +02:00
LibDNS
LibDSP Everywhere: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes 2023-06-18 08:47:51 +01:00
LibEDID
LibELF Everywhere: Remove exceptions for using #include <LibC/...> 2023-06-27 12:40:38 +02:00
LibFileSystem
LibFileSystemAccessClient LibFSAC+Userland: Pass options for FSAC::open_file() using a struct 2023-06-11 09:40:17 +01:00
LibGemini LibCore: Make NetworkJob::start() take a Stream::BufferedSocketBase& 2023-07-03 23:29:28 +02:00
LibGfx LibGfx: Remove ImageDecoder::set_[non]volatile() 2023-07-08 01:45:46 +01:00
LibGL
LibGLSL
LibGPU
LibGUI Userland: Register MIME type/extension for .tvg 2023-07-03 23:54:51 +02:00
LibHTTP LibCore: Make NetworkJob::start() take a Stream::BufferedSocketBase& 2023-07-03 23:29:28 +02:00
LibIDL LibIDL: Avoid unnecessary copies of imported paths 2023-06-15 08:09:16 +02:00
LibImageDecoderClient
LibIMAP
LibIPC
LibJS LibJS: Use local variables to store function parameters in some cases 2023-07-07 19:35:08 +02:00
LibKeyboard
LibLine LibLine: Handle any errors propagated through refresh_display() 2023-07-03 19:07:33 +03:30
LibLocale
LibMain
LibManual LibManual: Compare nodes by path 2023-07-05 16:15:42 +01:00
LibMarkdown LibMarkdown: Convert render_to_terminal to String 2023-07-03 02:05:32 +02:00
LibPartition
LibPCIDB
LibPDF LibPDF: Fix a typo in a function name 2023-07-05 18:42:39 +01:00
LibProtocol Everywhere: Correctly report progress of downloads larger than 4GiB 2023-06-19 06:13:19 +02:00
LibRegex LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
LibSanitizer Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
LibSoftGPU
LibSQL Everywhere: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes 2023-06-18 08:47:51 +01:00
LibSymbolication
LibSyntax
LibSystem Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
LibTest Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
LibTextCodec LibTextCodec: Add "get output encoding" from the Encoding specification 2023-06-19 06:12:26 +02:00
LibThreading
LibTimeZone Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
LibTLS LibTLS: Remove unused methods 2023-07-03 23:29:28 +02:00
LibUnicode
LibUSBDB
LibVideo LibVideo/VP9: Implement lossless residual decoding 2023-07-07 06:44:04 -04:00
LibVirtGPU
LibVT
LibWasm LibWasm: Stop passing a nonzero 'mode' to open(..., O_DIRECTORY) 2023-06-10 07:18:02 +02:00
LibWeb LibWeb: Support background attribute on table elements 2023-07-07 19:09:55 +01:00
LibWebSocket
LibWebView Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
LibX86
LibXML LibXML: Fix parser not leaving self-closing tags 2023-06-17 06:39:21 +02:00
CMakeLists.txt