serenity/Userland/Libraries
kleines Filmröllchen 001ea22917 AK+LibCore: Make output buffered stream seekable
Just like with input buffered streams, we don't currently have a use
case for output buffered streams which aren't seekable, since the main
application are files.
2023-08-12 12:25:26 -06:00
..
LibArchive
LibAudio Userland: Open files for save in write-only mode 2023-08-08 15:13:43 +02:00
LibC Kernel+LibC: Pass 64-bit integers in syscalls by value 2023-08-12 01:14:26 +02:00
LibCards AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
LibChess Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
LibCMake
LibCodeComprehension AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
LibCompress
LibConfig
LibCore AK+LibCore: Make output buffered stream seekable 2023-08-12 12:25:26 -06:00
LibCoredump
LibCpp
LibCrypt
LibCrypto Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
LibDebug
LibDesktop
LibDeviceTree
LibDiff
LibDNS
LibDSP Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
LibEDID
LibELF
LibFileSystem
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx: Add support for WOFF2 compressed web fonts 2023-08-12 20:12:13 +02:00
LibGL
LibGLSL AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
LibGPU
LibGUI Meta+Userland: Allow generating C++ initializer code from GML 2023-08-11 21:33:48 +02:00
LibHTTP
LibIDL
LibImageDecoderClient
LibIMAP LibIMAP: Fix Parser::parse_disposition() 2023-08-12 11:45:52 -06:00
LibIPC Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
LibJS LibJS: Remove usage of bytecode_interpreter_if_exists() 2023-08-12 08:46:35 +02:00
LibKeyboard
LibLine LibLine: Refresh the line after case-change operations 2023-08-07 22:51:49 +03:30
LibLocale
LibMain
LibManual Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
LibMarkdown LibMarkdown: Add render_for_raw_print methods to Node derived classes 2023-08-07 13:24:25 -06:00
LibPartition
LibPCIDB
LibPDF
LibProtocol
LibRegex LibRegex: Keep track of instruction positions for backwards tree jumps 2023-08-05 16:40:04 +02:00
LibSanitizer
LibSoftGPU
LibSQL LibSQL: Remove Core::EventReceiver parent from SQL::Relation 2023-08-07 14:38:38 -04:00
LibSymbolication
LibSyntax
LibSystem
LibTest LibJS: Make Value::to_string_without_side_effects() infallible 2023-08-09 17:09:16 +02:00
LibTextCodec
LibThreading LibThreading: Make Thread keep itself alive while its action is running 2023-08-07 10:40:34 -06:00
LibTimeZone
LibTLS
LibUnicode
LibUSBDB
LibVideo Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
LibVirtGPU
LibVT
LibWasm LibJS: Make Value::to_string_without_side_effects() infallible 2023-08-09 17:09:16 +02:00
LibWeb LibWeb: Hook up WOFF2 decompression in the StyleComputer 2023-08-12 20:12:13 +02:00
LibWebSocket Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
LibWebView Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter 2023-08-08 13:07:13 +02:00
LibX86
LibXML
CMakeLists.txt