Add version info to dll/dsound.
[wine] / dlls /
2003-01-13  Enrico HornAdd version info to dll/dsound.
2003-01-13  Francois GougetUpdate the registry keys of SPI_ICONHORIZONTALSPACING,
2003-01-13  Robert ShearmanSupport a few trivial cases in PropVariantClear.
2003-01-13  Robert ShearmanAlignRects stub.
2003-01-13  Enrico HornExtend version info.
2003-01-13  Lionel UlmerUpdate the 'DIRECTDRAW7' flag according to the interfac...
2003-01-13  Francois GougetFix the case of floats in VarBstrFromR4, VarBstrFromR8 and
2003-01-13  Francois GougetUse only Ansi APIs for cleaning up the registry.
2003-01-13  Eric PouechAdded tests for environment variables, debug and suspen...
2003-01-11  Alexandre JulliardWarning fixes.
2003-01-11  Eric PouechAdded a few more stubs.
2003-01-11  Francois GougetModify OSS_Wave{In,Out}Init to report the exact capabil...
2003-01-11  Eric PouechSome code cleanups.
2003-01-11  Alexandre JulliardFixed EOF return value for sscanf.
2003-01-11  John K. HohmReimplemented DllRegisterServer and DllUnregisterServer...
2003-01-11  Dimitrie O. PaunCreate stubs for chsize, dup, and dup2.
2003-01-11  Marcus MeissnerCoerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in...
2003-01-11  Marcus MeissnerConvert VT_DISPATCH variants into VT_USERDEFINED/TKIND_...
2003-01-11  Marcus MeissnerImplemented CoGetTreatAsClass.
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-11  Mehmet Yasar- return EOF when stream is empty
2003-01-10  Rok Mandeljc3d sound diminishes with distance.
2003-01-10  Juergen SchmiedFixed crash in winamp reported by Andreas Mohr.
2003-01-10  Juergen SchmiedFix recently broken GetDisplayNamesOf of names of shell...
2003-01-09  Marcus MeissnerAdded GIF decompressor support to OLE Automation IPictures.
2003-01-09  Jason EdmeadesCalculate starting position for a copyrect correctly.
2003-01-09  Eric PouechSet the edition mode as a specific attribute, not an...
2003-01-09  Alexandre JulliardRemove global NONAMELESS* define for tests too.
2003-01-09  Matthew MastracciAdd implementation for PathCreateFromUrlW and add the...
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2003-01-09  Eric PouechImplemented GetModuleBaseName(AW), GetModuleFileNameEx...
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2003-01-08  Stefan LeichterGetPrinterDriverDirectoryA: do not crash on null pointers.
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2003-01-07  Francois GougetRemove extra #include directives from winspool.h.
2003-01-07  Lionel Ulmer - rewrote a little bit the state magagement to remove...
2003-01-07  Francois GougetIn OSS_RawOpenDevice, always retrieve the device format...
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-07  Francois GougetFix the BlockSize check.
2003-01-07  Dimitrie O. PaunStubs for DllGetClassObject, Ole[GS]etClipboard in...
2003-01-07  Christoph FrickImplementation of (Get|Set)ClipPlane for d3d7.
2003-01-07  Francois GougetMany oleaut32 APIs are missing on Win95/IE3. Load them...
2003-01-05  Alexandre JulliardFixed some issues caused by the new oaidl.h.
2003-01-05  Lionel UlmerFactorize the 'ortho' code (will be needed later on).
2003-01-05  Lionel UlmerIgnore the LPSURFACE bit if ALLOCONLOAD is set.
2003-01-05  Ove KaavenAvoid direct ICOM_CALL usage.
2003-01-05  Lionel Ulmer- fix in the GetHandle method
2003-01-05  Marcus Meissnerole2nls.c is a 16bit only.
2003-01-05  Francois GougetThe vt field should be a VARTYPE not a VARENUM.
2003-01-05  Francois GougetFix signed/unsigned compilation warnings.
2003-01-04  Rok Mandeljc- 3d buffers produce sounds
2003-01-04  Rok Mandeljc- cleaned *Set* functions
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2003-01-03  Gerald Pfeifer#include <stdlib.h> instead of the non-standard <malloc.h>.
2003-01-03  Lionel UlmerEnable Z buffer by default.
2003-01-03  Jason EdmeadesAdded basic support for mipmaping, verified using sampl...
2003-01-03  Jason Edmeades- Use faster vertex arrays (rather than processing...
2003-01-03  Lionel Ulmer- some fixes / optimisations in the color keying code
2003-01-03  Lionel Ulmer- re-activate the color-keying code
2003-01-03  Christian CostaReenable device's default render states initialization.
2003-01-03  Lionel UlmerFix order of texture enumeration to fix yet another...
2003-01-03  Christian CostaBeginning of state block.
2003-01-03  Lionel Ulmer- hack for one case of the ProcessVertices case
2003-01-03  Lionel Ulmer- create a function to set the various transformation...
2003-01-03  Lionel Ulmer- more thunking in the D3DVertexBuffer COM object
2003-01-03  Lionel Ulmer- light improvements
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-03  Lionel Ulmer- some additionnal flags logged
2003-01-03  Francois GougetWin9x does not support {Get,Set}WindowLongW. Use the...
2003-01-03  Alexandre JulliardAdded wine_dbg_sprintf function that allocates a tempor...
2003-01-03  Dimitrie O. PaunSHGetMalloc() returns a HRESULT, not a DWORD.
2003-01-03  Lionel UlmerCheck the value of the pfnCallback in addition to the...
2003-01-03  Stefan LeichterMoved implementation of GetPrinterDriverDirectory from...
2003-01-03  Chris MorganListview should scroll by at least one column, fixes...
2003-01-03  Dan KegelShellExecute(NULL, "wordpad.exe",) now correctly finds...
2003-01-03  Dominik StrasserImplement VerSetConditionMask by forwarding to ntdll.
2003-01-03  Francois GougetCall lstrcmpW rather than wcscmp.
2003-01-02  Marcus MeissnerImplemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRe...
2003-01-02  Marcus MeissnerHandle VT_ERROR->VT_I4/VT_R4 coercion.
2003-01-02  Marcus MeissnerProcess TKIND_ALIAS in SLTG typelibs, 0x14 in the tail...
2003-01-02  Francois GougetAdd the ability of playing a test tone when in interact...
2003-01-02  Alberto Massari- Implemented InternetCrackUrlW and re-implemented...
2003-01-02  Lionel UlmerFix for stupid applications reading some bytes after...
2003-01-02  Lionel Ulmer- added enumeration of the Reference device (some games...
2003-01-02  Lionel UlmerAdded support for per-vertex material properties.
2003-01-02  Christian CostaReimplemented SwapTextureHandles.
2003-01-02  Lionel Ulmer- removed some useless WARNs
2003-01-02  Christian CostaFix IDirect3DVertexBuffer interface.
2003-01-02  Lionel Ulmer- beginning of Material and Light support for D3D7
2003-01-02  Lionel UlmerFixed texturing.
2003-01-02  Lionel Ulmer- allow application to load palette-less textures
2003-01-02  Lionel Ulmer- added some tracing in the fake ZBuffer methods
2003-01-02  Lionel UlmerAdded some blend states.
2003-01-02  Christian CostaHandle more blend states.
2003-01-02  Lionel UlmerPrevent memory leak in freeing of the VertexBuffer.
next