Fix subclassing to support nested messages.
[wine] / dlls / dsound /
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-13  Robert ReifProperly release hardware primary buffer when changing...
2004-02-06  Robert ReifFallback to software buffer if failed to create hardwar...
2004-02-06  Robert ReifFallback to software buffer if duplicating hardware...
2004-02-06  Robert ReifActual buffer format may be different from requested...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-20  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-12  Robert ReifReduce the use of the dsound global variable by passing...
2004-01-09  Robert ReifAdded some missing defines and a struct.
2003-11-17  Robert ReifInitialize buffer reference count.
2003-11-14  Robert ReifFixes more use before set races.
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-08  Robert ReifMake capture more reliable by submitting all buffers...
2003-10-01  Robert ReifFixed some traces.
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-15  Robert ReifDevice enumeration callbacks should return a NULL guid...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Robert ReifUse the drivers to get device capabilities and property...
2003-09-02  Robert ReifNow that reference counting is correct, there is no...
2003-09-01  Robert ReifAdded more tests and restructured tests for easier...
2003-09-01  Robert ReifAdded SecondaryBuffer and DirectSoundCaptureNotify...
2003-08-27  Dimitrie O. PaunRemove some unneeded __WINESRC__ tests from the headers.
2003-08-23  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-08-20  Robert ReifAdded tests for buffer property sets.
2003-08-20  Robert ReifSplit property sets into two types: buffer and private.
2003-08-18  Robert ReifFixed bug where last tests were not executed.
2003-08-07  Duane ClarkMove declarations to compile with older compilers.
2003-08-07  Alexandre JulliardAdded propset.ok.
2003-08-06  Robert ReifAdded some COM and property set tests.
2003-08-06  Robert ReifAdded class factories for DirectSoundCapture, DirectSou...
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-28  Robert ReifFixed a bug where a NULL primary buffer pointer is...
2003-07-09  Francois GougetSpelling fixes.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-27  Robert Reif3D buffer and listener reference counts should be fixed.
2003-06-18  Robert ReifFixed a reference counting bug I introduced.
2003-05-22  Duane ClarkFix compile error.
2003-05-22  Robert ReifAdd 3d primary and secondary buffer tests.
2003-05-22  Robert Reif- make parameter checking and error notification consistent
2003-05-04  Lionel UlmerGive the right ids to the DirectSoundCreate8 function...
2003-05-02  Robert ReifMove all tests to outside the loop when setting volume.
2003-05-02  Lionel Ulmer- misc. tracing fixes
2003-05-02  Robert ReifReversed relationship between buffers and notifies.
2003-04-29  Robert ReifAdded partial property set support which is used by...
2003-04-13  Alexandre JulliardDon't use Wine debugging API in tests.
2003-04-11  Robert ReifFixed PCM format evaluation bug.
2003-04-11  Robert ReifChanged capture format printing to hex.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-09  Robert ReifChanged DLL version to 8.
2003-04-07  Jerry JenkinsAlign data to proper size.
2003-04-05  Robert ReifFixed a problem when multiple devices are present and...
2003-04-04  Alexandre JulliardWarning fixes.
2003-04-03  Robert ReifAdded wide character enumeration of sound devices.
2003-04-02  Robert ReifAdded entry for DirectSoundFullDuplexCreate.
2003-03-31  Rok MandeljcFramework for the doppler effect.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Ove KaavenSomewhat more reliable dsound position notifications.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-10  Rok Mandeljc- implemented panning
2003-03-07  Robert ReifFixed a bug where a capture device was used after it...
2003-03-06  Robert ReifAdded a configuration option for setting the hardware...
2003-03-05  Rok MandeljcChanged some stuff so distance attenuation works for...
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-24  Michael StefaniucAdd missing LeaveCriticalSection's in error path.
2003-02-17  Rok MandeljcReimplemented distance attenuation formula.
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 GougetUse the same 8/16bit conversion routines as in pcmconve...
2003-01-16  Francois GougetSetFormat may not change the primary buffer format...
2003-01-15  Francois GougetInitialize the pwave array whenever we don't have a...
2003-01-14  Rok MandeljcAdded cone support.
2003-01-13  Enrico HornAdd version info to dll/dsound.
2003-01-11  Francois GougetDSB.SetFormat:Trace the requested format as soon as...
2003-01-11  Francois GougetFix latent deadlock in DSOUND_callback.
2003-01-10  Rok Mandeljc3d sound diminishes with distance.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Francois GougetAlways open the device in the default 22050x8x2 format...
2003-01-04  Rok Mandeljc- 3d buffers produce sounds
2003-01-04  Rok Mandeljc- cleaned *Set* functions
2003-01-02  Francois GougetAdd the ability of playing a test tone when in interact...
2002-12-13  Rok MandeljcImplementation of IDirectSound3DListenerImpl_Set*().
2002-12-13  Francois GougetExtend the test by creating a PrimaryBuffer object...
2002-12-13  Francois GougetIDirectSoundBuffer.GetCaps should fail if caps.dwSize...
2002-12-13  Rok MandeljcImplemented IDirectSound3DBufferImpl_Set*().
2002-12-12  Rok MandeljcImplemented IDirectSound3DListenerImpl_Get*() functions.
2002-12-12  Rok MandeljcImplemented some stubs.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-05  Alexandre JulliardBack out the aRts volume patch, this is not user-friend...
2002-12-05  Francois GougetA simple test for IDirectSound.GetCaps.
2002-12-05  Francois GougetReturn an error if dwSize is not valid.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-29  Ove KaavenFix for soundcards that can't do 8-bit audio, only...
2002-09-17  Jerry JenkinsAdded waveOutSetVolume when opening sound driver. Other...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-02  Michael Stefaniuc- Converted HWAVE, HWAVEIN, HWAVEOUT to void*.
next