Added an unknown VxD error code.
[wine] / graphics / enhmetafiledrv / init.c
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-03-20  Ove KaavenImplemented Get/SetDeviceGammaRamp.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-06-03  Alexandre JulliardReplaced GetDC by CreateDC.
2000-05-12  Lionel UlmerAdded support for OpenGL.
2000-04-14  Huw D M DaviesA few corrections to bounding boxes.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-19  Alexandre JulliardAdded GetDCOrgEx in graphics device interface and remov...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-01-15  Peter HunnisettStore reference hdc size into enhanced metafile header...
1999-12-05  Huw D M DaviesFixes several bugs in gdi path handling.
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-02  Huw D M DaviesStarted implementing Enhanced MetaFile driver.