Switch back to using IPicture to load images. LoadImage did the
[wine] / dlls / dsound / dsound.c
2005-10-19  Robert ReifChange secondary buffer variable name to secondary.
2005-10-17  Robert ReifInclude winuser.h so the code compiles cleanly on windo...
2005-10-11  Robert ReifFix PrimaryBufferImpl pointer to deleted DirectSoundImpl.
2005-10-10  Robert ReifDirectSoundDevice reference count cleanup.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-07-15  Stefan HuehnerFix some write-strings warnings.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-31  Robert ReifAdd multiple DIRECTSOUND object support (multiple sound...
2005-05-06  Robert ReifMove initialization to IDirectSound_Initialize.
2005-03-15  Robert ReifChange some global variable names.
2005-02-25  Robert ReifChange SetCooperativeLevel FIXME to WARN.
2005-02-11  Robert ReifRemoved printing of thread id for AddRef and Release...
2005-02-01  Robert ReifFix primary buffer memory leak.
2005-01-24  Robert ReifRemove unused includes.
2005-01-24  Robert ReifUse Windows memory functions.
2005-01-24  Robert ReifFixed memory leak in mixer code.
2004-12-07  Tomas VanekFixed no memory condition test in IDirectSoundImpl_Create.
2004-09-16  Robert ReifCleanup reference counting.
2004-09-10  Robert ReifRemove lock name from lock debug structure before delet...
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-07  Robert ReifConsolidate secondary buffer list processing and locking.
2004-08-31  Francois GougetDon't use DSBCAPS_{CTRLDEFAULT,CTRLALL} in capability...
2004-08-25  Robert ReifDirectSound8 doesn't accept 3D stereo secondary buffers but
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-20  Robert ReifRemove wine specific DRV_QUERYDSOUNDGUID message and...
2004-08-18  Robert ReifAllocate wave format structure dynamically based on...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-06  Robert ReifAdds debug name to remaining critical sections.
2004-08-04  Robert ReifAdd CRITICAL_SECTION debug info.
2004-08-02  Francois GougetCheck the return value of IDirectSoundImpl_Create(...
2004-07-30  Robert ReifAdded error checking to IDirectSound_Compact.
2004-07-23  Francois GougetFix the volume and balance of primary buffers so it...
2004-07-22  Robert ReifDump DirectSound capabilities flags.
2004-07-19  Robert ReifDo initialization to match windows behavior (with test).
2004-07-13  Robert ReifRemove DirectSound reference counts by buffers and...
2004-07-09  Robert ReifBetter error checking and recovery.
2004-07-08  Francois GougetAssorted spelling fixes.
2004-07-06  Robert ReifGet certification for VerifyCertification from driver...
2004-07-04  Robert ReifSeparated DirectSoundCreate8 into two functions and...