Make dinput a properly separated dll.
[wine] / graphics / enhmetafiledrv /
2001-09-14  Huw D M DaviesRelease gdi lock before calling DeleteDC.
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
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-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved enhmetafile.h. Simplified ENHMETAFILEOBJ struct...
2001-07-22  Alexandre JulliardRemoved some direct accesses to GDI internal pen/brush...
2001-07-22  Alexandre JulliardMoved the 16-bit pointer to the DIB bits out of the...
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-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
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-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
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-18  Sheri SteevesEMR_SELECTOBJECT records stock objects with their id...
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-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-13  Huw D M DaviesFixed a couple of memcpy errors.
1999-05-02  Huw D M DaviesStarted implementing Enhanced MetaFile driver.