dsound: Clean up DSPROPERTY_Enumerate1.
[wine] / dlls / dsound / tests /
2009-11-20  Maarten Lankhorstdsound: Restore old speaker config after tests.
2009-10-19  Marcus Meissnerdsound: Check for NULL listener (Coverity).
2009-06-22  Gerald Pfeiferdsound/tests: Fix two broken conditions.
2009-05-13  Francois Gougetdsound/tests: Replace malloc() with HeapAlloc().
2009-04-22  Jesse Allendsound: Fix test for some windows versions.
2009-04-21  Jesse Allendsound: Allow a special cbSize case in CreateSoundBuffer.
2009-03-30  Detlef Riekenbergdsound/tests: Remove duplicate version dump.
2009-01-02  Jeff Zaroykodsound: Check for invalid parameter when locking primar...
2008-12-08  Francois Gougetdsound: Remove unneeded casts of zero.
2008-10-23  Jeff Zaroykodsound/tests: Fix a failing capture test on win2k.
2008-10-23  Jeff Zaroykodsound/tests: Fix failing propset and capture tests...
2008-09-22  Paul Vriensdsound/tests: Fix failure on Win9x and NT4.
2008-09-19  Jeff Zaroykodsound: Fix a failing test on XP.
2008-09-10  Jeff Zaroykodsound: Fix a few failing tests and a crash on 2008...
2008-09-05  Paul Vriensdsound/tests: Fix typos in tests.
2008-09-05  Jeff Zaroykodsound: Check for invalid parameter when unlocking...
2008-07-09  John Klehmdsound: Accept DSERR_INVALIDCALL for CreateSoundBuffer...
2008-07-08  Alexandre Julliarddsound: Don't depend on the dxerr8 static library in...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-02  James Hawkinsdsound: Fix a failing test for broken drivers.
2008-06-25  Roy Sheadsound/tests: Added additional tests of IDirectSound_Cr...
2008-06-25  Roy Sheadsound/tests: Removed test depending on value of undefi...
2008-06-11  Zac Browndsound/tests: Improve test for IDirectSound8_CreateSoun...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-23  Maarten Lankhorstdsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx...
2008-04-21  Maarten Lankhorstdsound: Skip the sound checks on the primary module...
2007-11-13  Paul Vriensdsound/tests: Better check to see if class is not avail...
2007-11-13  Paul Vriensdsound/tests: Fix test failures on WinXP.
2007-11-12  Paul Vriensdsound/tests: Fix tests after addition of 24/32 bits...
2007-11-09  Paul Vriensdsound/tests: Fix test failures on WinXP and 2003.
2007-11-07  Maarten Lankhorstdsound: Add conformance tests for 24/32 bits buffers...
2007-08-30  Maarten Lankhorstdsound: Increase dll refcount and disable thread calls.
2007-06-26  Alex Villacís Lassodsound: Make test recover from failure to preserve...
2007-05-29  Francois Gougetdsound/tests: Fix the Visual C++ double to float conver...
2007-05-25  Maarten Lankhorstdsound: Block align SetCurrentPosition and add test...
2007-05-14  Maarten Lankhorstdsound: Primary buffer isn't an IDirectSoundBuffer8.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-01-16  Robert Reifdsound: Fix tests for old versions of windows.
2007-01-12  Francois Gougetdsound/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-12  Francois Gougetdsound/tests: The tests link with dsound.dll so use...
2007-01-12  Francois Gougetdsound/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-09  Michael Stefaniucdsound: Remove stray '\' at end of lines.
2007-01-08  Patrik Stridvalldsound: The GUID:s defined in dsconf.h should be export...
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-24  Francois Gougetdsound/tests: Remove unneeded NONAMELESS* macros.
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-10  Michael Stefaniucdsound/tests: Win64 printf format warning fixes.
2006-09-29  Francois Gougetdsound: Don't use state.buffer_size before it has been...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-18  Robert Reifdsound: Add class factory tests.
2006-07-31  Andrew Talbotdsound/tests: Write-strings warning fix.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Robert Reifdsound: Add DirectSoundBuffer_Lock tests.
2006-04-10  Robert Reifdsound: Fix 2 bugs in ds3d tests.
2006-04-07  Robert Reifdsound: Fix capture test.
2006-03-15  Robert Reifdsound: Add info to failed tests.
2006-02-09  Robert Reifdsound: Fix duplex test.
2006-01-25  Robert Reifdsound: Duplex test fix.
2006-01-17  Robert Reifdsound: Primary buffer size change tests.
2006-01-17  Robert Reifdsound: Add full duplex tests.
2006-01-11  Robert Reifdsound: Add primary buffer change tests.
2006-01-06  Robert Reifdsound: Fix double free bug in tests.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-18  Robert ReifHandle failure on Windows 95 properly.
2005-10-11  Mike O'ReganTests commented out and FIXME-ed long ago now pass.
2005-10-10  Robert ReifFix dsound8 test to deal with an installed but unregistered
2005-09-23  Robert ReifFix capture test to not fail when IDirectSoundCapture...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-07  Alexandre JulliardReplace a few more direct lpVtbl accesses by the proper...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-07-15  Stefan HuehnerFix some sign-compare warnings by choosing correct...
2005-07-15  Stefan HuehnerFix some write-strings warnings.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-21  Felix NawothnigAccept DSERR_NODRIVER from IDirectSoundCapture_CreateCa...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-12  Robert ReifMake dsound tests loadable on NT4.
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-05-06  Robert ReifMove initialization to IDirectSound_Initialize.
2005-04-11  James HawkinsRemove nonstandard type LPLPVOID.
2005-03-30  Robert ReifKeep dsound8.c and dsound.c in sync.
2005-03-22  Jakob ErikssonTest fix.
2005-03-14  Robert ReifPrivate property sets do not exist in early versions...
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-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 ReifFixed invalid buffer size by rounding up to next multip...
2005-02-10  Francois GougetDon't link with DirectSoundCreate8 as this prevents...
2005-02-10  Robert ReifPrint info about primary buffer format.
2005-01-10  Robert ReifRemove unneeded includes.
next