Moved server.h to include/wine.
[wine] / dlls / ddraw / main.c
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...