Various trace fixes.
[wine] / dlls / gdi / enhmfdrv /
2006-03-09  Dmitry Timoshkovgdi: A better workaround for extended user style pens.
2006-01-30  Dmitry Timoshkovgdi: Add support for creating extended pens.
2006-01-25  Michael Kaufmanngdi: Fix the EMF bounding box calculation.
2005-11-07  Dmitry TimoshkovFirst draft of ExtTextOut on an open path.
2005-10-31  Huw DaviesFix handling of relative state indices in RestoreDC.
2005-10-27  Phil KrylovFixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFi...
2005-09-12  Alexandre JulliardLOGBRUSH.lbHatch must be a ULONG_PTR since it can conta...
2005-08-23  Huw DaviesMove a bunch of common code from the drivers into gdi.
2005-05-11  Mike McCormackCheck that GetObject is successful.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-21  Mike McCormackOutput EMR_POLYGON16 records when possible.
2004-12-20  Francois GougetAssorted spelling fixes.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-22  Jon GriffithsSupport mono pattern brushes in EMF's.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-02  Huw DaviesImplement AlphaBlend using the XRENDER extension.
2004-06-18  Dmitry TimoshkovDo not allow creation of not aligned EMF records by...
2004-03-29  Mike McCormackWrite EMRPOLYLINE16 if points fit into a SHORT.
2004-03-11  Dmitry TimoshkovEliminate some unnecessary direct accesses to DC intern...
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2004-03-04  Alexandre JulliardPass the gdiFont object to the SelectFont driver entry...
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2003-11-25  Huw DaviesLet enhmetafiles reuse gdi handles. This works by...
2003-11-05  Ulrich CzekallaImplemented SetDCPenColor and SetDCBrushColor.
2003-10-22  Dave BelangerFix EMF driver UpdateBBox routine. The EMF bounding...
2003-10-15  Dave BelangerImplemented BitBlt, StretchBlt and SetDIBitsToDevice...
2003-10-10  Dave BelangerImplementation of SetTextJustication EMF driver callback.
2003-10-09  Dave BelangerImproved the bounding box calculation for the EMF drive...
2003-10-09  Dave BelangerImplementation of EMF driver OffsetViewportOrg and...
2003-10-08  Dave BelangerImplementation of SetPixel metarecord.
2003-10-08  Dave BelangerAvoid excessive heap memory reallocation when generatin...
2003-10-07  Dave BelangerSpit out EMR_RESTOREDC metarecords with -1 as argument...
2003-10-04  Dave BelangerImplemented the SetArcDirection metarecord in EMF driver.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-23  Mike McCormackRecord SetWorldTransform and ModifyWorldTransform in...
2003-05-21  Mike McCormackImplemented GdiComment for enhanced metafiles.
2003-05-19  Huw DaviesImplemented a few more device caps.
2003-05-19  Mike McCormackImplemented StretchDIBits in the EMF code.
2003-05-19  Dmitry TimoshkovFixed some issues in EMFDRV_ExtTextOut.
2003-05-13  Alexandre JulliardUse a different magic for memory DCs and get rid of...
2003-03-07  Tony LambregtsJanitorial. Get rid of W->A call.
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-21  Michael StefaniucSome -DSTRICT fixes.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Huw D M DaviesMapping mode functions should change dc settings when...
2002-08-17  Huw D M DaviesImplement simple ExtTextOut for enhmfdrv.
2002-08-17  Mike McCormackSet cbBits in the EMRCREATEDIBPATTERNBRUSHPT structure...
2002-08-17  Huw D M DaviesImplemented a few device caps.
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-06-14  Huw D M DaviesAdded PatBlt support in enhanced metafiles.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
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-05-28  Alexandre JulliardA few fixes in ExtSelectClipRgn metafile functions.
2002-05-09  Alexandre JulliardAdded ExtSelectClipRgn to the DC interface and implemen...
2002-04-06  Huw D M DaviesAdded support for ResetDC.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-27  Alexandre JulliardMoved metafiles and win16 drivers to dlls/gdi.