fluxa-desktop/src
KhooLy 6087dcdf97 feat(desktop): embed libVLC playback instead of a separate window
- libvlc_render.rs: locate/load libvlc more robustly (Windows DLL
  search path, plugin path discovery), route libvlc log messages into
  the app logger, lazily create the media player, and add audio
  mute/track and subtitle-track control bindings.
- macos_player_surface.rs: attach the libVLC output to the native
  NSView so it renders inside the app window (macOS), switching
  between the Vulkan and libVLC render paths based on the active
  engine.
- Update the player-engine description strings to reflect that libVLC
  now renders embedded rather than in its own window.
2026-07-27 16:13:03 +03:00
..
components fix(windows): synchronize native player controls and status 2026-07-26 14:48:01 +03:00
core fix(windows): synchronize native player controls and status 2026-07-26 14:48:01 +03:00
hooks feat: add provider library sources and sync fixes 2026-07-26 01:09:30 +03:00
i18n feat(desktop): embed libVLC playback instead of a separate window 2026-07-27 16:13:03 +03:00
screens fix calendar provider sync and presentation 2026-07-26 04:40:02 +03:00
test Fix Discover catalog dropdown going empty on Movie/Series switch 2026-07-11 02:44:16 +03:00
App.tsx feat: improve desktop calendar and plugins 2026-07-22 02:10:23 +03:00
i18n.ts feat: initial release 2026-06-17 00:42:06 +03:00
index.css Improve player and UI performance 2026-07-10 01:38:37 +03:00
main.tsx Suppress spurious Tauri http-plugin abort-race rejections 2026-07-10 16:34:32 +03:00
theme.ts feat: initial release 2026-06-17 00:42:06 +03:00
vite-env.d.ts fix: restore release builds with latest tooling 2026-07-03 15:47:31 +03:00