ladybird/Userland/Applications/FileManager
James Puleo a0e7a4b9a8 WindowServer+Userland: Pass wallpapers as Gfx::Bitmap instead of path
The WindowServer _really_ does not need to know the filesystem path to
it's wallpaper, and allows setting arbitrary wallpapers (those outside
of `/res/wallpapers`).

The GUI::Desktop will keep track of the path to the wallpaper (if any),
and save it to config if desired (to be persisted).

This avoids the need to `unveil` paths to the wallpaper, fixing #11158
2022-02-14 16:38:42 +03:30
..
CMakeLists.txt FileManager: Port to LibMain :^) 2021-11-22 23:52:47 +01:00
DesktopWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DesktopWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DirectoryView.cpp FileManager: Don't show command palette for the desktop 2022-02-03 23:28:56 +01:00
DirectoryView.h FileManager: Do not allow rename files that cannot be modified 2022-01-09 00:47:48 +01:00
FileManagerWindow.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FileOperationProgress.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FileOperationProgressWidget.cpp FileManager: Add an animation for deleting files 2022-02-05 19:57:45 +00:00
FileOperationProgressWidget.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
FileUtils.cpp Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
FileUtils.h Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
main.cpp WindowServer+Userland: Pass wallpapers as Gfx::Bitmap instead of path 2022-02-14 16:38:42 +03:30
PropertiesWindow.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
PropertiesWindow.h FileManager+FileOperation: Switch to east const 2021-07-22 12:48:44 +02:00
PropertiesWindowGeneralTab.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00