d3drm: Avoid LPD3DRECT.
[wine] / include / ddraw.h
2012-12-11  Henri Verbeetddraw: Avoid LPDDDEVICEIDENTIFIER2.
2012-12-11  Henri Verbeetddraw: Avoid LPDDDEVICEIDENTIFIER.
2012-12-11  Henri Verbeetddraw: Avoid LPDDBLTBATCH.
2012-12-10  Henri Verbeetddraw: Avoid LPDDGAMMARAMP.
2012-12-10  Henri Verbeetddraw: Avoid LPDDCOLORCONTROL.
2012-12-07  Henri Verbeetddraw: Avoid LPDDSURFACEDESC2.
2012-12-07  Henri Verbeetddraw: Avoid LPDDSURFACEDESC.
2012-12-07  Henri Verbeetddraw: Avoid LPDDPIXELFORMAT.
2012-12-06  Henri Verbeetddraw: Avoid LPDDCOLORKEY.
2012-12-06  Henri Verbeetddraw: Avoid LPDDCAPS.
2012-12-06  Henri Verbeetddraw: Avoid LPDDSCAPS2.
2012-12-05  Henri Verbeetddraw: Avoid LPDDSCAPS.
2012-11-08  Henri Verbeetddraw: Avoid LPDIRECTDRAW.
2012-11-07  Henri Verbeetddraw: Avoid LPDIRECTDRAWCLIPPER.
2012-11-07  Henri Verbeetddraw: Avoid LPDIRECTDRAWPALETTE.
2012-11-06  Henri Verbeetddraw: Avoid LPDIRECTDRAWSURFACE.
2012-11-06  Henri Verbeetddraw: Avoid LPDIRECTDRAWSURFACE2.
2012-11-06  Henri Verbeetddraw: Avoid LPDIRECTDRAWSURFACE3.
2012-11-05  Henri Verbeetddraw: Avoid LPDIRECTDRAWSURFACE4.
2012-11-05  Henri Verbeetddraw: Avoid LPDIRECTDRAWSURFACE7.
2012-05-02  Józef Kuciaddraw: Correct wrong comment in ddraw.h.
2012-01-13  Henri Verbeetinclude: Add some missing DDLOCK constants.
2011-11-22  Michael Stefaniucinclude: Make some more "long" numeric constants LP64...
2011-06-24  Travis Athougiesinclude: Added define for DDSCAPS2_VOLUME.
2011-02-21  Jacek Cabaninclude: Make some include guards compatible with MS...
2010-09-08  Roderick Colenbranderinclude: Undefine INTERFACE before defining it.
2009-08-13  Tony Wasserkaddraw: Add DDSD_DEPTH to ddraw.h.
2009-01-03  Stefan Dösingerinclude: Fix the EnumOverlayZOrders prototype.
2009-01-03  Stefan Dösingerinclude: Fix a IDirectDrawSurface4 method prototype.
2009-01-03  Stefan Dösingerinclude: Fix a typo in ddraw.h.
2008-10-01  Rob Shearmaninclude: Define DD_OK to S_OK instead of 0.
2008-04-22  Austin EnglishSpelling fixes.
2008-01-03  Zach GoldbergFix some typos.
2007-08-08  Francois Gougetddraw: Better match the PSDK types and fix the winapi_c...
2007-06-14  Stefan Dösingerwined3d: Implement vertical refresh sync.
2007-05-29  Francois Gougetddraw: Fix the name of DDSPD_IUNKNOWNPOINTER.
2007-02-14  Francois GougetAssorted spelling fixes.
2006-12-14  Ulrich Czekalladdraw: Add IDirectDraw3 interface.
2006-11-07  Francois Gougetinclude: Some DirectX headers are supposed to define...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-08  Stefan Dösingerddraw: Add MAKEFOURCC to ddraw.h.
2005-07-26  Alexandre JulliardUncomment the typedef in the DECLARE_INTERFACE macro...
2004-12-21  Peter Berg LarsenAdded D3DERR_COLORKEYATTACHED and DDGDI_GETHOSTIDENTIFIER.
2004-10-05  Alexandre JulliardGet rid of the non-standard Ixxx_METHODS macro definiti...
2004-10-04  Francois GougetFix incorrect usage of COBJMACROS.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_DEFINE macro.
2004-03-09  Christian CostaAdd amstream dll (MultiMedia Streams), part of Direct...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-07-09  Francois GougetSpelling fixes.
2003-04-11  Alexandre JulliardSimplified COM interface declarations, removing the...
2003-04-10  Alexandre JulliardGet rid of the ICOM_CALL macros.
2003-04-10  Alexandre JulliardUse a more compatible technique to declare COM interfac...
2002-12-07  Vincent BéronFills the name of the arguments of the COM methods...
2002-11-30  Lionel Ulmer- actually use the VertexBuffer stubs
2002-11-30  Christian CostaReplace LPDDSURFACEDESC by LPDDSURFACEDESC2 in IDirectD...
2002-11-27  Christian CostaAdd some DDRAW and D3D definitions.
2002-07-22  Michael KarcherSet the correct length of the struct DDSURFACEDESC.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-05-09  Ove KaavenFixed the IDirectDrawSurface4 interface declaration...
2001-03-19  Ove KaavenAdded IDirectDrawGammaControl interface declaration.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-12-15  François GougetNeeds to include windef.h.
2000-10-23  Marcus MeissnerAdded some basic IDirectDraw7 interface support, fixed...
2000-09-26  Lionel UlmerAdded support for DirectDraw overlays using the XVideo...
2000-08-01  Marcus MeissnerRemoved unnecessary X11 includes from ddraw.h.
2000-07-23  Ove KaavenAdded some DirectDraw7-related definitions.
2000-06-12  Marcus MeissnerAdded struct offsets so understanding game disassembly...
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-05-13  Peter Hunnisett- Added ability to create 3D3 interfaces for Xlib
2000-02-10  Ian SchmidtAdded GUIDs, defines, and structures for DirectX7.
2000-01-12  Steve LangasekFixed macro definition of IDirectDrawSurface_Restore.
1999-10-23  Francois GougetDefine the COM macros even in C++.
1999-10-23  Jim AstonAdded another anonymous union using the DUMMYUNIONNAME...
1999-06-12  Patrik StridvallAdded extern "C" if __cplusplus is defined.
1999-03-27  Francois GougetRemoved all implementation aspects.
1999-03-10  Lionel Ulmer- some clean up in handling of depth
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-21  Michael Veksler- Fix headers to include less or smaller header files.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-05  Lionel Ulmer- added a dump of the palette creation flags
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-02-02  Lionel UlmerAdded stubs for new DirectDraw4 and DirectDrawSurface4...
1999-01-26  Lionel Ulmer- added depth conversion routines (only 8bpp -> 16...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-24  Peter HunnisettAdded all clipper&3d stubs.
1998-12-01  Lionel Ulmer- added definition of DirectDrawCreateClipper.
1998-11-22  Marcus MeissnerDirectDraw status updated.
1998-11-15  Lionel UlmerSome corrections to the handling of off-screen buffers.
1998-11-14  Lionel UlmerCorrected bug in DirectDrawSurface creation and handlin...
1998-10-18  Turchanov SergeyMoved Multimonitor API declarations to windows.h.
1998-10-17  Peter HunnisettFixed small typo.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
next