serenity/Userland/Libraries
Andreas Kling 225108c830 LibWeb: Set the correct prototype for SVGAElement instances
(cherry picked from commit 4db05ecf69bee07a060f2e4513e9d53b6110dcc4)
2024-06-28 23:43:59 +02:00
..
LibAccelGfx
LibArchive
LibAudio LibAudio: Replace DeprecatedFlyString with FlyString 2024-06-25 18:32:45 -06:00
LibC LibC: Implement mkfifoat(2) 2024-05-14 22:30:39 +02:00
LibCards
LibChess LibChess: Fix crash when importing PGN 2024-05-11 07:41:57 +01:00
LibCMake
LibCodeComprehension
LibCompress LibCompress: When limiting huffman tree depth, sacrifice bottom of tree 2024-05-26 21:00:55 +02:00
LibConfig
LibCore Everywhere: Write dtors for types with incomplete members out-of-line 2024-06-25 17:42:49 +02:00
LibCoredump LibCoredump: Use AK::unwind_stack_from_frame_pointer 2024-05-14 14:02:06 -06:00
LibCpp
LibCrypt
LibCrypto LibCrypto: Milk some more performance out of galois_multiply() 2024-06-19 15:45:02 +02:00
LibDebug HackStudio: Use AK::unwind_stack_from_frame_pointer 2024-05-14 14:02:06 -06:00
LibDesktop LibDesktop+LaunchServer: Propagate AppFile arguments over IPC 2024-04-30 17:43:14 -06:00
LibDeviceTree Kernel/riscv: Use new DeviceTree helpers in PCI initializations 2024-05-02 07:44:13 -06:00
LibDiff
LibDNS
LibDSP
LibEDID
LibELF DynamicLoader: Add an option to list all ELF loaded dependencies 2024-05-14 15:42:42 -06:00
LibFileSystem
LibFileSystemAccessClient
LibGemini LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
LibGfx LibTextCodec: Fix ISO-8859-1 vs. windows-1252 handling in web contexts 2024-06-27 00:27:56 +02:00
LibGL
LibGLSL
LibGPU
LibGUI LibGfx: Remove unnecessary use of LibGUI in Gfx::Palette 2024-06-02 20:26:56 +02:00
LibHTTP LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
LibIDL LibIDL+LibWeb: Mark [FIXME] interfaces as [[Unimplemented]] 2024-06-26 16:34:37 +02:00
LibImageDecoderClient
LibIMAP
LibIPC LibIPC: Allow sync messages to completely block the event loop 2024-06-25 18:30:03 -06:00
LibJIT
LibJS LibJS: Add the [[Unimplemented]] attribute 2024-06-26 16:34:37 +02:00
LibKeyboard
LibLine
LibLocale
LibMain
LibManual
LibMarkdown
LibPartition Kernel: Prevent reference to unaligned u32 in MBRPartitionTable init 2024-05-27 17:35:42 +02:00
LibPCIDB
LibPDF LibCompress: Rename LZWDecoder => LzwDecompressor 2024-05-14 12:33:53 -06:00
LibProtocol LibWebSocket: Use HTTP::HeaderMap in WebSocket code 2024-06-26 18:50:27 +02:00
LibRegex Everywhere: Remove usages of template keyword with no parameter list 2024-06-25 17:42:49 +02:00
LibRIFF
LibSanitizer DynamicLoader+LibSanitizer: Link LibSanitizer to DynamicLoader properly 2024-05-07 16:39:17 -06:00
LibSemVer
LibSoftGPU
LibSQL
LibSymbolication Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
LibSyntax LibSyntax: Remove minor unnecessary use of LibGUI 2024-06-02 20:00:29 +02:00
LibSystem DynamicLoader+LibC: Link LibC into DynamicLoader --as-sane-people 2024-05-07 16:39:17 -06:00
LibTest LibTest: Add Test::AsyncMemory{Input,Output}Stream 2024-06-13 17:40:24 +02:00
LibTextCodec LibTextCodec: Use generated lookup tables for all single byte decoders 2024-06-27 00:27:56 +02:00
LibThreading RequestServer+LibCore+LibTLS: Use coroutines for socket connection 2024-06-19 15:45:02 +02:00
LibTimeZone
LibTLS RequestServer+LibCore+LibTLS: Use coroutines for socket connection 2024-06-19 15:45:02 +02:00
LibUnicode AK+LibUnicode: Implement a case-insensitive variant of find_byte_offset 2024-06-01 07:37:54 +02:00
LibURL LibURL: Convert ASCII only URLs to lowercase during parsing 2024-06-27 14:00:51 +02:00
LibUSBDB
LibVideo AK+Kernel+LibVideo: Include workarounds for missing P0960 only in Xcode 2024-05-21 14:24:59 +02:00
LibVirtGPU
LibVT
LibWasm LibWasm: Check source and destination offsets in memory.init 2024-06-26 22:13:13 +02:00
LibWeb LibWeb: Set the correct prototype for SVGAElement instances 2024-06-28 23:43:59 +02:00
LibWebSocket LibWebSocket: Use HTTP::HeaderMap in WebSocket code 2024-06-26 18:50:27 +02:00
LibWebView LibWebView: Allow data URLs in sanitize_url 2024-06-27 17:14:22 +02:00
LibX86
LibXML
CMakeLists.txt