- 26 Jun, 2007 1 commit
-
-
Damien Fouilleul authored
activex: remove logo when control runs in usermode and fill canvas with background color instead, which is settable as "BackColor" property (or bgcolor for web).
-
- 10 Apr, 2007 1 commit
-
-
Damien Fouilleul authored
-
- 11 Mar, 2007 1 commit
-
-
Jean-Paul Saman authored
to JavaScript API implementation.
-
- 08 Jan, 2007 1 commit
-
-
Damien Fouilleul authored
-
- 07 Jan, 2007 1 commit
-
-
Jean-Paul Saman authored
-
- 14 Dec, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 07 Dec, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 27 Oct, 2006 1 commit
-
-
Damien Fouilleul authored
- cleanup
-
- 09 Oct, 2006 1 commit
-
-
Damien Fouilleul authored
- added missing video.toggleFullscreen() API
-
- 26 Sep, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 22 Sep, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 18 Sep, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 14 Sep, 2006 1 commit
-
-
Damien Fouilleul authored
- ActiveX: support for libvlc and common scripting APIS, widl has replaced midl as default IDL compiler
-
- 02 Apr, 2006 1 commit
-
-
Damien Fouilleul authored
- commit output of MIDL compilation otherwise changes don't make it into the build
-
- 23 Oct, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Aug, 2005 1 commit
-
-
Damien Fouilleul authored
all: reworked ActiveX plugin, which now works properly with .NET (tested with Visual Basic Express 2005) added persistent properties such as MRL, AutoPlay, AutoLoop which allows a user to play a default target without programming.
-
- 11 May, 2005 1 commit
-
-
Damien Fouilleul authored
src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API. main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
-
- 17 Feb, 2005 1 commit
-
-
Damien Fouilleul authored
- self registration (Internet installation now possible)
-
- 21 Jan, 2005 1 commit
-
-
Damien Fouilleul authored
-
- 19 Jan, 2005 1 commit
-
-
Damien Fouilleul authored
-