index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibGfx
Age
Commit message (
Expand
)
Author
2023-03-16
LibGfx: Add test for serialized bytes of built-in sRGB profile
Nico Weber
2023-03-10
Tests: Add a test for JPEGs with RGB components
Lucas CHOLLET
2023-03-04
Tests: Replace test image with my own creation
Lucas CHOLLET
2023-03-04
Tests: Add a test for SOF2 images with only spectral selection
Lucas CHOLLET
2023-02-27
Tests: Add a test for SOF0 images with several scans
Lucas CHOLLET
2023-02-27
Tests: Rename "test_jpg" to "test_jpeg_sof0_one_scan"
Lucas CHOLLET
2023-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
2023-02-26
LibGfx: Implement WebPImageDecoderPlugin::loop_count()
Nico Weber
2023-02-26
LibGfx: Implement is_animated() and frame_count() for webp plugin
Nico Weber
2023-02-26
Tests: Add webp size decoding tests for webp
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Use MUST more in TestImageDecoder
Nico Weber
2023-02-24
LibGfx: Remove single-code point Font::glyph_or_emoji_width API
Timothy Flynn
2023-02-24
LibGfx+Tests: Add test for webp ICC loading and fix bug
Nico Weber
2023-02-19
Tests: Add a test for Gfx::ICC::encode()
Nico Weber
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-05
LibGfx: Pass font width to `FontDatabase::get()`
Aliaksandr Kalenik
2023-02-01
Tests: Add a basic ICC profile test
Nico Weber
2023-02-01
LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103
Nico Weber
2023-02-01
LibGfx: Move TestImageDecoder over to input file approach in 8cfabbcd933
Nico Weber
2023-02-01
LibGfx: Move TestFontHandling over to input file approach in 8cfabbcd933
Nico Weber
2023-01-29
Tests: Modernize TestImageDecoder a bit
Nico Weber
2023-01-29
Tests: Make LibGfx tests not depend on LibGUI
Nico Weber
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-20
Tests/LibGfx: Fix test_gif test case
Liav A
2023-01-20
Tests/LibGfx: Fix test_not_ico test case
Liav A
2023-01-20
LibGfx: Re-structure the whole initialization pattern for image decoders
Liav A
2023-01-15
Tests/LibGfx: Add tests for compressed TGA images
Liav A
2023-01-15
Tests/LibGfx: Add tests for top-left and bottom-left TGA images
Liav A
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-20
LibGfx: Support BMP favicons with less than 32 bpp
Bruno Conde
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-08-04
Tests: Update TestFontHandling and add new test
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-11
Tests/LibGfx: Actually test image decoders in TestImageDecoder
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-09-19
Tests: Conform font tests to new font format
thankyouverycool
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-06
Tests: Set a default font in BenchmarkGfxPainter to prevent crashes
Andrew Kaster
2021-05-21
Tests: Remove default font tests from LibGfx/TestFontHandling
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
[next]