ddraw: Avoid LPD3DCLIPSTATUS.
[wine] / include / wine / wingdi16.h
2008-02-17  Alexandre Julliardgdi32: Export the DC hook functions as 32-bit functions.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-05-30  Dmitry Timoshkovgdi32: Make SetDCHook 64-bit safe.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-06  Marcus MeissnerAdded DRAWPATTERNRECT Escape() 16<->32 mapper and stub...
2004-08-31  Alexandre JulliardGet rid of the non-standard CONV_POINT and CONV_RECT...
2004-03-29  Mike McCormackMove EMR*16 definitions to wingdi.h, as they're part...
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2002-11-15  Huw DaviesImplemented Escapes *_PATH and POSTSCRIPT_IGNORE.
2002-11-13  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-06-04  Alexandre JulliardBetter encapsulation of the font and metafile objects.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-04-04  Huw D M DaviesFix member names in NEWTEXTMETRICEX structs.
2001-01-06  Marcus MeissnerDon't call QueryAbort16() in WriteSpool16(), since...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-25  Andreas MohrAdded GdiSeeGdiDo16.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-07-25  Dmitry TimoshkovMake fnt2bdf produce correct fonts.
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-03-24  Patrik StridvallMade the include files self sufficient.
1999-11-21  Huw D M DaviesStub for GetFontData16.
1999-10-31  Huw D M DaviesIt appears that StartDoc sends the STARTDOC escape...
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-25  Huw D M Davies{Start|End}{Doc|Page} go through DCfuncs.
1999-06-12  Patrik StridvallMad the include files idempotent using a consistent...
1999-05-22  Huw D M DaviesImplemented AddPrinterA, AddPrinterDriverA and GetPrint...
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-08  Huw D M DaviesSplit off wingdi16.h from wingdi.h. Add many more...