ladybird/Userland/Libraries
Andreas Kling c266284559 LibWeb: Support creating Path2D objects from SVG path strings
This reuses the SVG path parsing code.
2022-11-30 14:43:22 +01:00
..
LibArchive LibArchive: Implement proper support for Tar file end markers 2022-11-30 08:03:31 +01:00
LibAudio LibAudio: Set asynchronous audio enqueuer thread to maximum priority 2022-11-25 17:01:44 -07:00
LibC LibC: Treat argument "-" the same as arguments that don't start with "-" 2022-11-29 13:59:47 +00:00
LibCards
LibChess
LibCodeComprehension
LibCompress Everywhere: Add support for compilation under emscripten 2022-11-26 02:23:15 +03:30
LibConfig
LibCore LibCore: Add support for ReadonlyBytes to MemoryStream 2022-11-30 12:09:53 +00:00
LibCoredump
LibCpp LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00
LibCrypt LibCrypt: Clean up crypt_r 2022-11-24 10:52:10 +00:00
LibCrypto
LibDebug
LibDesktop
LibDeviceTree
LibDiff
LibDNS
LibDSP
LibEDID
LibELF LibELF: Add stack guard hardening 2022-11-29 11:04:21 +01:00
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx: Add missing color LightBlue 2022-11-30 12:56:29 +00:00
LibGL LibGL: Use buffers in vertex pointer functions and glDrawElements 2022-11-26 09:38:13 +01:00
LibGPU
LibGUI LibGfx+LibGUI: Use constant for line spacing instead of magic number 2022-11-30 07:57:21 +01:00
LibHTTP LibCore: Add support for ReadonlyBytes to MemoryStream 2022-11-30 12:09:53 +00:00
LibIDL
LibImageDecoderClient
LibIMAP
LibIPC LibIPC: Handle ECONNRESET when reading from the IPC socket 2022-11-24 14:37:13 +01:00
LibJS LibJS: Allow CallExpressions as lhs of assignments in most cases 2022-11-30 08:05:37 +01:00
LibKeyboard
LibLine
LibLocale
LibMain
LibMarkdown
LibPartition
LibPCIDB
LibPDF LibPDF: Fix path coordinates calculation 2022-11-26 08:56:35 +01:00
LibProtocol
LibRegex
LibSanitizer
LibSoftGPU
LibSQL LibSQL: Partially implement the DELETE command 2022-11-30 11:43:13 +01:00
LibSymbolication
LibSyntax LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00
LibSystem
LibTest Everywhere: Add support for compilation under emscripten 2022-11-26 02:23:15 +03:30
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibUnicode
LibUSBDB
LibVideo LibVideo/VP9: Make get_tile_offset static and remove magic numbers 2022-11-30 08:28:30 +01:00
LibVT LibVT: Prevent u16 underflow when resizing terminal to a height of 1 2022-11-26 01:28:05 +01:00
LibWasm LibWasm: Avoid parsing if/block/loop instructions recursively 2022-11-26 02:23:15 +03:30
LibWeb LibWeb: Support creating Path2D objects from SVG path strings 2022-11-30 14:43:22 +01:00
LibWebSocket
LibWebView Browser: Replace history entry if loading URL because of a redirect 2022-11-26 11:03:24 +01:00
LibX86 LibX86: Use '+' format parameter to include signs for displacements 2022-11-26 12:50:38 +01:00
LibXML
CMakeLists.txt