ladybird/Tests/LibGfx
Sebastian Zaha d52a2ff10e LibGfx: Fix error & crash in Rect::closest_to
Assertion fails if the point is outside of the rect. This was introduced
in introduced in #18970 and causes serenity to crash when changing to 2x
resolution for a monitor, if the cursor after resizing is outside of
the new screen.

Added test to reproduce.
2023-07-01 23:27:00 +02:00
..
test-inputs Tests: Add test for webp with color index transform and alpha_used=false 2023-06-20 11:35:03 +02:00
BenchmarkGfxPainter.cpp LibGfx+Tests: Remove code unnecessary after 9e7c16d0a4 2023-02-01 08:56:56 -05:00
BenchmarkJPEGLoader.cpp Tests: Move jpg test images into jpg/ subfolder 2023-06-19 06:42:00 -04:00
CMakeLists.txt LibGfx: Prevent out of bounds access when scaling small Bitmaps 2023-05-24 08:12:14 +02:00
TestDeltaE.cpp LibGfx: Add DeltaE() function 2023-04-30 05:57:20 +02:00
TestFontHandling.cpp Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error()) 2023-05-14 15:39:38 -06:00
TestGfxBitmap.cpp LibGfx: Prevent out of bounds access when scaling small Bitmaps 2023-05-24 08:12:14 +02:00
TestICCProfile.cpp ICC: Strip trailing nul characters from MultiLocalizedUnicodeTagData 2023-06-26 19:24:34 +01:00
TestImageDecoder.cpp Tests: Add test for webp with color index transform and alpha_used=false 2023-06-20 11:35:03 +02:00
TestRect.cpp LibGfx: Fix error & crash in Rect::closest_to 2023-07-01 23:27:00 +02:00
TestScalingFunctions.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00