- Be more accurate on Darwin stack size.
[wine] / dlls / dsound / tests /
2004-07-13  Robert ReifRemove DirectSound reference counts by buffers and...
2004-07-12  Robert Reif- Create IDirectSound and IDirectSound8 objects using the
2004-07-04  Robert ReifSeparated DirectSoundCreate8 into two functions and...
2004-06-17  Francois GougetSplit the 'dsound' test into two parts:
2004-04-06  Robert ReifFixed deadlock in capture callback.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-20  Francois GougetAdd trailing '\n's to ok() calls.
2003-10-08  Robert ReifMake capture more reliable by submitting all buffers...
2003-09-27  Robert ReifRemove capture tests from dsound.c and place them in...
2003-09-19  Robert ReifAdded volume and pan support to primary buffers.
2003-09-15  Robert ReifAdded better tests for volume and pan.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-01  Robert ReifAdded more tests and restructured tests for easier...
2003-08-27  Dimitrie O. PaunRemove some unneeded __WINESRC__ tests from the headers.
2003-08-20  Robert ReifAdded tests for buffer property sets.
2003-08-18  Robert ReifFixed bug where last tests were not executed.
2003-08-07  Alexandre JulliardAdded propset.ok.
2003-08-06  Robert ReifAdded some COM and property set tests.
2003-06-27  Robert Reif3D buffer and listener reference counts should be fixed.
2003-05-22  Robert ReifAdd 3d primary and secondary buffer tests.
2003-04-13  Alexandre JulliardDon't use Wine debugging API in tests.
2003-04-11  Robert ReifChanged capture format printing to hex.
2003-03-07  Robert ReifFixed a bug where a capture device was used after it...
2003-03-04  Robert ReifFixed code to handle full duplex properly.
2003-02-24  Robert ReifFixed a problem getting the GUID to compile under windo...
2003-02-15  Robert ReifAdded support for direct sound capture and a real direc...
2003-01-20  Gerald Pfeifer#include <stdlib.h> instead of the non-standard <malloc.h>.
2003-01-16  Francois GougetSetFormat may not change the primary buffer format...
2003-01-02  Francois GougetAdd the ability of playing a test tone when in interact...
2002-12-13  Francois GougetExtend the test by creating a PrimaryBuffer object...
2002-12-05  Francois GougetA simple test for IDirectSound.GetCaps.