ladybird/Userland/Libraries
Nico Weber a03d42b098 LibCrypto: Use default Crypto::Hash::Digest comparison operators
They do the same thing we previously laboriously did manually.
No behavior change.
2023-01-06 23:57:46 +01:00
..
LibArchive LibArchive+Utilities: Port ZipOutputStream to Core::Stream 2022-12-27 07:24:07 +03:30
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 Stream::File::leak_fd(Badge<IPC::File>) 2023-01-06 14:52:29 +00:00
LibCoredump LibCoredump: Remove i686 support 2022-12-28 11:53:41 +01:00
LibCpp
LibCrypt
LibCrypto LibCrypto: Use default Crypto::Hash::Digest comparison operators 2023-01-06 23:57:46 +01:00
LibDebug LibDebug: Remove i686 support 2022-12-28 11:53:41 +01:00
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 FileSystemAccessServer: Use Core::Stream 2023-01-06 14:52:29 +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 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07: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 LibELF+LibSymbolication: Remove i686 support 2022-12-28 11:53:41 +01:00
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 LibVirtGPU: Adopt rendering code from VirGLDemo 2022-12-26 09:39:20 +01:00
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: Fix abspos flex container with height:auto getting zero height 2023-01-06 21:12:55 +01:00
LibWebSocket
LibWebView LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
LibX86 LibX86: Remove i686 support 2022-12-28 11:53:41 +01:00
LibXML
CMakeLists.txt