ladybird/Tests
Lucas CHOLLET ff2c6cab55 LibGfx: Correctly round values when computing the luminosity of a Color
Truncating the value is mathematically incorrect, this error made the
conversion to grayscale unstable. In other world, calling `to_grayscale`
on a gray value would return a different value. As an example,
`Color::from_string("#686868ff"sv).to_grayscale()` used to return
#676767ff.
2024-05-13 23:43:58 +02:00
..
AK AK: Replace FP math in is_power_of with a purely integral algorithm 2024-05-07 16:43:34 -06:00
JSSpecCompiler Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
Kernel Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
LibAudio
LibC Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
LibCompress Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
LibCore LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
LibCpp
LibCrypto Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
LibDeviceTree
LibDiff
LibEDID Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
LibELF Tests/LibELF: Run LibELF tests on Lagom using Linux runtime linker 2024-05-08 09:21:36 -06:00
LibGfx LibGfx: Correctly round values when computing the luminosity of a Color 2024-05-13 23:43:58 +02:00
LibGL
LibGLSL
LibIMAP
LibJS Everywhere: Remove uneeded short option argument where possible 2024-04-22 08:10:08 +02:00
LibLocale LibLocale: Statically link LibLocaleData into LibLocale 2024-04-21 13:34:04 -06:00
LibMarkdown
LibPDF
LibRegex
LibSemVer
LibSQL Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS LibTLS+LibHTTP: Tolerate improperly closed TLS sockets 2024-04-17 07:19:03 +02:00
LibTTF
LibUnicode
LibURL
LibVideo
LibWasm Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
LibWeb LibWeb: Implement URL.parse 2024-05-13 09:21:12 +02:00
LibWebView
LibXML
Spreadsheet
Utilities Utilities: Make uniq behavior consistent with coreutils 2024-04-27 16:33:27 -06:00
CMakeLists.txt