ddraw: Don't interpret end padding as dwCaps2 for x64.
[wine] / dlls / dmusic /
2011-05-17  Marcus Meissnerdmusic: Mark internal symbols as hidden.
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-12-03  Alexandre Julliarddmusic: Convert dll registration to the IRegistrar...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-06  Andrew Talbotdmusic: Constify a variable.
2010-07-28  Austin Englishdmusic: use a previously unused variable.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-28  Austin Englishdmusic: Use if(0) instead of #if 0 to make sure code...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-01-14  Michael Stefaniucdmusic: Avoid newlines inside FIXME messages.
2009-01-13  Michael Stefaniucdmusic: Remove superfluous pointer casts.
2008-12-22  Christian Costadmusic: Implement IDirectMusic8Impl_CreateMusicBuffer.
2008-12-22  Christian Costadmusic: Improve IDirectMusicPortDownloadImpl_GetBuffer...
2008-12-22  Christian Costadmusic: Fix IDirectMusicPortImpl_QueryInterface.
2008-12-22  Christian Costadmusic: Add support for IID_IDirectMusicDownloadedInstr...
2008-12-22  Christian Costadmusic: Improve IDirectMusicPortImpl_DownloadInstrument...
2008-12-20  Christian Costadmusic: Move IDirectMusicThru and IDirectMusicPortDownl...
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 Julliarddmusic: Remove some unused functions.
2008-11-03  Michael Stefaniucdmusic: Do not cast NULL.
2008-07-31  Andrew Talbotdmusic: Sign-compare warning fix.
2008-06-30  Alexandre JulliardFix a few %ll printf formats.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-02  Austin EnglishSpelling fixes.
2008-02-29  Rob ShearmanInclude config.h and wine/port.h in files that use...
2008-02-26  Andrew Talbotdmusic: Assign to structs instead of using memcpy.
2007-12-08  Andrew Talbotdmusic: Remove unneeded casts.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-09-21  Andrew Talbotdmusic: Indirection level fix.
2007-08-30  Stefan Leichterdmusic: Remove 'recursive registry key delete' function.
2007-05-30  Alexandre Julliarddmusic: Fix license headers that mistakenly use GPL...
2007-04-25  Andrew Talbotdmusic: Constify a variable.
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-03  Robert Reifdmusic: Implement just enough of IDirectMusicPortImpl_G...
2006-11-09  Marcus Meissnerdmusic: Replaced && 0xfff... by & 0xff.
2006-10-30  Peter Oberndorferdmusic: Do not write outside of array bounds.
2006-10-12  Michael Stefaniucdmusic: Win64 printf format warning fixes.
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-11  Stefan Leichterdmusic: 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-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-10  Alexandre Julliarddmusic: Make the virtual table functions static where...
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-22  Vitaliy Margolendirectx: Update file versions to dx9c (compared to...
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2005-11-29  Raphael JunqueiraFix implementation of IDirectMusic8Impl_CreatePort.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-10  Francois GougetCorrect more mismatches between spec files and comments...
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-26  Alexandre JulliardDon't generate import libraries for dlls that don't...
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
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 LarsenStrncpy elimination.
2005-01-26  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-22  Francois GougetRemove unneeded NULL casts.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
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-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
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-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-20  Rok Mandeljc- updated resources to DX9
2004-01-03  Alexandre JulliardAvoid referencing a private header in another dll.
2003-10-11  Dimitrie O. PaunFix some instances of memory allocation through HeapReA...
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-07-16  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-07-09  Francois GougetSpelling fixes.
2003-07-02  Christian CostaMake Init and InitAudio return an error when no audio...
2003-07-01  Alexandre JulliardAdd strmif.h to the headers included in libuuid.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-30  Alexandre JulliardFixed warning.
2003-06-30  Rok MandeljcFile loading improvements.
2003-06-27  Raphael Junqueira- huge COM cleanup: only keep dmusic8 version of interf...
2003-06-24  Rok MandeljcAdded framework for file loading.
2003-06-18  Raphael Junqueira- add IDirectMusicContainer support in
next