ladybird/Userland/Libraries
2022-03-08 15:32:35 +01:00
..
LibArchive LibArchive: Implement a basic parser for tar extended headers 2022-03-05 13:17:13 +01:00
LibAudio LibAudio: Add an array conversion transitional API to Buffer 2022-02-26 17:57:55 +01:00
LibC LibC: Remove semicolon in definition of FD_ZERO 2022-03-06 13:00:42 +01:00
LibCards Libraries: Make CharacterBitmap instances at compile-time 2022-03-04 17:41:08 +01:00
LibChess
LibCompress
LibConfig Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibCore LibCore: Add wrapper for posix_openpt(), grantpt() and unlockpt() 2022-03-02 18:08:05 +01:00
LibCoredump LibCoredump: Respect coredump's LD_LIBRARY_PATH when searching libraries 2022-02-14 11:42:19 +01:00
LibCpp LibCpp: Don't include parameter type in FunctionType::to_string if null 2022-03-05 15:36:03 +01:00
LibCrypt
LibCrypto LibCrypto: Simplify and move CRC32 table to cpp file 2022-02-26 17:49:47 +00:00
LibDebug
LibDesktop LibDesktop: Rename LaunchServerConnection=>ConnectionToLaunchServer 2022-02-25 22:35:12 +01:00
LibDeviceTree
LibDiff
LibDl
LibDSP LibDSP: Allow ProcessorRangeParameter to specify if it's a log value 2022-02-28 13:59:31 +01:00
LibEDID LibEDID: Exclude DMT::MonitorTiming::name() from the Kernel 2022-02-16 22:21:37 +01:00
LibELF Kernel+LibELF+LibVT: Remove unused AK::String header includes 2022-02-16 22:21:37 +01:00
LibFileSystemAccessClient Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
LibGemini
LibGfx LibGfx: Reimplement Vector::length() as a loop 2022-03-07 11:00:45 +01:00
LibGL LibGL: East-const glTex* methods 2022-03-08 15:32:35 +01:00
LibGUI LibGUI: Animated smooth scroll interpolation 2022-03-07 22:24:24 +01:00
LibHTTP
LibImageDecoderClient Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibIMAP
LibIPC Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibJS LibJS: Use Vector instead of HashMap in DeclarativeEnvironment 2022-03-07 14:49:21 +01:00
LibKeyboard
LibLine LibLine: Reset suggestion index back to zero when fetching new ones 2022-03-06 15:34:27 +01:00
LibM
LibMain LibMain: Update header includes 2022-02-26 17:49:58 +00:00
LibMarkdown LibMarkdown: Add terminal color formatting 2022-02-17 19:54:47 +01:00
LibPCIDB
LibPDF LibPDF: Allow newlines between xref table and "trailer" keyword 2022-03-07 10:53:57 +01:00
LibProtocol Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibPthread
LibRegex LibRegex: Make codegen+optimisation for alternatives much faster 2022-02-20 11:53:59 +01:00
LibSanitizer
LibSoftGPU LibSoftGPU: Choose correct texture filter based on scale factor 2022-03-08 00:49:31 +02:00
LibSQL Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibSymbolication
LibSyntax LibGUI+LibSyntax: Stringify Highlighter::Language 2022-02-24 19:09:41 +01:00
LibSystem
LibTest LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests 2022-02-23 03:17:12 +03:30
LibTextCodec LibTextCodec: Add support for the UTF16-LE encoding 2022-03-08 14:51:06 +01:00
LibThreading LibCore: Allow event loops on other threads to wake up 2022-02-13 23:06:53 +01:00
LibTimeZone
LibTLS LibTLS: Add signature verification for DHE and ECDHE key exchange 2022-02-23 13:20:28 +03:30
LibUnicode LibUnicode: Use BCP 47 data to filter valid calendar names 2022-02-16 07:23:07 -05:00
LibUSBDB
LibVideo
LibVT LibVT: Fix crash from integer overflow in text wrapping 2022-02-28 10:29:48 +01:00
LibWasm LibWasm: Fix validation of if-else blocks 2022-02-16 22:48:32 +03:30
LibWeb LibWeb: Move Timer from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00
LibWebSocket
LibX86
CMakeLists.txt