1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 10:57:35 +00:00
serenity/Userland/Applications/ImageViewer
Jelle Raaijmakers d195972ec2 Applications: Do not crash if decoded bitmap is null
ImageViewer and PixelPaint would crash when the ImageDecoderClient
returns a frame without a bitmap. This can happen with `.ico` files
with an unsupported BPP, for example.
2022-03-22 12:14:09 +01:00
..
CMakeLists.txt ImageViewer: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
main.cpp WindowServer+Userland: Pass wallpapers as Gfx::Bitmap instead of path 2022-02-14 16:38:42 +03:30
ViewWidget.cpp Applications: Do not crash if decoded bitmap is null 2022-03-22 12:14:09 +01:00
ViewWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00