ladybird/Userland/Libraries
ronak69 96335f31d5 LibWebView: Do floating-point-error-free zoom calculation using rounding
The current min/max zoom levels are supposed to be: 30% and 500%.
Before, due to floating point error accumulation in incremental addition
of zoom-step into zoom-level, one extra zoom step would get allowed,
enabling user to zoom 20%-to-510%.

Now, using rounding, the intermediate zoom-level values should be as
close to the theoretical value as FP32 can represent. E.g. zoom-level of
70% (theoretical multiplier 0.7) is 0.69... .
2024-09-20 07:15:02 +01:00
..
LibArchive Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibCompress LibCompress: When limiting huffman tree depth, sacrifice bottom of tree 2024-05-26 21:00:55 +02:00
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 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 LibGfx: Remove unused Bitmap::fill() 2024-09-19 06:21:33 +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: Increase the local socket buffer size to 128 KiB if possible 2024-09-19 07:37:46 +02:00
LibJS LibJS: Allow date format "YYYY-M-DD" 2024-09-15 12:24:39 -04: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: Add ogg/vorbis support 2024-09-12 10:01:19 +02:00
LibRegex LibUnicode: Replace code point scripts and script extensions with ICU 2024-06-22 14:56:39 +02:00
LibRequests RequestServer: Make WebSocket IPC APIs asynchronous 2024-09-19 07:37:46 +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 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 Meta+LibWeb: Update Skia to version 129 2024-09-19 14:07:16 -04: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 LibXML: Include line and column numbers in parse error messages 2024-08-03 18:23:36 +02:00