Add DDCAPS_OVERLAY and DDCAPS_OVERLAYSTRETCH to GetCaps().
[wine] / dlls / ddraw / main.c
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-28  Huw DaviesFix a reference leak on failure (spotted by Rob Shearman).
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-30  James HawkinsAdded API documentation for DirectDrawEnumerateEx.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-07-30  Christian CostaAdded native and emulated S3TC support.
2004-04-07  Alexandre JulliardFixed a couple of header files ordering issues.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-18  Lionel UlmerAdded support for multi-texturing.
2003-07-28  Lionel UlmerBetter caps support (ie more in line with what GL reports).
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-04  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Lionel...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-01-13  Lionel UlmerUpdate the 'DIRECTDRAW7' flag according to the interfac...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
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-04-17  Ove KaavenImplemented DirectDraw's Hardware Abstraction Layer...
2001-04-09  Marcus MeissnerActually print the guids in DllGetClassObject().
2001-01-12  Gavriel StateWarning fixes.
2001-01-07  Marcus MeissnerRemoved one &, now CoCreateInstance() of ddraw objects...
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
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-10-22  Marcus MeissnerDirectDrawCreateEx() should already return the interfac...
2000-10-15  Marcus MeissnerReturn "default" DirectDraw driver if we have at least...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-23  Marcus MeissnerIDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regar...
2000-05-23  Patrik StridvallFixed issues found by winapi_check.
2000-05-18  Ove KaavenInitialize an identity mapping in CreatePalette if...
2000-05-13  Peter Hunnisett- Added ability to create 3D3 interfaces for Xlib
2000-04-23  Marcus MeissnerAlso check for empty GUID in DirectDrawCreate.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...