ladybird/Userland/Applications/ImageViewer
Aziz Berkay Yesilyurt 0da1353c80 Userland: Keep ImageViewer window size the same while zooming in
ImageViewer window kept growing while zooming in, which causes out of
memory error and crashes the application. Now, only the image content
is rescaled and the window size is preserved.

We also open the display window as the same size as the image, which may
cause a similar issue for very large image files. This is prevented by
limiting the maximum window size to be the screen size.
2021-07-08 00:21:31 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp Userland: Keep ImageViewer window size the same while zooming in 2021-07-08 00:21:31 +02:00
ViewWidget.cpp ImageViewer: Stop animation timer when deleting/changing image 2021-05-16 16:22:21 +01:00
ViewWidget.h ImageViewer: Disable image actions when there is no image 2021-05-16 16:22:21 +01:00