ladybird/Userland/Libraries
Karol Kosek b006a60366 LibTextCodec: Pass code points instead of bytes on UTF-8 string process
Previously we were passing raw UTF-8 bytes as code points, which caused
CSS content properties to display incorrect characters.

This makes bullet separators in Wikipedia templates display correctly.
2022-03-29 01:01:32 +02:00
..
LibArchive Libraries: Change enums to enum classes in LibArchive 2022-03-18 19:59:43 +01:00
LibAudio LibAudio: Make sure we initialize ResampleHelper member variables 2022-03-27 16:43:05 -07:00
LibC LibC: Fix inttypes.h macros for x86-64 and extend them 2022-03-28 22:24:05 +04:30
LibCards LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
LibChess Chess: On pgn import avoid losing piece promotion info 2022-03-26 18:30:12 +00: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: Set the correct invariant length for consecutive short options 2022-03-28 20:02:49 +02: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: Correctly add length to SHA384 and SHA512 hashes 2022-03-26 02:25:23 +04: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 LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation 2022-03-27 09:19:43 -07:00
LibGL LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation 2022-03-27 09:19:43 -07:00
LibGUI WindowServer+LibGUI: Expose raw scroll wheel values to applications 2022-03-27 01:11:27 +01:00
LibHTTP LibHTTP+LibTLS: Better HTTPS Socket EOF detection 2022-03-20 01:01:40 +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 LibIPC: Add IPCErrorOr Type alias 2022-03-28 23:08:08 +02:00
LibJS LibJS: Add more delete operator tests 2022-03-28 14:05:33 +02:00
LibKeyboard Kernel: Stop using LibKeyboard's CharacterMap in HIDManagement 2022-01-21 18:25:44 +01:00
LibLine LibLine: Avoid pointless size_t <-> ssize_t cast 2022-03-27 21:05:44 +02:00
LibM Userland: Change static const variables to static constexpr 2022-03-18 19:58:57 +01:00
LibMain LibMain: Statically link LibMain 2022-03-24 03:04:57 +01: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 LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation 2022-03-27 09:19:43 -07: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 Everywhere: Move js/web/wasm tests under /home/anon/Tests 2022-03-20 22:20:59 +01:00
LibTextCodec LibTextCodec: Pass code points instead of bytes on UTF-8 string process 2022-03-29 01:01:32 +02: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 LibHTTP+LibTLS: Better HTTPS Socket EOF detection 2022-03-20 01:01:40 +01:00
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: Fix tooltip condition, properly reset when tooltip not available 2022-03-25 02:33:23 +01:00
LibWasm LibWasm: Increase the arbitrary local value count per type limit 2022-03-20 10:44:32 +03:30
LibWeb LibWeb: Size table cells using a combination of min- and max-widths 2022-03-29 00:39:57 +02: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
LibXML LibXML: Add a fairly basic XML parser 2022-03-28 23:11:48 +02:00
CMakeLists.txt LibXML: Add a fairly basic XML parser 2022-03-28 23:11:48 +02:00