1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 00:27:35 +00:00
serenity/Userland/Services/FileSystemAccessServer
Timothy 73c1b1617a Everywhere: Replace most cases of exit() with Application::quit()
Application::quit() is nicer for most cases where exit() is used. Cases
where exit() is used intentionally for early termination are left
intact.
2021-08-03 18:55:52 +02:00
..
ClientConnection.cpp Everywhere: Replace most cases of exit() with Application::quit() 2021-08-03 18:55:52 +02:00
ClientConnection.h FileSystemAccessServer: Add expose_window_server_client_id() 2021-07-18 17:21:28 +02:00
CMakeLists.txt FileSystemAccessServer+TextEditor: Implement cross-process modal prompts 2021-07-18 17:21:28 +02:00
FileSystemAccessClient.ipc FileSystemAccessServer+TextEditor: Implement cross-process modal prompts 2021-07-18 17:21:28 +02:00
FileSystemAccessServer.ipc FileSystemAccessServer: Add expose_window_server_client_id() 2021-07-18 17:21:28 +02:00
main.cpp FileSystemAccessServer: Add service for accessing veiled files nicely 2021-07-10 15:33:46 +02:00