openpencil/desktop
Danila Poyarkov ddf415ec30 feat(tauri): support desktop file associations
- Register .fig and .pen files with desktop bundles
- Open associated files on startup and via single-instance handoff
- Reuse the existing Tauri file open flow without broad filesystem scopes
2026-05-12 16:12:16 +03:00
..
capabilities feat(app): add font cache management hooks 2026-05-05 21:50:31 +03:00
generated refactor(app): share browser and tauri menu model 2026-04-30 16:01:47 +03:00
icons Use pencil loader icon as Tauri app icon 2026-03-01 01:37:01 +03:00
src feat(tauri): support desktop file associations 2026-05-12 16:12:16 +03:00
.gitignore Rename src-tauri → desktop, symlink for CLI compat 2026-02-28 08:10:09 +03:00
build.rs Rename src-tauri → desktop, symlink for CLI compat 2026-02-28 08:10:09 +03:00
Cargo.lock feat(tauri): support desktop file associations 2026-05-12 16:12:16 +03:00
Cargo.toml feat(tauri): support desktop file associations 2026-05-12 16:12:16 +03:00
Info.plist fix(tauri): correctly configure NSAllowsLocalNetworking 2026-04-22 13:01:38 +03:00
tauri.conf.json feat(tauri): support desktop file associations 2026-05-12 16:12:16 +03:00
updater.key.pub feat(tauri): add signed updater 2026-05-01 13:00:50 +03:00