serenity/Userland/Libraries
2023-01-07 14:39:30 +01:00
..
LibArchive
LibAudio Everywhere: Remove unused includes of AK/Format.h 2023-01-02 20:27:20 -05:00
LibC LibIPC+LibC: Add and use a helper to encode/decoder container sizes 2023-01-04 20:13:54 +01:00
LibCards LibCards+Games: Make CardGame::add_stack() fallible 2023-01-06 16:03:50 +01:00
LibChess
LibCodeComprehension
LibCompress LibCompress: Port ZlibCompressor to Core::Stream 2023-01-03 10:01:09 +00:00
LibConfig
LibCore LibCore: Add forward declaration for Core::Stream::File 2023-01-07 10:53:43 +00:00
LibCoredump
LibCpp
LibCrypt
LibCrypto LibCrypto: Use default Crypto::Hash::Digest comparison operators 2023-01-06 23:57:46 +01:00
LibDebug
LibDesktop LibDesktop+Taskbar: Add an option to exclude apps from the system menu 2023-01-03 17:56:55 +01:00
LibDeviceTree
LibDiff
LibDNS LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
LibDSP
LibEDID LibEDID: Propagate errors using TRY 2023-01-02 11:04:38 -05:00
LibELF Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
LibFileSystemAccessClient LibFileSystemAccessClient: Add functions returning FSAC::File 2023-01-07 10:53:43 +00:00
LibGemini
LibGfx LibGfx+icc: Print device attribute flags 2023-01-06 21:33:46 +01:00
LibGL LibGL: Implement GL_BLEND_DST and GL_BLEND_SRC 2023-01-03 19:49:31 -05:00
LibGLSL
LibGPU Everywhere: Remove unused includes of AK/Array.h 2023-01-02 20:08:35 +00:00
LibGUI Userland: Replace all uses of load_from_gml with try_load_from_gml 2023-01-07 14:39:30 +01:00
LibHTTP LibCompress: Rename Compress::Zlib to Compress::ZlibDecompressor 2023-01-03 10:01:09 +00:00
LibIDL
LibImageDecoderClient
LibIMAP Everywhere: Remove unused includes of AK/Format.h 2023-01-02 20:27:20 -05:00
LibIPC LibIPC: Add File(Core::Stream::File& file, ...) 2023-01-06 14:52:29 +00:00
LibJS LibJS: Rename ToIntegerThrowOnInfinity to ToIntegerWithTruncation 2023-01-06 11:16:55 +01:00
LibKeyboard
LibLine Everywhere: Remove unused includes of LibC/stdlib.h 2023-01-02 20:27:20 -05:00
LibLocale
LibMain
LibManual Help+LibManual: Open sibling page for subsections 2023-01-02 06:15:13 -07:00
LibMarkdown Everywhere: Remove unused includes of AK/Format.h 2023-01-02 20:27:20 -05:00
LibPartition
LibPCIDB
LibPDF LibPDF: Load destinations from Catalogue -> Names -> Dests name tree 2023-01-06 18:06:41 +01:00
LibProtocol
LibRegex LibRegex: Prevent patterns from matching the empty string twice 2023-01-06 13:52:21 -07:00
LibSanitizer
LibSoftGPU
LibSQL LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
LibSymbolication
LibSyntax
LibSystem
LibTest Everywhere: Remove unused includes of AK/Format.h 2023-01-02 20:27:20 -05:00
LibTextCodec
LibThreading Everywhere: Remove unused includes of AK/Format.h 2023-01-02 20:27:20 -05:00
LibTimeZone
LibTLS
LibUnicode
LibUSBDB
LibVideo Everywhere: Remove unused includes of AK/Concepts.h 2023-01-02 20:27:20 -05:00
LibVirtGPU
LibVT LibVT: Simplify TerminalWidget::widget_size_for_font() 2023-01-06 12:02:20 +01:00
LibWasm Everywhere: Move AK/Debug.h include to using files or remove 2023-01-02 20:27:20 -05:00
LibWeb LibWeb: Remove redundant BFC::is_block_formatting_context() method 2023-01-07 11:49:04 +00:00
LibWebSocket
LibWebView LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated 2023-01-07 10:53:43 +00:00
LibX86
LibXML
CMakeLists.txt