propsys: Implement prop variant integer conversions with tests.
[wine] / dlls / dmusic / dmusic.c
2012-05-25  Christian Costadmusic: Cleanup DMUSIC_CreateDirectMusicImpl.
2012-05-24  Christian Costadmusic: Cleanup IDirectMusic8Impl_QueryInterface.
2012-05-24  Christian Costadmusic: Display new ref in trace for AddRef and Release...
2012-05-02  Christian Costadmusic: Check errors in IDirectMusic8Impl_Activate...
2012-05-02  Christian Costadmusic: Implement IDirectMusic8Impl_EnumMasterClock.
2012-05-02  Christian Costadmusic: COM cleanup of IDirectMusic8.
2012-04-24  Christian Costadmusic: Pass creation parameters to DMUSIC_CreateDirect...
2012-04-23  Christian Costadmusic: Fix IDirectMusic8Impl_CreateMusicBuffer buffer...
2012-04-11  Christian Costadmusic: Check wrong params when creating a port + tests.
2012-04-11  Christian Costadmusic: Add dump function for DMUS_PORTPARAMS struct.
2012-04-06  Andrew Eikumdmusic: Check correct return code.
2012-04-03  Christian Costadmusic: Check return codes and display name from port...
2012-04-03  Christian Costadmusic: Enumerate ports for midi out and midi in device...
2012-03-30  Christian Costadmusic: Don't use method implementation directly. Pass...
2012-03-30  Andrew Eikumdmusic: Support creating default ports with GUID_NULL.
2012-01-23  Christian Costadmusic: Fix memory leak in Direct Music object.
2009-01-13  Michael Stefaniucdmusic: Remove superfluous pointer casts.
2008-12-22  Christian Costadmusic: Implement IDirectMusic8Impl_CreateMusicBuffer.
2008-12-01  Alexandre Julliarddmusic: Remove some unused functions.
2008-11-03  Michael Stefaniucdmusic: Do not cast NULL.
2007-12-08  Andrew Talbotdmusic: Remove unneeded casts.
2007-05-30  Alexandre Julliarddmusic: Fix license headers that mistakenly use GPL...
2006-10-30  Peter Oberndorferdmusic: Do not write outside of array bounds.
2006-10-12  Michael Stefaniucdmusic: Win64 printf format warning fixes.
2006-06-10  Alexandre Julliarddmusic: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-29  Raphael JunqueiraFix implementation of IDirectMusic8Impl_CreatePort.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
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-02-25  Rok MandeljcAdded name resolving for CLSIDs, IIDs, GUIDs and return...
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-20  Rok Mandeljc- updated resources to DX9
2003-10-11  Dimitrie O. PaunFix some instances of memory allocation through HeapReA...
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-21  Rok MandeljcSplit the dmusic interfaces.
2003-06-27  Raphael Junqueira- huge COM cleanup: only keep dmusic8 version of interf...
2003-06-07  Rok Mandeljc- added debug
2003-05-06  Rok Mandeljc- implemented some more port related-functions
2003-05-04  Rok MandeljcDmusic class factory can now create dmloader8 and dmper...
2003-05-02  Rok MandeljcImplemented DirectMusic:EnumPort and DirectMusic:GetDef...
2003-04-27  Rok MandeljcSome dmusic functions implementation.
2003-04-08  Rok MandeljcAdded stubs for all dmusic interfaces.
2003-03-31  Rok Mandeljc(sorta) implemented EnumPorts.
2003-03-21  Rok MandeljcStub implementation of the dmusic dll.