1. 02 Feb, 2011 3 commits
  2. 01 Feb, 2011 8 commits
  3. 31 Jan, 2011 9 commits
  4. 30 Jan, 2011 12 commits
  5. 29 Jan, 2011 6 commits
  6. 28 Jan, 2011 2 commits
    • Erwan Tulou's avatar
      msw(Win32): properly terminate vlc when SC_CLOSE received · 7b18ec43
      Erwan Tulou authored
      Same rationale as previous patch about Linux.
      
      fix trac #4440 (to be tested)
      7b18ec43
    • Erwan Tulou's avatar
      xcb: support for WM_DELETE_WINDOW(WM_PROTOCOLS) · 95b63292
      Erwan Tulou authored
      When the default window provider is used (dummy, rc, ... interfaces),
      rather decide what to do when the user closes the video window than let
      the WM blindly destroy it. Till now, this led to an error message, input
      dying and the playlist being stopped. For -I dummy, it also meant leaving
      vlc hanging since no interface could then be used to stop vlc.
      
      Action taken is to stop vlc, but feel free to change/improve/make it
      more configurable if need be.
      95b63292