makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / ddraw / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-19  Henri Verbeetddraw: Merge texture.c into surface.c.
2010-08-19  Henri Verbeetddraw: Merge gamma.c into surface.c.
2010-08-18  Henri Verbeetddraw: Merge direct3d.c into ddraw.c.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Henri Verbeetddraw: Merge the surface thunks into surface.c.
2010-07-20  Henri Verbeetddraw: Merge the ddraw thunks into ddraw.c.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2007-06-26  Alexandre Julliardddraw: Don't link against X libraries.
2006-10-11  H. Verbeetddraw: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-03  Mike McCormackddraw: Don't link to wined3d, load it at runtime.
2006-06-15  Stefan Dösingerddraw: Rewrite most of ddraw using WineD3D.
2005-12-05  Rein Klazesddraw: Catch access violations when calling DirectDrawE...
2005-06-06  Christian CostaMoved d3ddevice and direct3d objects files to ddraw...
2005-06-05  Christian CostaMoved dsurface object files to ddraw root dir.
2005-06-04  Christian CostaMoved ddraw object files to ddraw root dir.
2005-06-03  Christian CostaMoved clipper and palette objects files to ddraw root...
2005-05-31  Christian CostaMerged convert.c, struct_convert.c and helper.c into...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-11-18  Sami AarioAdded some conformance tests for ddraw. These enumerate...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-07-19  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-06-04  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Lionel...
2002-11-21  Lionel Ulmer- Clean up all the D3D COM handling (but the underlayin...
2002-11-15  Lionel UlmerLoad OpenGL library dynamically from x11drv.
2002-10-01  Alexandre JulliardMoved X flags and libraries out of Make.rules into...
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-05-23  Alexandre JulliardRemoved some unnecessary imports.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2001-07-27  Alexandre JulliardAdded missing ntdll imports.
2001-07-26  Alexandre JulliardRemoved import of x11drv from ddraw.
2001-04-18  Alexandre JulliardRemoved a few obsolete files.
2001-04-17  Ove KaavenImplemented DirectDraw's Hardware Abstraction Layer...
2001-04-17  Ove KaavenRemoved the obsolete DIBTexture surface class.
2001-04-16  Ove KaavenImplemented the IDirectDrawGammaControl interface.
2001-04-16  Ove KaavenAdd version resource to ddraw.dll, versioned to DirectX...
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-11-30  Alexandre JulliardFinished separation of ole32.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-05-01  Lionel UlmerAdded DGA2 driver to DirectDraw.
2000-04-25  Patrik StridvallCompile fix for --without-x.
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...
2000-03-25  Alexandre JulliardLink ttydrv and x11drv objects into their respective...
2000-03-17  Alexandre JulliardMade ddraw and dinput separate dlls.