1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00:00
serenity/Userland/Libraries
Andreas Kling 0b861e0c9d LibWeb: Make document-level style invalidation fast
Add a flag to DOM::Document that means the whole document needs a style
update. This saves us the trouble of traversing the entire DOM to mark
all nodes as needing a style update.
2022-03-19 22:04:43 +01:00
..
LibArchive Libraries: Change enums to enum classes in LibArchive 2022-03-18 19:59:43 +01:00
LibAudio Libraries: Change enums to enum classes in LibAudio 2022-03-18 19:59:43 +01:00
LibC Revert "LibC: Make WEOF a signed value on clang" 2022-03-19 00:11:45 +00:00
LibCards LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
LibChess Libraries: Use default constructors/destructors in LibChess 2022-03-10 18:04:26 -08:00
LibCompress Libraries: Use default constructors/destructors in LibCompress 2022-03-10 18:04:26 -08:00
LibConfig Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibCore LibCore: Add text/css mime type 2022-03-19 22:03:51 +01:00
LibCoredump Libraries: Use default constructors/destructors in LibX86 2022-03-13 22:34:38 +01:00
LibCpp LibCpp: Change class_name to use StringView instead of char const* 2022-03-19 00:20:46 +00:00
LibCrypt LibCrypt: Link the SHA2 hash implementation into LibCrypt privately 2022-01-08 18:56:29 +01:00
LibCrypto LibCrypto: Implement the SECP256r1 elliptic curve 2022-03-18 07:56:47 +03:30
LibDebug Libraries: Use default constructors/destructors in LibDebug 2022-03-10 18:04:26 -08:00
LibDesktop Libraries: Use default constructors/destructors in LibDesktop 2022-03-10 18:04:26 -08:00
LibDeviceTree Libraries: Add LibDeviceTree for manipulating OpenFirmware Device Trees 2021-10-21 19:20:03 -07:00
LibDiff LibDiff: Generate hunks for new/deleted files 2022-03-08 23:30:47 +01:00
LibDl Libraries: Use default constructors/destructors in LibDl 2022-03-10 18:04:26 -08:00
LibDSP AK+Everywhere: Add sincos and use it in some places 2022-03-15 11:39:42 +01:00
LibEDID LibEDID: Fix DetailedTiming::pixel_clock_khz result 2022-03-08 22:07:59 +01:00
LibELF Libraries: Use default constructors/destructors in LibELF 2022-03-10 18:04:26 -08:00
LibFileSystemAccessClient Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
LibGemini Libraries: Use default constructors/destructors in LibGemini 2022-03-13 22:34:38 +01:00
LibGfx LibGfx: Change class_name to use StringView instead of char const* 2022-03-19 00:20:46 +00:00
LibGL Libraries: Use default constructors/destructors in LibGL 2022-03-10 18:04:26 -08:00
LibGUI Spreadsheet+LibGUI: Calculate cell position given scroll position 2022-03-19 09:31:29 +03:30
LibHTTP Libraries: Use default constructors/destructors in LibHTTP 2022-03-13 22:34:38 +01:00
LibImageDecoderClient Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibIMAP Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 2022-02-06 13:10:10 +01:00
LibIPC Libraries: Use default constructors/destructors in LibIPC 2022-03-13 22:34:38 +01:00
LibJS LibJS/Bytecode: Make construct Call throw if callee isn't a constructor 2022-03-19 22:01:52 +01:00
LibKeyboard Kernel: Stop using LibKeyboard's CharacterMap in HIDManagement 2022-01-21 18:25:44 +01:00
LibLine Libraries: Use default constructors/destructors in LibLine 2022-03-13 22:34:38 +01:00
LibM Userland: Change static const variables to static constexpr 2022-03-18 19:58:57 +01:00
LibMain LibMain: Add the ability to configure the exit code on error 2022-03-19 11:01:49 -07:00
LibMarkdown Libraries: Use default constructors/destructors in LibMarkdown 2022-03-13 22:34:38 +01:00
LibPCIDB LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00
LibPDF LibPDF: Allow newlines between xref table and "trailer" keyword 2022-03-07 10:53:57 +01:00
LibProtocol LibProtocol: Don't block indefinitely in stream_into's on_ready_to_read 2022-03-19 22:04:35 +01:00
LibPthread Userland: Change static const variables to static constexpr 2022-03-18 19:58:57 +01:00
LibRegex LibRegex: Make codegen+optimisation for alternatives much faster 2022-02-20 11:53:59 +01:00
LibSanitizer AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool> 2022-02-03 16:11:26 +01:00
LibSoftGPU LibSoftGPU: Avoid copying data when doing triangle rasterization 2022-03-18 23:41:06 +00:00
LibSQL Userland: Change static const variables to static constexpr 2022-03-18 19:58:57 +01:00
LibSymbolication LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00
LibSyntax Libraries: Use default constructors/destructors in LibSyntax 2022-03-13 22:34:38 +01:00
LibSystem LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 2021-11-23 11:33:36 +01:00
LibTest LibJS: Add infallible variant of VM::push_execution_context() 2022-03-18 01:12:12 +01:00
LibTextCodec LibTextCodec: Add support for the UTF16-LE encoding 2022-03-08 14:51:06 +01:00
LibThreading Libraries: Use default constructors/destructors in LibThreading 2022-03-13 22:34:38 +01:00
LibTimeZone LibTimeZone: Parse and generate time zone coordinate data 2022-02-03 16:11:15 +01:00
LibTLS LibTLS: Add support for curve x448 2022-03-09 13:04:48 +03:30
LibUnicode LibUnicode: Use BCP 47 data to filter valid calendar names 2022-02-16 07:23:07 -05:00
LibUSBDB LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00
LibVideo AK: Move integral log2 and exp to IntegerMath.h 2022-02-06 17:52:33 +00:00
LibVT LibVT/Kernel: Make VT::Attribute::Flags enum class, use AK EnumBits 2022-03-18 11:29:43 +01:00
LibWasm LibWasm: Fix validation of if-else blocks 2022-02-16 22:48:32 +03:30
LibWeb LibWeb: Make document-level style invalidation fast 2022-03-19 22:04:43 +01:00
LibWebSocket Libraries: Use default constructors/destructors in LibWebSocket 2022-03-13 22:34:38 +01:00
LibX86 Userland: Change static const variables to static constexpr 2022-03-18 19:58:57 +01:00
CMakeLists.txt LibEDID: Add a library to parse EDID blobs 2022-01-23 22:45:21 +00:00