ladybird/Applications/FileManager
Andreas Kling f813bb52a2 Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Now that the "unix" pledge is no longer required for socket I/O, we can
drop it after making the connections we need in a program.

In most GUI program cases, once we've connected to the WindowServer by
instantiating a GApplication, we no longer need "unix" :^)
2020-01-12 12:03:57 +01:00
..
DirectoryView.cpp FileManager: Add a columns view 2020-01-10 17:45:59 +01:00
DirectoryView.h FileManager: Add a columns view 2020-01-10 17:45:59 +01:00
FileUtils.cpp FileManager: Added support for deleting directories 2019-11-23 16:38:24 +01:00
FileUtils.h FileManager: Added support for deleting directories 2019-11-23 16:38:24 +01:00
main.cpp Applications+DevTools+MenuApplets: Drop "unix" pledge when possible 2020-01-12 12:03:57 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
PropertiesDialog.cpp LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel 2020-01-10 17:45:59 +01:00
PropertiesDialog.h LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel 2020-01-10 17:45:59 +01:00