1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00
serenity/Userland/Libraries
2023-01-23 18:09:23 +00:00
..
LibArchive LibCore: Return EBADF on unsupported stream operations 2023-01-19 11:41:56 +01:00
LibAudio AK: Remove InputBitStream and OutputBitStream 2023-01-21 00:45:33 +00:00
LibC LibC: Remove #ifdef KERNEL guard from stddef.h 2023-01-21 10:43:59 -07:00
LibCards LibCards: Use AK::shuffle() for shuffling new decks 2023-01-22 21:31:36 +00:00
LibChess
LibCodeComprehension
LibCompress Userland: Add missing Math.h and IntegralMath.h header includes 2023-01-19 11:29:48 +00:00
LibConfig
LibCore LibCore: Remove FileStream 2023-01-20 20:50:42 +00:00
LibCoredump LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
LibCpp
LibCrypt
LibCrypto Everywhere: Convert known short-strings to the infallible String factory 2023-01-20 14:24:12 -05:00
LibDebug LibDebug: Use Core::Stream to read opcodes for expression evaluation 2023-01-22 19:12:26 +01:00
LibDesktop AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2023-01-17 19:52:52 -05:00
LibDeviceTree
LibDiff
LibDNS
LibDSP
LibEDID Everywhere: Remove string.h include from AK/Traits.h and resolve fallout 2023-01-21 10:43:59 -07:00
LibELF Kernel+Libraries: Don't include limits.h from LibELF/Validation.h 2023-01-21 10:43:59 -07:00
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx: Tweak an error message in XYZTagData::from_bytes 2023-01-23 18:09:23 +00:00
LibGL Everywhere: Convert known short-strings to the infallible String factory 2023-01-20 14:24:12 -05:00
LibGLSL Everywhere: Convert known short-strings to the infallible String factory 2023-01-20 14:24:12 -05:00
LibGPU Userland: Add missing Math.h and IntegralMath.h header includes 2023-01-19 11:29:48 +00:00
LibGUI LibGUI: Mimic a user click when calling Button::click() 2023-01-21 14:49:46 +01:00
LibHTTP AK: Remove FileStream 2023-01-21 14:43:56 +01:00
LibIDL
LibImageDecoderClient LibGfx: Re-work the abstractions of sending image for decoding over IPC 2023-01-20 15:13:31 +00:00
LibIMAP
LibIPC
LibJS LibJS: Add DisposableStack{, Prototype, Constructor} 2023-01-23 09:56:50 +00:00
LibKeyboard AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2023-01-17 19:52:52 -05:00
LibLine LibLine: Do a whole bunch of internal error propagation 2023-01-16 21:04:48 +00:00
LibLocale LibJS+LibLocale: Port remaining locale APIs to String 2023-01-22 01:03:13 +00:00
LibMain
LibManual
LibMarkdown
LibPartition
LibPCIDB
LibPDF LibPDF: Use Core::Stream to parse the page offset hint table 2023-01-21 00:45:33 +00:00
LibProtocol AK: Remove FileStream 2023-01-21 14:43:56 +01:00
LibRegex
LibSanitizer
LibSoftGPU
LibSQL
LibSymbolication LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
LibSyntax
LibSystem
LibTest AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2023-01-17 19:52:52 -05:00
LibTextCodec LibTextCodec: Make utf-16be and utf-16le codecs actually work 2023-01-22 21:30:44 +00:00
LibThreading
LibTimeZone
LibTLS
LibUnicode AK+LibUnicode: Provide Unicode-aware caseless String matching 2023-01-18 14:43:40 +00:00
LibUSBDB
LibVideo
LibVirtGPU Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h 2023-01-21 10:43:59 -07:00
LibVT
LibWasm LibWasm: Use AllocatingMemoryStream around Wasm::Printer 2023-01-20 20:48:40 +00:00
LibWeb LibWeb: Use CSS Pixels for overflow clip rect 2023-01-23 10:21:23 +01:00
LibWebSocket
LibWebView AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2023-01-17 19:52:52 -05:00
LibX86
LibXML
CMakeLists.txt