summaryrefslogtreecommitdiff
path: root/Userland/Services/FileSystemAccessServer
AgeCommit message (Expand)Author
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-08-26FileSystemAccessServer: Set dummy child to WindowMode::Passivethankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-30FileSystemAccessServer: Call window stealing functions syncMacDue
2022-06-27FileSystemAccessServer: Manage concurrent file requestsLucas CHOLLET
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-01-28Revert "FileSystemAccessServer: Display times in the local time zone"Timothy Flynn
2022-01-28FileSystemAccessServer: Display times in the user's local time zoneTimothy Flynn
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-23FileSystemAccessServer: Port to LibMain :^)Andreas Kling
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-09-16FileSystemAccessServer: Only compute basename when promptingBrian Gianforcaro
2021-09-10FileSystemAccessServer: Allow read-only access without promptingMustafa Quraish
2021-08-07FileSystemAccessServer: Add window title as parameter for opening fileTimothy
2021-08-03Everywhere: Replace most cases of exit() with Application::quit()Timothy
2021-07-18FileSystemAccessServer: Add expose_window_server_client_id()Timothy
2021-07-18FileSystemAccessServer+TextEditor: Implement cross-process modal promptsTimothy
2021-07-11FileSystemAccessServer: Return user_picked_value even on errorAdam Hodgen
2021-07-10FileSystemAccessServer: Add service for accessing veiled files nicelyTimothy