ladybird/Userland/Demos/WidgetGallery
networkException 1346a653e4 WidgetGallery: Port file picker to use FileSystemAccessClient
Previously we would unveil the home directory of anon to allow showing
anything in the file picker. This patch removes direct access to the
home directory and instead makes WidgetGallery connect to
FileSystemAccessServer to open a file, making the application more user
agnostic and allowing directories outside /home/anon to be shown.
2022-09-10 20:41:16 +01:00
..
GalleryGML WidgetGallery: Repair GML layout on BasicsTab 2022-07-04 11:15:40 +02:00
CMakeLists.txt WidgetGallery: Port file picker to use FileSystemAccessClient 2022-09-10 20:41:16 +01:00
DemoWizardDialog.cpp WidgetGallery: Use TRY() a lot more :^) 2021-11-25 08:49:31 +01:00
DemoWizardDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DemoWizardPage1.gml LibGUI: Add layout spacer support to GML 2022-06-10 21:26:06 +01:00
DemoWizardPage2.gml LibGUI: Add layout spacer support to GML 2022-06-10 21:26:06 +01:00
GalleryModels.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
GalleryWidget.cpp WidgetGallery: Port file picker to use FileSystemAccessClient 2022-09-10 20:41:16 +01:00
GalleryWidget.h Demos: Use default constructors/destructors 2022-02-15 23:00:03 +02:00
main.cpp WidgetGallery: Port file picker to use FileSystemAccessClient 2022-09-10 20:41:16 +01:00