wraith/internal/app
Vantz Stockwell a8974da37d feat: FreeRDP3 purego backend for Windows with platform stub
Add the real FreeRDP3 RDP backend that loads libfreerdp3.dll at runtime
via syscall.NewLazyDLL (no CGO required). The Windows implementation
(freerdp_windows.go) calls FreeRDP3 functions for instance lifecycle,
settings configuration, input forwarding, and event handling. A stub
(freerdp_stub.go) compiles on non-Windows platforms and returns errors,
keeping macOS/Linux development and tests working. A factory function
(freerdp_factory.go) selects the right backend based on runtime.GOOS,
and app.go now uses NewProductionBackend instead of always using mock.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 07:43:31 -04:00
..
app.go feat: FreeRDP3 purego backend for Windows with platform stub 2026-03-17 07:43:31 -04:00
workspace_test.go feat: workspace snapshot persistence — save/load layout + clean shutdown detection 2026-03-17 07:07:01 -04:00
workspace.go feat: workspace snapshot persistence — save/load layout + clean shutdown detection 2026-03-17 07:07:01 -04:00