wbemprox: Handle NULL operands in eval_strcmp.
[wine] / dlls / dmstyle /
2011-10-18  Marcus Meissnerdirectshow: Removed bad sizeof in copy/pasted code...
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-07-27  Michael Stefaniucdmstyle: Remove an unused function declaration.
2011-07-27  Michael Stefaniucdmstyle: Implement IClassFactory::QueryInterface.
2011-07-27  Michael Stefaniucdmstyle: Merge all the different IClassFactory implemen...
2011-06-27  Marcus Meissnerdmstyle: Reverse NULL check and deref (Coverity).
2011-05-17  Marcus Meissnerdmstyle: Mark internal symbols with hidden visibility.
2010-12-03  Alexandre Julliarddmstyle: Convert dll registration to the IRegistrar...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-01-14  Michael Stefaniucdmstyle: Avoid newlines inside FIXME messages.
2009-02-02  Marcus Meissnerdmstyle: Another NULL ptr check added (Coverity).
2009-01-13  Michael Stefaniucdmstyle: Remove superfluous pointer casts.
2009-01-10  Michael Stefaniucinclude: Change MUSIC_TIME from long to LONG for Win64...
2008-12-22  Andrew Talbotdmstyle: Remove unused Wine debug channel.
2008-12-17  Hans Leidekkerjanitorial: Remove unneeded user32 imports.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-01  Alexandre Julliarddmstyle: Remove some unused functions.
2008-08-01  Andrew Talbotdmstyle: Sign-compare warning fix.
2008-07-10  Andrew Talbotdmstyle: Remove unneeded address-of operators from...
2008-05-07  Francois GougetAssorted spelling fixes.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-30  Eric Pouechjanitorial: Prototype func() should be func(void).
2008-04-02  Austin EnglishSpelling fixes.
2008-02-26  Andrew Talbotdmstyle: Assign to structs instead of using memcpy.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-08-31  Stefan Leichterdmstyle: Remove 'recursive registry key delete' function.
2007-05-30  Alexandre Julliarddmusic: Fix license headers that mistakenly use GPL...
2007-05-02  Andrew Talbotdmstyle: Exclude unused headers.
2007-04-25  Andrew Talbotdmstyle: Constify some variables.
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-08  Andrew Talbotdmstyle: Declare some functions static.
2006-12-11  Andrew Talbotdmstyle: Dangling references fix.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-07  Francois Gougetdmstyle: Fix spelling of the DMUS_PRIVATE_STYLE_MOTIF...
2006-10-20  Alexandre JulliardAvoid usage of sizeof in traces that causes warnings...
2006-10-13  Francois GougetAdd '\n's to Wine traces.
2006-10-13  Michael Stefaniucdmstyle: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
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-09-13  Stefan Leichterdmstyle: Print 64bit integers with wine_dbgstr_longlong.
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-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-13  Alexandre Julliarddmstyle: Don't use sizeof in traces to avoid printf...
2006-06-10  Alexandre Julliarddmstyle: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-08-08  Alexandre JulliardFixed DllGetClassObject spec entries.
2005-07-26  Alexandre JulliardDon't generate import libraries for dlls that don't...
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-27  Eric PouechConst correctness fixes.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-17  Francois GougetFix winapi_check documentation warnings.
2005-05-30  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-17  Robert ShearmanRename MODULENAME_Dll* functions to Dll* for better...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-01-24  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-24  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-05  Raphael Junqueira- handle StyleRefs list on DMStyleTracks
2004-12-22  Francois GougetRemove unneeded NULL casts.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-05-14  Raphael Junqueira- Parse DMStyle motifs (ie patterns) and bands (fill...
2004-05-14  Raphael Junqueira- Add the same new files (dmutils.c/dmutils.h) into...
2004-05-13  Raphael Junqueira- Fewer FIXMEs.
2004-05-12  Raphael Junqueira- Segment loading fix (correct FOURCC_RIFF tracks handl...
2004-05-11  Raphael Junqueira- Typo fix in dmusicf.h.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-02-27  Alexandre JulliardSync some of the dll registrations with the contents of
2004-02-25  Rok MandeljcAdded name resolving for CLSIDs, IIDs, GUIDs and return...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-20  Rok Mandeljc- updated resources to DX9
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-22  Rok Mandeljc- implemented loader, loader's stream and loading of...
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-21  Rok MandeljcSplit the dmusic interfaces.
2003-04-08  Rok MandeljcAdded stubs for dpnhpast and for all the dmusic dlls.