1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00
serenity/Userland/Applications/ImageViewer
Lucas CHOLLET d8819c2d0e ImageViewer: Scale image to window on startup
We used to do the opposite, meaning that a huge images make the window
bigger than the screen. We now define a range for the window size and
scale the image if it doesn't fit un the current scope.
2023-03-22 23:22:58 +01:00
..
CMakeLists.txt ImageViewer: Add list of recently open files to the File menu :^) 2023-02-28 14:39:32 +01:00
main.cpp LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
MainWidget.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
MainWidget.h ImageViewer: Make arrow key shortcuts work 2023-02-16 12:26:41 +00:00
ViewWidget.cpp ImageViewer: Scale image to window on startup 2023-03-22 23:22:58 +01:00
ViewWidget.h ImageViewer: Don't resize window on image rotation or flip 2023-03-22 23:22:58 +01:00