ladybird/Libraries
InvalidUsernameException f39433d6b0 LibWeb: Calculate image size in CSS pixels
Previously most of the calculations for `object-fit` and
`object-position` were based on device pixels, meaning that images would
render differently based on zoom and DPI settings. Instead those
calculations now use css pixels and only the final draw-call is based
on device-pixels.
2025-01-21 16:05:12 +01:00
..
LibCompress
LibCore LibWeb: Add documentation to the date parser format 2025-01-03 11:26:01 +00:00
LibCrypto LibCrypto: Implement RSA_PSS_EMSA with OpenSSL 2025-01-17 12:43:03 +01:00
LibDiff
LibDNS
LibFileSystem
LibGC
LibGfx
LibHTTP
LibIDL
LibImageDecoderClient
LibIPC
LibJS LibJS: Remove support for the "assert" keyword for import attributes 2025-01-21 14:58:32 +01:00
LibLine
LibMain
LibMedia
LibRegex LibRegex: Don't repeat the same fork again 2025-01-17 10:13:51 +01:00
LibRequests
LibRIFF
LibSyntax
LibTest
LibTextCodec
LibThreading LibThreading: Make MutexLocker [[nodiscard]] 2025-01-10 13:21:36 +00:00
LibTLS LibCrypto+LibTLS: Replace RSA_PKCS1-EMSA implementation 2025-01-13 17:00:18 +01:00
LibUnicode Meta+LibUnicode+LibJS: Upgrade to ICU 76.1 2025-01-18 17:56:40 -05:00
LibURL LibURL+LibWeb: Make URL::basic_parse return an Optional<URL> 2025-01-11 10:08:29 -05:00
LibWasm
LibWeb LibWeb: Calculate image size in CSS pixels 2025-01-21 16:05:12 +01:00
LibWebSocket
LibWebView LibWebView: Add an option to disable painting viewport scrollbars 2025-01-15 12:33:53 +00:00
LibXML LibXml: Notify listener when doctype is parsed 2025-01-20 14:48:19 +01:00