fluxa-desktop/src-tauri
KhooLy bdeea190d1 feat(desktop): HDR display output support (Windows)
- windows_d3d11.rs / windows_player_surface.rs: detect whether the
  active display supports HDR and, when the "HDR output" preference is
  on, create the D3D11 swap chain with an HDR-capable format; expose
  hdr_display_supported() for the frontend to query.
- mpv_render.rs: drop the now-redundant format/width/height fields
  from the D3D11 render target — mpv_d3d11_fbo only needs the texture,
  which already carries its own format/dimensions.
- linux_player_surface.rs: track whether the current Vulkan context is
  HDR-capable on a shared flag for parity with the Windows path.
- storage.rs: add read_pref_bool() to read boolean prefs (used for the
  hdrEnabled toggle).
- lib.rs: register the player_hdr_supported command; tauri.conf.json
  sets a transparent window background so HDR/SDR compositing doesn't
  show a black flash.
- Frontend: add an "HDR output" toggle in Playback settings, auto-detect
  and store display support on first run via player_hdr_supported.
2026-07-27 16:17:18 +03:00
..
assets Add Anime4K mode shortcuts 2026-07-10 23:48:12 +03:00
capabilities Add stream/magnet link copy and download-from-context-menu 2026-07-15 19:36:03 +03:00
examples style: run rustfmt over backend Rust modules 2026-07-27 16:12:54 +03:00
icons chore: refresh app icons 2026-07-02 00:11:15 +03:00
patches/tauri-runtime-wry-2.11.2 feat: initial release 2026-06-17 00:42:06 +03:00
plugins/tauri-plugin-libmpv feat: initial release 2026-06-17 00:42:06 +03:00
src feat(desktop): HDR display output support (Windows) 2026-07-27 16:17:18 +03:00
build.rs feat: initial release 2026-06-17 00:42:06 +03:00
Cargo.lock chore(desktop): refresh Cargo.lock for dropped rquickjs bindgen feature 2026-07-27 16:14:30 +03:00
Cargo.toml Fix desktop OAuth callback handoff 2026-07-26 00:29:40 +03:00
fetch-libmpv.sh feat: switch to gpu-next libmpv fork, fix player UI bugs, bump v0.1.1 2026-06-17 18:50:15 +03:00
tauri.conf.json feat(desktop): HDR display output support (Windows) 2026-07-27 16:17:18 +03:00