ladybird/Userland/Libraries
Sam Atkins a1fca1a7f3 LibWeb: Start transitions when affected properties change
Co-authored-by: Matthew Olsson <matthewcolsson@gmail.com>
2024-09-22 06:41:55 +02:00
..
LibArchive
LibCompress
LibCore Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00
LibCrypto Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00
LibDiff
LibFileSystem
LibGfx LibGfx: Remove unused Bitmap::fill() 2024-09-19 06:21:33 +02:00
LibHTTP
LibIDL
LibImageDecoderClient
LibIPC LibIPC: Handle spurious wake-ups on the send queue thread 2024-09-21 15:50:11 +02:00
LibJS LibJS: Add extra date format "d B Y" 2024-09-21 18:17:04 +02:00
LibLine LibLine: Correctly slice completion substrings as unicode strings 2024-09-20 06:57:09 -04:00
LibMain
LibMedia LibMedia: Add ogg/vorbis support 2024-09-12 10:01:19 +02:00
LibRegex
LibRequests RequestServer: Make WebSocket IPC APIs asynchronous 2024-09-19 07:37:46 +02:00
LibRIFF
LibSyntax
LibTest LibTest: Define test expectation macros without copying the input values 2024-08-13 14:11:05 +02:00
LibTextCodec LibTextCodec: Implement UTF8Decoder::to_utf8 using AK::String 2024-08-12 06:38:58 -04:00
LibThreading LibThreading: Adjust ThreadPoolLooper m_busy_count sections 2024-08-19 03:08:04 +02:00
LibTLS Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00
LibUnicode LibUnicode: Remove unused emoji support methods 2024-09-06 15:42:33 -04:00
LibURL AK+LibURL: Move CopyOnWrite<T> from LibURL to AK 2024-09-10 13:51:28 +02:00
LibWasm LibWasm+LibWeb+test-wasm: Refcount Wasm::Module for function references 2024-08-22 09:36:40 +02:00
LibWeb LibWeb: Start transitions when affected properties change 2024-09-22 06:41:55 +02:00
LibWebSocket RequestServer: Make WebSocket IPC APIs asynchronous 2024-09-19 07:37:46 +02:00
LibWebView LibWebView: Do floating-point-error-free zoom calculation using rounding 2024-09-20 07:15:02 +01:00
LibXML