ladybird/Userland/Libraries
BenJilks 72d0e3284b LibTextCodec+LibURL: Implement utf-8 and euc-jp encoders
Implements the corresponding encoders, selects the appropriate one when
encoding URL search params. If an encoder for the given encoding could
not be found, fallback to utf-8.
2024-08-08 17:49:58 +01:00
..
LibArchive Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibAudio Everywhere: Remove AK_DONT_REPLACE_STD macro 2024-07-30 18:38:02 -06:00
LibCompress LibCompress: When limiting huffman tree depth, sacrifice bottom of tree 2024-05-26 21:00:55 +02:00
LibCore LibCore: Use Error::from_syscall to report get/setrlimit errors 2024-07-31 10:12:37 -06:00
LibCrypto CMake: Ensure C/C++ compile options only applied when compiling C/C++ 2024-07-21 15:55:47 -06:00
LibDiff Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibFileSystem Userland: Remove some SerenityOS checks 2024-06-10 13:53:01 +02:00
LibGfx LibWeb: Use bitmap's alpha type instead of assuming unpremultiplied 2024-08-07 18:51:12 +02:00
LibHTTP LibHTTP: Don't double percent encode path in HTTPRequst::to_raw_request 2024-08-06 08:18:20 +01:00
LibIDL LibIDL: Depend on LibCoreMinimal instead of LibCore 2024-06-23 19:52:45 +02:00
LibImageDecoderClient ImageDecoder: Pass decoded images as Gfx::Bitmap over IPC 2024-07-18 09:05:10 +02:00
LibIPC LibIPC: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
LibJS LibJS: Add Value::to_well_formed_string 2024-08-08 10:50:06 +01:00
LibLine Utilities/js: Make it possible to exit via two consecutive ^C's 2024-07-27 11:49:45 +01:00
LibMain Userland: Remove some SerenityOS checks 2024-06-10 13:53:01 +02:00
LibMedia LibMedia: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
LibProtocol LibProtocol+RequestServer: Add IPC to dump RequestServer connection info 2024-08-03 15:53:07 -04:00
LibRegex LibUnicode: Replace code point scripts and script extensions with ICU 2024-06-22 14:56:39 +02:00
LibRIFF LibRIFF+LibGfx/ISOBMFF: Make ChunkID (de)serialization self-consistent 2024-03-22 18:31:15 +01:00
LibSyntax Everywhere: Remove LibSQL, SQLServer, and the sql REPL :^) 2024-06-06 11:27:03 -04:00
LibTest Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
LibTextCodec LibTextCodec+LibURL: Implement utf-8 and euc-jp encoders 2024-08-08 17:49:58 +01:00
LibThreading LibThreading: Guard closing the background thread on the thread existing 2024-07-25 20:55:31 +01:00
LibTLS CMake: Ensure C/C++ compile options only applied when compiling C/C++ 2024-07-21 15:55:47 -06:00
LibUnicode LibUnicode+LibJS: Normalize spaces in formatted date-time strings 2024-08-02 08:05:52 +02:00
LibURL LibTextCodec+LibURL: Implement utf-8 and euc-jp encoders 2024-08-08 17:49:58 +01:00
LibWasm LibWasm: Use braces to initialize Reference::Foo classes 2024-08-07 23:39:46 +02:00
LibWeb LibTextCodec+LibURL: Implement utf-8 and euc-jp encoders 2024-08-08 17:49:58 +01:00
LibWebSocket LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-08-05 09:58:13 +02:00
LibWebView LibGfx: Store alpha type information in Gfx::Bitmap 2024-08-07 18:51:12 +02:00
LibXML LibXML: Include line and column numbers in parse error messages 2024-08-03 18:23:36 +02:00