1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 11:00:46 +00:00
serenity/Userland/Applications/ImageViewer
Andrew Kaster 1c3f11a5a6 Userland: Remove remaining callers of synchronous ImageDecoder API
Most of these now just await the image decoding, equivalent (ish) to
the old behavior. A more async-aware refactor should happen some time
in the future.
2024-04-23 12:32:04 -06:00
..
CMakeLists.txt Base+ImageViewer: Restore correct app icon 2024-03-28 22:32:03 -04:00
main.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04: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 Userland: Remove remaining callers of synchronous ImageDecoder API 2024-04-23 12:32:04 -06:00
ViewWidget.h ImageViewer: Transform the image's dimension accordingly to the metadata 2024-02-21 08:31:17 +00:00