Files
ladybird/Libraries/LibGfx
rmg-x e4fb25bf63 LibGfx: Redirect PNG errors and warnings to our own logging functions
Before, libpng would use its own internal logging mechanism to print
non-fatal errors and warnings to stdout/stderr. This made it confusing
when trying to search the Ladybird codebase for those messages as they
didn't exist.

This commit uses `png_set_error_fn` from libpng to redirect those
messages to our own custom logging functions instead.
2024-12-10 11:58:58 -07:00
..
2024-11-20 21:13:23 +01:00
2024-11-20 21:13:23 +01:00
2024-11-22 15:05:46 +01:00
2024-11-20 21:13:23 +01:00
2024-11-22 12:10:30 +01:00
2024-11-20 21:13:23 +01:00
2024-12-08 13:32:10 +00:00
2024-11-18 19:17:51 +01:00