1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +00:00
serenity/Userland/Applications/TextEditor
Timothy 73ae5200a9 TextEditor+LibGUI: Use unveil and FileSystemAccessServer
Making use of the new FileSystemAccessServer we are able to use
unveil without restricting our ability to open and save files.
A file argument will be unveiled automatically however all other files
require user action via the FileSystemAccessServer to gain access.
2021-07-10 15:33:46 +02:00
..
CMakeLists.txt TextEditor+LibGUI: Use unveil and FileSystemAccessServer 2021-07-10 15:33:46 +02:00
FileArgument.cpp TextEditor: Minor cleanups in the FileArgument class 2021-05-06 12:35:25 +02:00
FileArgument.h TextEditor: Minor cleanups in the FileArgument class 2021-05-06 12:35:25 +02:00
main.cpp TextEditor+LibGUI: Use unveil and FileSystemAccessServer 2021-07-10 15:33:46 +02:00
MainWidget.cpp TextEditor+LibGUI: Use unveil and FileSystemAccessServer 2021-07-10 15:33:46 +02:00
MainWidget.h TextEditor+LibGUI: Use unveil and FileSystemAccessServer 2021-07-10 15:33:46 +02:00
TextEditorWindow.gml TextEditor: Don't launch a WebContent process until it's needed 2021-05-20 22:12:42 +02:00