Commit Graph

12 Commits

Author SHA1 Message Date
Damien Fouilleul 67561f25e6 - add libvlc.a at the end of the linking chain, so that --disable-plugins works for the ActiveX Plugin (ref. #276) 2005-08-02 09:02:49 +00:00
Damien Fouilleul 35db6dd6ec Improved compatibility
tested to work with
- Visual Basic 6
- Visual C++ 6
- Microsoft Office 2003
- Internet Explorer 6

all: support for aggregation + bug fixes
dataobject.cpp, dataobject.h: initial support for embedding
2005-07-19 17:41:16 +00:00
Rémi Denis-Courmont 629d9ddaf5 - Automatic versioning info in ActiveX plugin (refs #181)
- Also include the inf in the distribution
2005-07-14 15:18:50 +00:00
Damien Fouilleul da4dc63b33 all: clean-up, bug fixes so that plugin is now working correctly with Visual Basic 6 (which I have tested) and hopefully should also work with .NET (which I havent't tested).
Outstanding issue: the control properties are not persisted

vlc16x16.bmp: toolbar icon for VLC plugin
2005-06-27 11:41:16 +00:00
Damien Fouilleul b9057a61e7 - all: intitial offscreen drawing support (mostly for printing). Unfortunately, video output cannot be printed at this stage, and to support it, interfacing with a video filter such as the 'snapshot' filter is required to do a still capture. 2005-04-06 11:23:52 +00:00
Sam Hocevar bb3190bc35 * activex/Makefile.am: use "rm -f", not "-rm". 2005-03-14 10:49:41 +00:00
Derk-Jan Hartman 146736b578 * axvlc.reg was removed from the source tree in r9968, but not removed from the Makefile.am
This was breaking make dist, and therefore the SVN .tar.gz snapshots
2005-03-13 23:10:01 +00:00
Rémi Denis-Courmont c5a8df9d89 - Fix building axvlc from subdirectory 2005-03-11 13:41:51 +00:00
Damien Fouilleul 6d094bafb3 - miscelleanous fixes and improvements
- self registration (Internet installation now possible)
2005-02-17 12:06:01 +00:00
Gildas Bazin 7795193421 * configure.ac, activex/Makefile.am: conditional compile of the activex plugin. 2005-01-20 12:03:58 +00:00
Gildas Bazin c3e5a7dd86 * configure.ac, activex/Makefile.am: small fixes to the activex plugin build. 2005-01-20 10:10:30 +00:00
Damien Fouilleul 03e30a851a Initial version of ActiveX plugin for VLC 2005-01-19 17:14:16 +00:00