po: Update French translation.
[wine] / dlls / dmusic / dmusic_main.c
2012-04-11  Christian Costadmusic: Add dump function for DMUS_PORTPARAMS struct.
2012-04-11  Christian Costadmusic: Replace debugstr_DMUS_OBJECTDESC by a specific...
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-07-28  Michael Stefaniucdmusic: Merge the IClassFactory implementations.
2010-12-03  Alexandre Julliarddmusic: Convert dll registration to the IRegistrar...
2010-09-06  Andrew Talbotdmusic: Constify a variable.
2010-01-14  Michael Stefaniucdmusic: Avoid newlines inside FIXME messages.
2009-01-13  Michael Stefaniucdmusic: Remove superfluous pointer casts.
2008-12-01  Alexandre Julliarddmusic: Remove some unused functions.
2008-07-31  Andrew Talbotdmusic: Sign-compare warning fix.
2008-02-29  Rob ShearmanInclude config.h and wine/port.h in files that use...
2007-12-08  Andrew Talbotdmusic: Remove unneeded casts.
2007-09-21  Andrew Talbotdmusic: Indirection level fix.
2007-05-30  Alexandre Julliarddmusic: Fix license headers that mistakenly use GPL...
2007-04-25  Andrew Talbotdmusic: Constify a variable.
2006-11-09  Marcus Meissnerdmusic: Replaced && 0xfff... by & 0xff.
2006-10-12  Michael Stefaniucdmusic: Win64 printf format warning fixes.
2006-09-11  Stefan Leichterdmusic: Print 64bit integers with wine_dbgstr_longlong.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-01-26  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
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-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-02-25  Rok MandeljcAdded name resolving for CLSIDs, IIDs, GUIDs and return...
2004-01-20  Rok Mandeljc- updated resources to DX9
2003-08-22  Rok Mandeljc- implemented loader, loader's stream and loading of...
2003-07-21  Rok MandeljcSplit the dmusic interfaces.
2003-07-16  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-27  Raphael Junqueira- huge COM cleanup: only keep dmusic8 version of interf...
2003-06-13  Raphael Junqueira- always use IDirectMusicPerformance8Impl instead of
2003-06-07  Rok Mandeljc- added debug
2003-05-04  Rok MandeljcDmusic class factory can now create dmloader8 and dmper...
2003-04-27  Rok MandeljcSome dmusic functions implementation.
2003-03-21  Rok MandeljcStub implementation of the dmusic dll.