Skip to content
Snippets Groups Projects
  1. Jun 01, 2024
    • Fatih Uzunoğlu's avatar
      qt: detect Windows 11 22H2 properly in win32windoweffects module · aaba70b6
      Fatih Uzunoğlu authored and Steve Lhomme's avatar Steve Lhomme committed
      Windows 11 identifies as Windows 10 (NT 10),
      so this comparison always yields false.
      
      As a side note, native acrylic background
      for Win32 windows only gained support with
      the Windows 11 22H2 update, that's why
      there is the check here.
      
      Note that according to the general conventions
      a transparent window must be frameless on
      Windows. This is currently not the case,
      because "frameless window don't support
      areo snapping". So, it can be considered
      as a known bug if native acrylic does not
      work as intended. This grants a requirement
      of change to use frameless window, and get
      rid of the current workaround that simulates
      frameless window in mainctx_win32.cpp. If
      aero snapping does not work, it is Windows's
      problem since we are using frameless windows
      in every other platform.
      aaba70b6
    • Steve Lhomme's avatar
      demux: mkv: make sure the first cluster has a timestamp for an infinite Cluster · 3a4a3dea
      Steve Lhomme authored
      We don't use the Cluster otherwise and can read at all.
      
      Ref #28653
      3a4a3dea
  2. May 31, 2024
  3. May 30, 2024
Loading