Skip to content
  1. Feb 13, 2020
  2. Feb 10, 2020
  3. Feb 06, 2020
  4. Feb 04, 2020
  5. Jan 27, 2020
  6. Jan 24, 2020
  7. Jan 23, 2020
  8. Jan 22, 2020
  9. Jan 13, 2020
    • Geoffrey Métais's avatar
      TV: Fix subs picker focus · 48245fb0
      Geoffrey Métais authored and Geoffrey Métais's avatar Geoffrey Métais committed
      
      (cherry picked from commit 6625b124)
      48245fb0
    • Kazuki Takise's avatar
      Support Picture-in-Picture on Chrome OS · a5b8465e
      Kazuki Takise authored
      enterPictureInPictureMode() must be called in onUserLeaveHint() to
      support Picture-in-Picture in a multi-window environment such as
      Chrome OS.
      
      The current implemententation (calling the API in onPause()) causes
      the following issues on Chrome OS:
      
      - VLC enters PiP without being occluded, but just with another
        window activated. In a multi-window environment, we can't assume
        onPause() means the window gets hidden. As only one window can
        be resumed at the same time, it's possible that a window is
        fully visible, but paused.
      - When some ChromeOS-specific system UI gets shown (e.g. Alt-Tab
        window cycler, Overview Mode), VLC enters PiP unexpectedly.
      
      This patch moves switchToPopup() from onPause() to onUserLeaveHint()
      to prevent those issues.
      
      (cherry picked from commit f466ecb0)
      a5b8465e
  10. Dec 27, 2019
  11. Dec 24, 2019
  12. Dec 23, 2019
  13. Dec 20, 2019
  14. Dec 19, 2019
Loading