1. 20 May, 2004 10 commits
  2. 19 May, 2004 7 commits
  3. 18 May, 2004 8 commits
  4. 17 May, 2004 13 commits
  5. 16 May, 2004 2 commits
    • Gildas Bazin's avatar
      * interface/interface.c: fixed a bug with embedded vouts and interface switching. · 75df75b6
      Gildas Bazin authored
      * video_output/vout_intf.c: small fix.
      75df75b6
    • Gildas Bazin's avatar
      * src/video_output/vout_intf.c, include/video_output.h: · a748c625
      Gildas Bazin authored
        + vout_RequestWindow() will now cycle through all the available interfaces until 
      it finds one with embedded vout support.
          This fixes the issue where embedded vout would stop working when additional 
      interfaces are spawned after the main interface is started.
        + vout_RequestWindow() now stores the parent interface pointer into the vout 
      object for later use by vout_ControlWindow() and vout_ReleaseWindow().
        + added a vout_vaControlDefault() called by the vouts pf_control() when they 
      don't handle something.
      * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
        + call vout_vaControlDefault().
      * modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is 
      about to be destroyed.
      a748c625