comctl32: Set label width after editting.
[wine] / dlls / dsound /
2007-03-20  Andrew Talbotdsound: Replace inline static with static inline.
2007-03-12  Jan Zerebeckidsound: Conform critical section DebugInfo names.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-08  Tomas Carneckydsound: Update prototypes for IDirectSoundBuffer::Lock...
2007-02-22  Maarten Lankhorstdsound: Use an inline for ring buffer pointer differenc...
2007-02-22  Maarten Lankhorstdsound: Add some comments from earlier patch that makes...
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-09  Andrew Talbotdsound: Remove unused function.
2007-01-08  Alexandre Julliarddsound: The dsconf.h GUIDs are now in libdxguid.
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-29  Dmitry Timoshkovdsound: Make some data const.
2006-11-24  Francois Gougetdsound/tests: Remove unneeded NONAMELESS* macros.
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-13  Michael Stefaniucdsound: Win64 printf format warning fixes.
2006-11-13  Michael Stefaniucdsound: Fix the declaration/definition of DSOUND_timer().
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-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.
next