ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / dsound /
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-23  Robert Reifdsound: Remove unused parameter from propset functions.
2006-08-18  Robert Reifdsound: Add class factory tests.
2006-08-18  Robert Reifdsound: Class factory cleanup.
2006-08-02  Alexandre Julliarddsound: Make some functions static.
2006-07-31  Andrew Talbotdsound/tests: Write-strings warning fix.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
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 Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-13  Alexandre Julliarddsound: Don't use sizeof in traces to avoid printf...
2006-06-10  Alexandre Julliarddsound: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-22  Vitaliy Margolendirectx: Update file versions to dx9c (compared to...
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2006-05-05  Robert Reifdsound: Add DirectSoundBuffer_Lock tests.
2006-05-05  Robert Reifdsound: Check DirectSoundBuffer_Lock parameters.
2006-04-10  Robert Reifdsound: Fix 2 bugs in ds3d tests.
2006-04-08  Robert Reifdsound: Remove NULL This pointer checks.
2006-04-08  Robert Reifdsound: Remove unnecessary NULL pointer check.
2006-04-08  Robert Reifdsound: Set default primary buffer sample rate and...
2006-04-07  Robert Reifdsound: Fix capture test.
2006-03-15  Robert Reifdsound: Add info to failed tests.
2006-02-28  Robert Reifdsound: Fix duplex create bug.
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-17  Robert Reifdsound: Add full duplex support.
2006-01-17  Robert Reifdsound: Convert IDirectSoundImpl from a COM class to...
2006-01-16  Robert Reifdsound: Make dumpCooperativeLevel global.
2006-01-16  Robert Reifdsound: Make some capture functions global.
2006-01-14  Robert Reifdsound: Rename some functions, make some functions...
2006-01-14  Robert Reifdsound: Add DSOUND_PrimarySetFormat and use it to set...
2006-01-11  Robert Reifdsound: Add primary buffer change tests.
2006-01-06  Robert Reifdsound: Refactor playback.
2006-01-06  Robert Reifdsound: Fix double free bug in tests.
2006-01-05  Robert Reifdsound: Capture refactoring.
2006-01-04  Robert Reifdsound: Capture cleanup.
2006-01-03  Robert Reifdsound: Remove WINAPI from internal functions.
2006-01-03  Robert Reifdsound Add uninitialized check.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-18  Robert ReifHandle failure on Windows 95 properly.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-01  Davin McCallPhaseCancel subtracts secondary buffer from primary...
2005-10-27  Robert ReifRemove unused variable from IDirectSoundFullDuplexImpl.
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  Mike O'ReganTests commented out and FIXME-ed long ago now pass.
2005-10-11  Robert ReifFix PrimaryBufferImpl pointer to deleted DirectSoundImpl.
2005-10-10  Robert ReifDirectSoundDevice reference count cleanup.
2005-10-10  Robert ReifFix dsound8 test to deal with an installed but unregistered
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-23  Robert ReifFix capture test to not fail when IDirectSoundCapture...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
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-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-07  Alexandre JulliardReplace a few more direct lpVtbl accesses by the proper...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
2005-08-15  Vincent BéronUniformize DllMain TRACEing across dlls.
2005-08-03  Alex Villacís LassoCorrection to earlier assertion patch to allow for...
2005-08-02  Alex Villacís LassoPrevent dsb->buf_mixpos from ever remaining past dsb...
2005-07-15  Stefan HuehnerFix some sign-compare warnings by choosing correct...
2005-07-15  Stefan HuehnerFix some write-strings warnings.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-21  Felix NawothnigAccept DSERR_NODRIVER from IDirectSoundCapture_CreateCa...
2005-06-21  Robert ReifFix a typo.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Robert ReifFix roundoff error to prevent negative length.
2005-06-17  Francois GougetFix winapi_check documentation warnings.
2005-06-14  Alexandre JulliardMoved config parameters to HKCU\Software\Wine\DirectSound.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-12  Robert ReifMake dsound tests loadable on NT4.
2005-06-08  Michael JungFixed confusing indentation.
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.
next