- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 26 Apr, 2005 1 commit
-
-
gbazin authored
* modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added support for insert/delete hotkeys.
-
- 20 Dec, 2004 1 commit
-
-
gbazin authored
-
- 02 Dec, 2004 2 commits
- 22 Nov, 2004 2 commits
- 09 Nov, 2004 1 commit
-
-
gbazin authored
* modules/video_output/directx: last attempt at fixing the spurious taskbar item after switching to fullscreen (it actually also simplifies the code a bit as well).
-
- 25 Sep, 2004 1 commit
-
-
gbazin authored
-
- 12 Sep, 2004 1 commit
-
-
gbazin authored
* modules/video_output/directx/events.c: use a different window class for the video sub-window so the background color doesn't get messed-up with.
-
- 23 Jul, 2004 1 commit
-
-
gbazin authored
* modules/video_output/directx/events.c: removed unused code.
-
- 09 Jun, 2004 1 commit
-
-
gbazin authored
-
- 25 May, 2004 1 commit
-
-
gbazin authored
-
- 16 May, 2004 1 commit
-
-
gbazin 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.
-
- 07 May, 2004 1 commit
-
-
gbazin authored
-
- 23 Apr, 2004 1 commit
-
-
gbazin authored
* include/vlc_meta.h: vlc_meta_GetValue(). * modules/demux/m3u.c: increased MAX_LINE to 8192. * modules/video_output/directx/events.c: portability fix.
-
- 22 Apr, 2004 2 commits
-
-
gbazin authored
-
gbazin authored
- Major changes to way the embedded vout is handled. + the vout windows are created in our event thread so we do receive the events now. + we do not use the external window directly (as for normal vout we create our vout window + video sub-window). + Create a WS_EX_NOPARENTNOTIFY vout window to make mozilla happy. - Improved the mouse auto-hide feature. - Do the DirectXUpdateOverlay() in the events thread. This should make S3 graphics cards happy again.
-
- 19 Apr, 2004 2 commits
- 08 Apr, 2004 1 commit
-
-
gbazin authored
* modules/video_output/directx and x11: implemented VOUT_SET_STAY_ON_TOP in Control() * src/video_output/vout_intf.c: moved the video-on-top variable there.
-
- 02 Apr, 2004 2 commits
-
-
gbazin authored
-
gbazin authored
* modules/gui/wxwindows/video.cpp: implement vout_ControlWindow(). * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c: + call vout_ControlWindow() when resizing in embedded mode. + implemented a VOUT_REPARENT/CLOSE mode in Control() so the interface can signal that it closes its video window.
-
- 01 Apr, 2004 1 commit
-
-
gbazin authored
+ added a --video-title option, courtesy of Hornsby Adrian. * modules/video_output/directx/directx.c: minor changes.
-
- 25 Mar, 2004 1 commit
-
-
gbazin authored
+ Added calls to vout_RequestWindow()/vout_ReleaseWindow() + Implemented vout_Control() + Fixed potential division by 0
-
- 17 Mar, 2004 1 commit
-
-
gbazin authored
+ use SetWindowLongPtr() instead of SetWindowLong() whenever required. + reset GWLP_USERDATA when calling the parent window windowproc.
-
- 12 Mar, 2004 1 commit
-
-
gbazin authored
+ patch to forward unhandled messages to owner window (Courtesy of Markus Kern). + modification to the patch to play well with the mozilla plugin.
-
- 11 Mar, 2004 1 commit
-
-
ipkiss authored
* modules/video_output/directx/events.c: mouse wheel support * modules/gui/skins2/src/generic_window.cpp: mouse wheel events are treated as hotkeys, but only if they are not intercepted by a control (such as a slider)
-
- 09 Mar, 2004 1 commit
-
-
gbazin authored
-
- 26 Feb, 2004 1 commit
-
-
gbazin authored
-
- 02 Jan, 2004 1 commit
-
-
gbazin authored
* modules/video_output/directx/*: fixed overlay on 24bpp displays.
-
- 23 Dec, 2003 3 commits
- 16 Dec, 2003 1 commit
-
-
gbazin authored
* modules/video_output/directx/events.c: the coordinates used to blit the video must be relative to the current primary surface (current display).
-
- 11 Dec, 2003 1 commit
-
-
gbazin authored
* src/video_output/video_output.c: small change to allow the directx plugin to destroy/recreate picture buffers on the fly.
-
- 08 Dec, 2003 1 commit
-
-
gbazin authored
* ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.) * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
-
- 20 Nov, 2003 1 commit
-
-
gbazin authored
* mozilla/vlcshell.cpp, modules/video_output/directx/*: round of fixes for the win32 mozilla plugin.
-
- 19 Nov, 2003 1 commit
-
-
gbazin authored
* modules/video_output/directx/*: we now create a video sub-window which is a child of the main window and which always fit exactly the size of the video. As a result the overlay color key is only painted in the video area and the rest of the window is pure black.
-
- 31 Oct, 2003 1 commit
-
-
gbazin authored
* modules/control/hotkeys.c: use demux_Control( p_input, DEMUX_SET_TIME, ...) to seek, for better precision. * modules/video_output/directx/events.c: fix to catch the Alt key.
-