Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively
[wine] / dlls / gdi / driver.c
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-08-02  Huw DaviesImplement AlphaBlend using the XRENDER extension.
2004-07-13  Alexandre JulliardAllow specifying multiple graphics drivers and use...
2004-02-12  Alexandre JulliardMoved some code out of the graphics/ directory into...
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
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-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Dmitry TimoshkovConvert CreateDC to unicode in the driver interface.
2003-06-23  Alexandre JulliardAdded special case for "display" in DRIVER_GetDriverNam...
2003-06-23  Mike McCormackRecord SetWorldTransform and ModifyWorldTransform in...
2003-05-21  Mike McCormackImplemented GdiComment for enhanced metafiles.
2003-04-01  Alexandre JulliardPortability fixes.
2003-02-27  Alexandre JulliardRemoved the 16-bit graphics driver support; this has...
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-31  Patrik StridvallMSVC compatibility fixes.
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-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.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Alexandre JulliardDo not use the PEB lock as loader lock, use a separate...
2001-09-14  Dmitry TimoshkovDo not hold the GDI lock while 16-bit ExtDeviceMode...
2001-08-15  Alexandre JulliardFixed win16drv initialisation.
2001-07-31  Jukka HeinonenInclude device name in call to CreateIC.
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...