Graphite/desktop/src
Timon 98daa75c26
Desktop: Add support for opening files through the already-running instance via a local socket (#4123)
* Desktop: Forward file-open args from a second launch to the running instance

Also adds socket infrastructure that can be used in the future to allow dispatching actions from another process

* Use socket instead of ipc terminologie

* Fix

* Fix

* Better pipe name on windows
2026-05-09 18:11:44 +00:00
..
cef Desktop: Register the Graphite app as a file handler on Mac (#4106) 2026-05-06 13:05:30 +00:00
render Reimplement checkered background rendering (#4034) 2026-05-01 17:02:10 +00:00
window Desktop: Add support for opening files through the already-running instance via a local socket (#4123) 2026-05-09 18:11:44 +00:00
app.rs Desktop: Add support for opening files through the already-running instance via a local socket (#4123) 2026-05-09 18:11:44 +00:00
cef.rs Desktop: Use the OS temp directory for CEF caches (#4030) 2026-04-15 10:47:45 +00:00
cli.rs Desktop: Fix missing resize events causing all-gray window on Mac after launch (#3445) 2025-12-06 23:11:47 +00:00
consts.rs Desktop: Add support for opening files through the already-running instance via a local socket (#4123) 2026-05-09 18:11:44 +00:00
dirs.rs Refactor persistence to combine document handling and workspace layout (#4031) 2026-04-19 09:31:21 +00:00
event.rs Desktop: Add support for opening files through the already-running instance via a local socket (#4123) 2026-05-09 18:11:44 +00:00
gpu_context.rs Desktop: Update CEF (#4048) 2026-04-28 02:25:39 +02:00
lib.rs Desktop: Add support for opening files through the already-running instance via a local socket (#4123) 2026-05-09 18:11:44 +00:00
main.rs Desktop: Fixup MacOS build (#3295) 2025-10-20 13:31:36 +00:00
persist.rs Desktop: Update CEF (#4048) 2026-04-28 02:25:39 +02:00
preferences.rs Desktop: Add "Disable UI Acceleration" to preferences (#3774) 2026-02-19 01:54:01 +00:00
render.rs Desktop: Fix missing resize events causing all-gray window on Mac after launch (#3445) 2025-12-06 23:11:47 +00:00
socket.rs Desktop: Add support for opening files through the already-running instance via a local socket (#4123) 2026-05-09 18:11:44 +00:00
window.rs Desktop: Focus app window when loading a document (#4124) 2026-05-08 15:00:20 +00:00