mshtml: Added IActiveScriptDebug32 stub implementation.
[wine] / dlls / qcap /
2008-03-31  Andrew Talbotqcap: Assign to struct instead of using CopyMemory.
2008-03-14  Maarten Lankhorstqcap: Implement a stubby CaptureGraphBuilder2::RenderSt...
2008-03-14  Maarten Lankhorstqcap: Add better findpin stub for CaptureGraphBuilder.
2008-03-13  Andrew Talbotqcap: Assign to structs instead of using memcpy.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-16  Andrew Talbotqcap: Remove unneeded casts.
2008-01-02  Gerald Pfeiferqcap: Complete initializers for g_cTemplates[].
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-11-19  Michael Stefaniucqcap: Fix a mem leak on an error path. Found by Smatch.
2007-08-07  Andrew Talbotqcap: Constify some variables.
2007-06-05  Stefan Leichterqcap: Replace DeleteEntireSubKey with RegDeleteTreeW.
2007-05-17  Andrew Talbotqcap: Exclude unused headers.
2007-03-12  Jan Zerebeckiqcap: Add DebugInfo to critical sections.
2007-01-25  Paul Vriensqcap: Initialize a variable (Coverity).
2007-01-23  Andrew Talbotqcap: Declare some items static.
2007-01-22  Andrew Talbotqcap: Fix a typo.
2007-01-06  Dmitry Timoshkovqcap: Do not store full DLL path in the registry.
2007-01-05  Francois Gougetqcap: Print GetLastError() in decimal with '%u'.
2006-11-13  Andrew Talbotqcap: Cast-qual warnings fix.
2006-10-09  Michael Stefaniucqcap: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before CoTaskM...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-21  Stefan Leichterqcap: Print 64bit integers with wine_dbgstr_longlong.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-26  Alexandre JulliardDon't generate import libraries for dlls that don't...
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-04  Maarten LankhorstImplemented VfwCapture interface.
2005-05-29  Francois GougetRemove unneeded cast.
2005-05-27  Maarten LankhorstImplemented VfwCapture interface.
2005-05-24  Maarten LankhorstAdded YUV routines needed for v4l driver, and in the...
2005-05-18  Maarten LankhorstFixed SetFilterGraph failure.
2005-05-18  Maarten LankhorstAdd pin functions from quartz.
2005-05-18  Maarten LankhorstDllCanUnloadNow fix.
2005-05-17  Maarten LankhorstAdded EnumPins from quartz for internal use.
2005-05-17  Maarten LankhorstFixed initialisation crash on loading qcap dll.
2005-05-17  Maarten LankhorstFixed qcap's inherited enummedia bugs.
2005-05-14  Rolf KalbermatterAdd IEnumMediaType object for use by other class object...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Rolf KalbermatterImplement ICaptureGraphBuilder and IcaptureGraphBuilder...
2005-05-07  Rolf KalbermatterImplement DLL registering and unregistering functions...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2004-11-23  Tom WicklineVersion resources cleanup.
2004-05-27  Ivan Leo PuotiChanged my name, so update copyright info.
2004-05-21  Tom Wickline- add version info to dplay.dll
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-01-02  Dominik StrasserSome stubs for dll setup needed by IE6 setup.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2001-10-23  Hidenori TakeshimaAdded stubs for msdmo.dll, qcap.dll and devenum.dll.