riched20: Fix crash undoing a paste.
[wine] / dlls / dsound /
2005-06-05  Robert ReifFix tests to work with drivers that don't support a...
2005-06-05  Robert ReifAdd tests to check DirectSoundCapture creation.
2005-06-04  Robert ReifFinish DirectSoundCapture/DirectSoundCapture8 split.
2005-06-02  Robert ReifMove FullDuplex code from capture.c to duplex.c.
2005-06-01  Robert ReifFix property set description for more than one capture...
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-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-09  Robert ReifRemove dead code and redundant variables from DSOUND_Ca...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Robert ReifMove initialization to IDirectSound_Initialize.
2005-05-06  Francois GougetAssorted spelling fixes.
2005-05-04  Robert ReifSet driver type properly.
2005-04-13  Robert ReifFully implement WAVEDEVICEMAPPING property set.
2005-04-11  Robert ReifInitialize primary buffer on open.
2005-04-11  James HawkinsRemove nonstandard type LPLPVOID.
2005-03-30  Robert ReifKeep dsound8.c and dsound.c in sync.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-22  Jakob ErikssonTest fix.
2005-03-19  Robert ReifFix block align error message to show length before...
2005-03-16  Robert ReifwaveInPrepareHeader and waveInUnprepareHeader are not...
2005-03-15  Robert ReifUnconditionally free memory. Should make smatch happy.
2005-03-15  Robert ReifChange some global variable names.
2005-03-14  Robert ReifPrivate property sets do not exist in early versions...
2005-03-14  Robert ReifAdd missing functionality.
2005-03-05  Robert ReifDon't consider no sound device a failure.
2005-03-05  Robert ReifPrint dsound.dll version from file versioninfo resource.
2005-02-25  Robert ReifAdd secondary buffer SetFrequency test.
2005-02-25  Robert ReifUse nBlockAlign rather than calculating it.
2005-02-25  Robert ReifChange SetCooperativeLevel FIXME to WARN.
2005-02-24  Robert ReifTry old buffer description structure on failure with...
2005-02-23  Robert ReifFix tests for win9x and old versions of DirectX.
2005-02-18  Robert ReifFix capture test to pass on windows 98 when no sound...
2005-02-18  Robert ReifFix block align test.
2005-02-16  Robert ReifSome block align cleanups.
2005-02-16  Robert ReifFixed invalid buffer size by rounding up to next multip...
2005-02-11  Robert ReifRemoved printing of thread id for AddRef and Release...
2005-02-10  Francois GougetDon't link with DirectSoundCreate8 as this prevents...
2005-02-10  Robert ReifPrint info about primary buffer format.
2005-02-10  Robert ReifSigned/unsigned fix and code cleanup.
2005-02-10  Robert ReifAlways allocate an empty buffer.
2005-02-09  Robert ReifFill new software buffers with silence.
2005-02-01  Robert ReifFix primary buffer memory leak.
2005-01-28  Robert ReifFix structure member name to match windows headers...
2005-01-24  Robert ReifDon't allow other threads to access the primary buffer...
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.
2005-01-14  James HawkinsReturn CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
2005-01-10  Robert ReifRemove unneeded includes.
2005-01-09  Robert ReifDon't need to worry about windows messages.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-09  Robert ReifInitialize and uninitialize COM properly.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-07  Tomas VanekFixed no memory condition test in IDirectSoundImpl_Create.
2004-12-06  Robert ReifReturn the actual device interface name.
2004-12-06  Robert ReifAlways create a property set for secondary buffers.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-19  Robert ReifRemove trailing white space introduced in previous...
2004-11-09  Robert ReifRemove redundant GUID check.
2004-10-26  Robert ReifVerifyCertification is not always implemented.
2004-10-25  Robert ReifDon't consider a device in use a failure.
2004-10-22  Robert ReifDon't consider a bad format an error unless the capabil...
2004-10-21  Robert ReifTrailing white space cleanup.
2004-10-21  Robert ReifDon't consider a device that is already in use a test...
2004-10-19  Robert ReifDon't consider failure with DSERR_NODRIVER a test failure.
2004-10-18  Robert ReifFix some places where no driver present causes problems.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-17  Robert ReifCleanup reference counting.
2004-09-16  Robert ReifCleanup reference counting.
2004-09-10  Robert ReifRemove lock name from lock debug structure before delet...
2004-09-10  Robert ReifReturn error from low level driver when necessary.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Francois GougetMake the dsound tests run with DirectX < 8.
2004-09-08  Francois GougetRemove the get_hwnd() implementation from propset.c...
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-23  Robert ReifOnly print format info when in interactive mode for...
2004-08-20  Robert ReifRemove wine specific DRV_QUERYDSOUNDGUID message and...
2004-08-18  Robert ReifCleanup messages.
2004-08-18  Robert ReifAllocate wave format structure dynamically based on...
2004-08-18  Robert ReifCleanup some more messages.
2004-08-16  Robert ReifDelete buffer array when releasing last buffer.
2004-08-16  Robert ReifAllow proper release while capturing.
2004-08-13  Robert ReifMore dsound tests error message cleanups.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Robert ReifSpeed up mixing and unmixing by moving sample size...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-12  Robert ReifStart cleaning up error messages.
2004-08-11  Robert ReifFixed a bug where freqAdjust was not being updated...
2004-08-09  Francois GougetRemove the assert()s that checked that IDirectSoundBuff...
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-09  Robert ReifTest different primary buffer formats while keeping...
2004-08-06  Robert ReifAdds debug name to remaining critical sections.
next