winspool: Remove cross calls W->A for the "Printers" registry path.
[wine] / dlls / gdi / gdi_private.h
2006-05-17  Michael Kaufmanngdi: Fix GetObject for bitmaps.
2006-04-19  Jeff Latimergdi: Added implementation of GetCharABCWidthsI.
2006-01-03  Steven Edwardsgdi: Win16/32 split of most of the metafile support.
2006-01-03  Steven Edwardsgdi: Move EMRSETTEXTJUSTIFICATION structure to the...
2005-11-07  Dmitry TimoshkovFirst draft of ExtTextOut on an open path.
2005-09-07  Huw DaviesImplement FontIsLinked.
2005-09-07  Huw DaviesAdd infrastructure for font linking. WineEngGetLinkedHF...
2005-08-23  Huw DaviesMove a bunch of common code from the drivers into gdi.
2005-04-13  Alexandre JulliardMoved the BITMAPOBJ structure to gdi_private.h.
2005-04-13  Alexandre JulliardMoved the driver-independent part of CreateDIBSection...
2005-03-31  Alexandre JulliardAdded support for the DC meta region.
2005-03-27  Alexandre JulliardStore the handle to the stock bitmap when the first...
2005-03-25  Alexandre JulliardExplicitly store the stack of saved DCs in the DC struc...
2005-03-25  Alexandre JulliardMaintain the stack of saved vis regions in the DC struc...
2005-01-10  Rémi AssaillyImplemented GetLayout and SetLayout.
2005-01-04  Mike McCormackConvert StartDoc to Unicode.
2004-11-23  Jon GriffithsSet the miter limit in the DC state.
2004-11-22  Jon GriffithsSupport mono pattern brushes in EMF's.
2004-09-01  Alexandre JulliardInline functions don't need WINE_UNUSED.
2004-08-06  Huw DaviesActually pass the blend function on to the graphics...
2004-08-02  Huw DaviesImplement AlphaBlend using the XRENDER extension.
2004-07-21  Alexandre JulliardMoved all files from the objects/ directory to dlls...
2004-03-29  Mike McCormackUnicodify CreateMetaFile.
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2004-03-04  Alexandre JulliardChanged the CreateDC driver entry point to use an HDC...
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-03-03  Alexandre JulliardImplemented Get/SetBoundsRect based on a patch by Ken...
2004-02-13  Alexandre JulliardMoved hGCClipRgn handling to the graphics driver.
2004-02-12  Huw DaviesGetCharABCWidths returns the widths of unrotated glyphs...
2004-01-18  Alexandre JulliardUse the exported FONTENUMPROCW as parameter in the...
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...