Added native mode dll support (based on a patch by Marcus Meissner).
[wine] / objects /
2004-02-13  Alexandre JulliardMoved hGCClipRgn handling to the graphics driver.
2004-02-13  Alexandre JulliardRemoved a couple of unused fields in the DC structure.
2004-02-12  Huw DaviesGetCharABCWidths returns the widths of unrotated glyphs...
2004-02-09  Jon GriffithsDocumentation fixes.
2004-01-20  Rein KlazesFix MultiByteToWideChar and WideCharToMultiByte when...
2004-01-18  Alexandre JulliardUse the exported FONTENUMPROCW as parameter in the...
2004-01-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2004-01-13  Alexandre JulliardMoved some code around to avoid exporting DIB functions...
2004-01-13  Vincent BéronRemoved a W->A cross-call (CopyMetaFileW->CopyMetaFileA).
2004-01-13  Vincent BéronGet rid of a W->A crosscall (ResetDCA->ResetDCW).
2004-01-12  Mike HearnChange GetTransform stub to use the standard FIXME...
2004-01-06  Marcus MeissnerxNum should be yNum in one place.
2003-12-12  Vik KumarFont changes from MS P Gothic to MS UI Gothic.
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-12-03  Andrew de QuinceyCheck brush style before printing FIXME.
2003-12-01  Huw DaviesImplement CopyEnhMetaFileW.
2003-11-30  Richard CohenAdded missing GDI_ReleaseObj() to GetDCBrushColor ...
2003-11-25  Huw DaviesLet enhmetafiles reuse gdi handles. This works by...
2003-11-25  Hiroshi InoueFix the name of Japanese default GuiFont.
2003-11-18  Huw DaviesA bitmap created by CreateCompatibleBitmap should not...
2003-11-18  Phil KrylovAdded support for returning caret positions in
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-14  Huw DaviesCheck for the existence of the driver CreateDIBSection...
2003-11-13  Aric StewartConvert lpnFit back to multibyte in GetTextExtentExPointA.
2003-11-13  Aric StewartAn app depends on a NULL return from CreateDIBPatternBr...
2003-11-12  Huw DaviesMake sure we create a polychrome bitmap from the dib...
2003-11-11  Huw DaviesIf the buffer passed to GetOutlineTextMetrics isn't...
2003-11-11  Huw DaviesPatBlt()s get recorded as EMR_BITBLT records with offBm...
2003-11-11  Huw DaviesGetTextExtentPoint should include an inter character...
2003-11-11  Huw DaviesOnly reselect the font if the transformation has actual...
2003-11-11  Huw DaviesCreateDIBSection ignores the supplied values of biClrUs...
2003-11-05  Vincent BéronImplemented GetDCPenColor and GetDCBrushColor.
2003-11-05  Ulrich CzekallaImplemented SetDCPenColor and SetDCBrushColor.
2003-10-15  Dave BelangerGet Wine to behave like Windows does when Bold and...
2003-10-15  Dave BelangerIn CreateDIBitmap, the fact that the bits init flag...
2003-10-11  Dave BelangerImprovement on the code that deals with setting the...
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-30  Dave BelangerImplementation of SelectPalette and RealizePalette...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-18  Francois GougetSpelling and case fixes.
2003-08-13  Dmitry TimoshkovConvert initData as well.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Dmitry TimoshkovConvert CreateDC to unicode in the driver interface.
2003-08-05  Dmitry TimoshkovUse same formula to convert from device to logical...
2003-08-05  Dmitry TimoshkovCorrectly truncate tmFirstChar, tmLastChar, tmBreakChar...
2003-07-26  Mike McCormackWhen GetObject is called with a NULL pointer, return...
2003-07-02  Francois GougetFixed some common spelling errors.
2003-07-02  Shachar ShemeshDon't call the reordering function if the string length...
2003-06-27  Shachar ShemeshImplementation of the reordering algorithm by calling...
2003-06-23  Huw DaviesDon't enable client side fonts unless we have at least...
2003-06-23  Mike McCormackRecord SetWorldTransform and ModifyWorldTransform in...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-06  Ingmar ThiemannImplemented PolyTextOutA/PolyTextOutW.
2003-05-21  Mike McCormackImplemented GdiComment for enhanced metafiles.
2003-05-19  Alexandre JulliardFixed return value of GetTextFaceA.
2003-05-19  Huw DaviesAfter we update the mapping mode reselect the current...
2003-05-19  Huw DaviesGetRandomRgn(...,1) returns the current clipping rgn.
2003-05-13  Alexandre JulliardUse a different magic for memory DCs and get rid of...
2003-05-11  Alexandre JulliardAdded partial stub for GetTransform.
2003-05-11  Huw DaviesPlayback escapes in metafiles.
2003-05-11  Huw DaviesAdded stub for SetVirtualResolution.
2003-05-11  Ulrich CzekallaReturn value of ExtSelectClipRgn should consider visibl...
2003-05-11  Dmitry TimoshkovMake SetMapMode set default window and viewport extents...
2003-04-27  Stefan LeichterMoved (stub) implementation of GetKerningPairs from...
2003-03-27  P. ChristeasFixed typo in SetGraphicsMode.
2003-03-24  Shachar ShemeshReordering can take place even if the font does not...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-14  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Huw...
2003-02-01  Andrew John HughesExtended SetSystemPaletteUse to deal with error conditions.
2003-01-24  Rein KlazesLoad default stock bitmap in CreateDC().
2003-01-21  Rein KlazesAllocate palette objects on the large gdi heap.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-27  Huw D M DaviesEnumFont16 should enumerate gdi fonts too.
2002-11-25  Shachar ShemeshChange some of the number seperators to "Neutral" rathe...
2002-11-25  Steve LustbaderStretchDIBits: avoid crash on null pointers.
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed a number of -DSTRICT issues.
2002-11-21  Marcus MeissnerFixed aliasing problems (do not use (POINT*)&rect const...
2002-11-21  Michael StefaniucSome -DSTRICT fixes.
2002-11-21  Steve LustbaderStub for SetDCBrushColor.
2002-11-15  Huw DaviesProper handling of SetTextCharacterExtra.
2002-11-13  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-18  Alexandre JulliardMoved EnumObjects16, LineDDA16 and associated glue...
2002-10-18  Alexandre JulliardSplit out some 16-bit GDI code.
2002-10-18  Alexandre JulliardStore the original GDI palette functions in pfnSelectPa...
2002-10-18  Alexandre JulliardConverted PlayMetaFileRecord and related functions...
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-10-03  Alexandre JulliardMoved CreateBrushIndirect16 and CreateDIBPatternBrush16...
2002-10-02  Greg TurnerCreateDC: handle (nil, <string>, ...) gracefully if...
2002-10-02  Alexandre JulliardMake sure things still work if 16-bit dlls cannot be...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-09-04  Shachar Shemesh- Return old code for handling parameters to GetCharact...
2002-08-29  Alexandre JulliardAdded internal 32-bit versions of GDISelectPalette and
next