wraith/src-tauri
Vantz Stockwell 6acd674905
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m44s
perf: fix RDP window drag blockiness — full window drag + remove throttle
Root cause: PerformanceFlags::default() included DISABLE_FULLWINDOWDRAG
which told the RDP server to skip window contents during drag operations.
Additionally, the frame_gen % 2 backend throttle dropped 50% of frame
notifications during rapid updates.

Fix:
- PerformanceFlags: removed DISABLE_FULLWINDOWDRAG, added DISABLE_WALLPAPER,
  DISABLE_CURSOR_SHADOW, ENABLE_DESKTOP_COMPOSITION for optimal rendering
- Removed backend frame throttle — frontend rAF coalescing handles rate limiting
- Simplified buffer architecture: eliminated back_buffer and TokioMutex,
  RDP thread writes directly to front_buffer via RwLock write lock
- Removed unused tokio::sync::Mutex import

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 09:34:08 -04:00
..
capabilities feat: Help menu + fix tab detach rendering 2026-03-26 14:07:45 -04:00
gen/schemas feat: Help menu + fix tab detach rendering 2026-03-26 14:07:45 -04:00
icons feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
src perf: fix RDP window drag blockiness — full window drag + remove throttle 2026-03-30 09:34:08 -04:00
windows fix: remove desktop shortcut from NSIS installer by default 2026-03-24 20:04:06 -04:00
build.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
Cargo.lock fix: SEC-3/CONC-1/2/3 vault zeroize + async mutex + cancellation tokens 2026-03-29 16:40:10 -04:00
Cargo.toml merge: SEC-3/CONC-1/2/3 vault zeroize + async mutex + cancellation (resolved lib.rs conflict) 2026-03-29 16:41:47 -04:00
installer.nsi.template feat: Local PTY Copilot Panel — replace Gemini stub with real terminal 2026-03-24 20:43:18 -04:00
tauri.conf.json perf: enable GPU rasterization + zero-copy for Windows WebView2 2026-03-30 09:24:00 -04:00