user32: Factorize graphics driver SetParent into user32.
[wine] / dlls / dsound / tests /
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.
2005-01-09  Robert ReifDon't need to worry about windows messages.
2005-01-09  Robert ReifInitialize and uninitialize COM properly.
2004-12-13  Eric PouechFixed some errors in function prototypes.
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 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-09-08  Francois GougetMake the dsound tests run with DirectX < 8.
2004-09-08  Francois GougetRemove the get_hwnd() implementation from propset.c...
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  Robert ReifOnly print format info when in interactive mode for...
2004-08-18  Robert ReifCleanup messages.
2004-08-18  Robert ReifCleanup some more messages.
2004-08-13  Robert ReifMore dsound tests error message cleanups.
2004-08-12  Robert ReifStart cleaning up error messages.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-09  Robert ReifTest different primary buffer formats while keeping...
2004-07-30  Robert ReifRefactored common test code into subroutines.
2004-07-23  Francois GougetCheck that modifying the secondary buffer volume/pan...
2004-07-22  Robert ReifDowngrade tests to DX8 level so it can build on all...
2004-07-22  Robert ReifRemoves dsconf IIDs from dxguid.lib.
2004-07-21  Robert ReifSave enumerated GUIDs in a global array so they persist...
2004-07-19  Francois GougetMake the listener/sound position update duration and...
2004-07-19  Robert ReifDo initialization to match windows behavior (with test).
2004-07-19  Robert ReifFixes the right bugs and keeps intent of test.
2004-07-17  Francois GougetDon't try to create a IDirectSound3DBuffer, partly...
2004-07-16  Francois GougetGet and print the DirectSound primary buffer volume.
2004-07-16  Francois GougetKeep track of how much has been played and get rid...
2004-07-16  Francois GougetCall IDirectSound::Initialize() as per MSDN before...
2004-07-16  Francois GougetOn Windows GetPan() may not return the value that was...
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...
next