wgl: Move wglShareLists to gdi32.
[wine] / dlls / gdi / gdi_private.h
2006-10-16  Roderick Colenbranderwgl: Move wglShareLists to gdi32.
2006-10-04  Roderick Colenbrandergdi32: Route WGL font code through gdi32.dll.
2006-10-04  Roderick Colenbrandergdi32: Route WGL context code through gdi32.dll.
2006-09-28  Dmitry Timoshkovgdi32: Make GdiFont a proper C structure, with GdiFont...
2006-09-26  Dmitry Timoshkovgdi32: Implement GetKerningPairs for TrueType fonts.
2006-07-12  Dan Hipschmangdi32: Implement GetTextExtentPoint in terms of GetText...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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...