Test to show that the height returned by GetTextExtentPoint is the
[wine] / dlls / gdi / mfdrv /
2005-04-11  Dimitrie O. PaunCleanup the API docs. Few indentation/formatting fixes.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-01-14  Walt OgburnFix BS_PATTERN brushes in mfdrv. Un-comment the corres...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-24  Dmitry TimoshkovAvoid some direct accesses to DC internals from metafil...
2004-11-22  Jon GriffithsAvoid magic number.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-31  Alexandre JulliardGet rid of the non-standard CONV_POINT and CONV_RECT...
2004-08-02  Huw DaviesImplement AlphaBlend using the XRENDER extension.
2004-03-29  Mike McCormackUnicodify CreateMetaFile.
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-20  Rein KlazesFix MultiByteToWideChar and WideCharToMultiByte when...
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2003-11-26  Mike McCormackUse the handle deletion mechanism in wmfs.
2003-11-25  Huw DaviesLet enhmetafiles reuse gdi handles. This works by...
2003-11-05  Ulrich CzekallaImplemented SetDCPenColor and SetDCBrushColor.
2003-10-04  Dave BelangerImplemented the SetArcDirection metarecord in EMF driver.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAvoid heap reallocation each time a metarecord is writt...
2003-08-30  Dave BelangerImplementation of SelectPalette and RealizePalette...
2003-08-30  Warren BairdSave the ext alignment information in a 8-bytes metarec...
2003-06-24  Mike McCormackHandle CreateMetaFileW(NULL) correctly.
2003-06-23  Mike McCormackRecord SetWorldTransform and ModifyWorldTransform in...
2003-05-21  Mike McCormackImplemented GdiComment for enhanced metafiles.
2003-05-19  Huw DaviesRecord escapes in metafiles.
2003-05-13  Alexandre JulliardUse a different magic for memory DCs and get rid of...
2003-05-12  Warren BairdFix the PolyPolygon function so it really generates...
2003-02-12  Warren BairdImplementation of GetDeviceCaps in metafile driver.
2003-02-11  Warren BairdFix wrong structure used to determine the size of a...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-21  Michael StefaniucSome -DSTRICT fixes.
2002-11-15  Huw DaviesProper handling of SetTextCharacterExtra.
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-08-28  Huw D M DaviesBitBlt and StretchBlt generate META_DIBSTRETCHBLT records.
2002-08-17  Huw D M DaviesMapping mode functions should change dc settings when...
2002-08-17  Huw D M DaviesFix for metafile ExtTextOut that only includes the...
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-24  Huw D M DaviesDon't map symbol charset through WCToMB.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
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-05-28  Alexandre JulliardA few fixes in ExtSelectClipRgn metafile functions.
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-09  Alexandre JulliardAdded ExtSelectClipRgn to the DC interface and implemen...
2002-04-06  Huw D M DaviesAdded support for ResetDC.
2002-04-03  Aric StewartUse rect only if there are flags.
2002-04-03  Huw D M DaviesAdded writing META_ESCAPE records.
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.