serenity/Userland/Applications/ImageViewer
justus2510 2259ddf937 ImageViewer: Fix crash when setting wallpaper
When trying to set the wallpaper from the menu, ImageViewer would
crash because setting the wallpaper requires the program to pledge
to the WindowManager domain. This patch adds that pledge.
2023-04-03 07:11:28 +02:00
..
CMakeLists.txt ImageViewer: Use LibFileSystemAccessClient 2023-03-24 09:38:46 +00:00
main.cpp ImageViewer: Fix crash when setting wallpaper 2023-04-03 07:11:28 +02: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 Applications: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
ViewWidget.h ImageViewer: Use LibFileSystemAccessClient 2023-03-24 09:38:46 +00:00