summaryrefslogtreecommitdiff
path: root/Tests/LibGfx
AgeCommit message (Expand)Author
2023-03-16LibGfx: Add test for serialized bytes of built-in sRGB profileNico Weber
2023-03-10Tests: Add a test for JPEGs with RGB componentsLucas CHOLLET
2023-03-04Tests: Replace test image with my own creationLucas CHOLLET
2023-03-04Tests: Add a test for SOF2 images with only spectral selectionLucas CHOLLET
2023-02-27Tests: Add a test for SOF0 images with several scansLucas CHOLLET
2023-02-27Tests: Rename "test_jpg" to "test_jpeg_sof0_one_scan"Lucas CHOLLET
2023-02-26LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()MacDue
2023-02-26LibGfx: Implement WebPImageDecoderPlugin::loop_count()Nico Weber
2023-02-26LibGfx: Implement is_animated() and frame_count() for webp pluginNico Weber
2023-02-26Tests: Add webp size decoding tests for webpNico Weber
2023-02-26Tests: Add one more webp test fileNico Weber
2023-02-26Tests: Add one more webp test fileNico Weber
2023-02-26Tests: Add one more webp test fileNico Weber
2023-02-26Tests: Use MUST more in TestImageDecoderNico Weber
2023-02-24LibGfx: Remove single-code point Font::glyph_or_emoji_width APITimothy Flynn
2023-02-24LibGfx+Tests: Add test for webp ICC loading and fix bugNico Weber
2023-02-19Tests: Add a test for Gfx::ICC::encode()Nico Weber
2023-02-18LibGfx: Rename `JPGLoader` to `JPEGLoader`Lucas CHOLLET
2023-02-05LibGfx: Pass font width to `FontDatabase::get()`Aliaksandr Kalenik
2023-02-01Tests: Add a basic ICC profile testNico Weber
2023-02-01LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103Nico Weber
2023-02-01LibGfx: Move TestImageDecoder over to input file approach in 8cfabbcd933Nico Weber
2023-02-01LibGfx: Move TestFontHandling over to input file approach in 8cfabbcd933Nico Weber
2023-01-29Tests: Modernize TestImageDecoder a bitNico Weber
2023-01-29Tests: Make LibGfx tests not depend on LibGUINico Weber
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-20Tests/LibGfx: Fix test_gif test caseLiav A
2023-01-20Tests/LibGfx: Fix test_not_ico test caseLiav A
2023-01-20LibGfx: Re-structure the whole initialization pattern for image decodersLiav A
2023-01-15Tests/LibGfx: Add tests for compressed TGA imagesLiav A
2023-01-15Tests/LibGfx: Add tests for top-left and bottom-left TGA imagesLiav A
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-12-20LibGfx: Support BMP favicons with less than 32 bppBruno Conde
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-08-04Tests: Update TestFontHandling and add new testthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-11Tests/LibGfx: Actually test image decoders in TestImageDecoderAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-09-19Tests: Conform font tests to new font formatthankyouverycool
2021-09-02Tests: Remove all file(GLOB) from CMakeLists in TestsAndrew Kaster
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-06Tests: Set a default font in BenchmarkGfxPainter to prevent crashesAndrew Kaster
2021-05-21Tests: Remove default font tests from LibGfx/TestFontHandlingAndreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling