Store USER icons and cursors as resources instead of xpm bitmaps.
[wine] / graphics / enhmetafiledrv /
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.