Ordinal 342 is really named SHInterlockedCompareExchange.
[wine] / dlls / ddraw /
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-26  Lionel UlmerFix crash in the X11 HAL when setting a NULL palette...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-21  Francois GougetComment out/ifdef out unused code and variables.
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-26  Andreas MohrDocumentation update.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-17  Jukka HeinonenWhen a surface becomes primary surface, mark the whole...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-09-14  Marcus MeissnerReturn the FOURCC codes set by the HAL driver.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-10  Marcus MeissnerAdded dwFlags to lock_update private functions so we...
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-07-31  Alexandre JulliardFixed a few problems with DCX_* flags handling.
2001-07-28  Alexandre JulliardRemoved unused DC_FUNCS pointers.
2001-07-27  Alexandre JulliardAdded missing ntdll imports.
2001-07-26  Alexandre JulliardRemoved import of x11drv from ddraw.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-22  Alexandre JulliardCommented out references to x11drv internals from MESA...
2001-07-19  Dmitry TimoshkovFix out of the source tree build (again).
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-12  Lionel Ulmer- removed unused OSMesa linking
2001-07-10  Marcus MeissnerMake (G|S)etClipList not abort, but return DDERR_NOCLIP...
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-11  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-31  Jason McMullanMore accurate stub of DDRAW:GetFourCCCodes.
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-27  Francois GougetDDRAW_{XF86DGA2,XVidMode}_Init was moved to dlls/x11drv.
2001-04-24  Alexandre JulliardSmall cleanups.
2001-04-18  Alexandre JulliardRemoved a few obsolete files.
2001-04-18  Ove KaavenFix DGA so it works properly again.
2001-04-17  Ove KaavenImplemented DirectDraw's Hardware Abstraction Layer...
2001-04-17  Ove KaavenRemoved the obsolete DIBTexture surface class.
2001-04-17  Ove KaavenFill in some more HAL fields. Flip some of them when...
2001-04-17  Ove KaavenFill in some DirectDrawPalette HAL fields.
2001-04-17  Ove KaavenRemoved User_DirectDraw_GetCaps. Using Main_DirectDraw_...
2001-04-17  Ove KaavenFill in some of the ddraw HAL fields.
2001-04-17  Ove KaavenImplemented gamma control on the DirectDraw primary...
2001-04-16  Ove KaavenImplemented the IDirectDrawGammaControl interface.
2001-04-16  Ove KaavenAdded ddraw HAL and gamma ramp stuff to implementation...
2001-04-16  Ove KaavenAdd version resource to ddraw.dll, versioned to DirectX...
2001-04-09  Marcus MeissnerActually print the guids in DllGetClassObject().
2001-03-21  Jeff GarzikWarning fixes.
2001-03-21  Ove KaavenRemove obsolete and misleading FIXME.
2001-02-14  Andreas Mohr- correct DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1 confusion
2001-02-12  Lionel UlmerAllow an application to re-ask for EXCLUSIVE DirectDraw...
2001-02-12  Marcus MeissnerHandle differently sized structs by using their dwSize...
2001-02-12  Ove KaavenFix DGA2 mode setting to use the correct color depth.
2001-01-29  Marcus Meissnerdvideo.dll forgets to set the DDSD_CAPS flag, just...
2001-01-28  Marcus Meissner- Siedler3 appears to have rather limited buffers for...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-22  Josh DuBoisInclude 'options.h' for a needed prototype.
2001-01-15  Marcus MeissnerFixed an interface cast in DD2->DD7 thunk.
2001-01-13  Alexandre JulliardAdded missing WIN_ReleaseWndPtr.
2001-01-12  Gavriel StateWarning fixes.
2001-01-11  Alexandre JulliardNo longer used.
2001-01-10  Gavriel StateReenabled DXGrab option.
2001-01-09  Gerald PfeiferFixed some incorrect format strings.
2001-01-07  Marcus MeissnerRemoved one &, now CoCreateInstance() of ddraw objects...
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-12-22  Marcus MeissnerIDirectDrawSurface::Blt::SRCCOPY is the default ROP...
2000-12-16  Marcus MeissnerCheck for NULL before doing IsEqualGUID().
2000-12-14  Marcus MeissnerIf DirectDrawCreate gets passed a IDirectDraw{2,4,7...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-03  Francois GougetUse the DUMMYUNIONNAME macros so that the headers can...
2000-11-30  Alexandre JulliardFinished separation of ole32.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Marcus MeissnerTruncate dest blit rectangle down to surface size.
2000-11-26  Dimitrie O. PaunMake sure all files using config.h constants actually...
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-04  Andreas MohrAvoid division by zero.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-25  William Waghornxf86vmode_setdisplaymode() wasn't properly saving the...
2000-10-24  Patrik StridvallFixed some warnings.
2000-10-23  Marcus MeissnerAdded some basic IDirectDraw7 interface support, fixed...
2000-10-22  Marcus MeissnerDirectDrawCreateEx() should already return the interfac...
2000-10-22  Lionel UlmerChange the width / height parameter on a SetDisplayMode.
2000-10-17  Lionel UlmerWarning fix.
2000-10-15  Gerald PfeiferRemove unused variable orig_mode.
2000-10-15  Marcus MeissnerReturn "default" DirectDraw driver if we have at least...
2000-10-13  Gerald PfeiferFixed incorrect format string.
2000-10-12  Lionel UlmerSupport non-buffered overlays.
2000-10-12  Marcus MeissnerAdded 16 (565) -> 15 (555) bit depth converter.
2000-10-12  Lionel UlmerImplememnted GetFourCCCodes.
2000-10-12  Marcus MeissnerEnable XF86vmode switching possible for X11 too.
2000-09-26  Lionel UlmerAdded support for DirectDraw overlays using the XVideo...
2000-09-18  Gerald PfeiferRemove unused local variable in DGA_IDirectDrawSurface4...
2000-09-13  Lionel UlmerUpgrade also 15bpp to 16bpp surfaces.
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-12  Lionel UlmerFixed DGA / DGA 2 palette creation.
2000-09-09  Lionel UlmerDo not support DGA when DirectVideo not present.
next