wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ddraw / main.c
2008-06-23  Michael Karcherddraw: Ensure to load wined3d before attempting to...
2008-04-07  Austin EnglishSpelling fixes.
2008-04-03  Austin Englishddraw: Spelling fixes.
2008-03-11  Denver Gingerichddraw: Implement ForceRefreshRate registry entry for...
2007-08-08  Francois Gougetddraw: Better match the PSDK types and fix the winapi_c...
2007-07-24  Stefan Dösingerddraw: Some d3d-only code fixes.
2007-05-21  Stefan Dösingerddraw: Hold the lock in creation functions.
2007-05-21  Stefan Dösingerddraw: Make the ddraw list lock a global dll lock.
2007-05-08  Stefan Dösingerd3d: Move clippers from DDraw to wined3d.
2007-05-01  Andrew Talbotddraw: Exclude unused headers.
2007-04-30  Stefan Dösingerddraw: Complex surfaces form a tree.
2007-04-26  Stefan Dösingerddraw: Get rid of FVFs.
2007-04-23  Andrew Talbotddraw: Constify some variables.
2007-03-20  Andrew Talbotddraw: Replace inline static with static inline.
2007-01-02  Alexandre JulliardUse GetDC instead of CreateDC where possible.
2006-12-16  Ulrich Czekalladdraw: IDirectDraw3 should use its own ref count variable.
2006-12-16  Ulrich Czekalladdraw: Initialize the IDirectDraw3 vtable.
2006-10-16  Stefan Dösingerddraw: Make the surface list a standard wine list.
2006-10-11  H. Verbeetddraw: Win64 printf format warning fixes.
2006-10-09  Stefan Dösingerddraw: Remove the process counter.
2006-10-09  Stefan Dösingerddraw: Protect the ddraw list.
2006-10-09  Stefan Dösingerddraw: Make the ddraw list a wine list.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-09-07  Mike McCormackddraw: Make tests pass when OpenGL libraries aren't...
2006-08-23  Andrew Talbotddraw: Write-strings warnings fix.
2006-08-15  Dmitry Timoshkovddraw: Do not report DDCAPS_OVERLAY and friends since...
2006-08-10  Michael Stefaniucjanitorial: Removed the rest of the redundant NULL...
2006-08-03  Mike McCormackddraw: Don't link to wined3d, load it at runtime.
2006-07-11  Stefan Dösingerddraw: Split up the ddraw refcount.
2006-06-26  Francois GougetAssorted spelling, case and grammar fixes.
2006-06-15  Alexandre Julliardddraw: Make some functions static.
2006-06-15  Stefan Dösingerddraw: Rewrite most of ddraw using WineD3D.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Alexandre Julliardddraw: Call DDRAW_ChooseDefaultDriver only on PROCESS_A...
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-05  Rein Klazesddraw: Catch access violations when calling DirectDrawE...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Francois GougetAdd missing WINAPI to MSXML_DllGetClassObject().
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-06  Christian CostaMoved d3ddevice and direct3d objects files to ddraw...
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
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...