Unicode fixes.
[wine] / include / gdi.h
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2004-03-03  Alexandre JulliardChanged the GetTextExtentPoint graphics driver entry...
2004-03-03  Alexandre JulliardImplemented Get/SetBoundsRect based on a patch by Ken...
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-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 JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2004-01-13  Vincent BéronGet rid of a W->A crosscall (ResetDCA->ResetDCW).
2003-11-25  Huw DaviesLet enhmetafiles reuse gdi handles. This works by...
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-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-12  Dmitry TimoshkovConvert CreateDC to unicode in the driver interface.
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-05-21  Mike McCormackImplemented GdiComment for enhanced metafiles.
2003-05-13  Alexandre JulliardUse a different magic for memory DCs and get rid of...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-08-29  Alexandre JulliardAdded internal 32-bit versions of GDISelectPalette and
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-17  Huw D M DaviesMapping mode functions should change dc settings when...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-06-25  Alexandre JulliardReplaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP...
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-04  Alexandre JulliardBetter encapsulation of the font and metafile objects.
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-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-09  Alexandre JulliardAdded ExtSelectClipRgn to the DC interface and implemen...
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-06  Huw D M DaviesAdded support for ResetDC.
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-11-06  François GougetFix the #include order for config.h.
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-08-15  Alexandre JulliardMake sure we don't hold the GDI lock when loading drivers.
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...
2001-07-24  Alexandre JulliardRemoved enhmetafile.h. Simplified ENHMETAFILEOBJ struct...
2001-07-22  Alexandre JulliardMoved the 16-bit pointer to the DIB bits out of the...
2001-06-06  Ian PilcherFixed typo in INTERNAL_YWSTODS.
2001-03-20  Ove KaavenImplemented Get/SetDeviceGammaRamp.
2001-03-16  Huw D M DaviesMoved GetTextMetrics to unicode.
2001-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-01-24  Eric KohlPartial implementation of world transform support.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-08-25  Alexandre JulliardBacked out font codepage change.
2000-08-20  Hidenori TakeshimaHandle the codepage of fonts if supported by the graphi...
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-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-05-12  Lionel UlmerAdded support for OpenGL.
2000-04-29  Ove KaavenAdded DIB_CreateDIBSection with extra parameter ovr_pit...
2000-03-19  Alexandre JulliardAdded GetDCOrgEx in graphics device interface and remov...
2000-02-13  Matthew ClineGetObjectA() now rejects GDI handles which are invalid.
2000-01-09  Gerard PatelAvoid deleting of the default 1x1 bitmap for memory...
1999-12-26  Huw D M DaviesMove DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
1999-12-20  Huw D M DaviesMove Bezier code out of x11drv into commmon GDI code...
1999-12-05  Huw D M DaviesFixes several bugs in gdi path handling.
1999-10-24  Ulrich CzekallaMake sure that all calls use the extended structures...
1999-09-27  Francis BeaudetDPtoLP needs to round the result.
1999-09-20  Ulrich WeigandDC hook proc thunk management simplified.
1999-09-13  Huw D M DaviesChange interfaces to THUNK_Alloc/Free slightly and...
1999-09-10  Huw D M DaviesWinspool DocumentProperties and DeviceCapabilities...
1999-07-24  Huw D M DaviesImplement handling of 32 bit AbortProc.
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-08  Huw D M DaviesSplit off wingdi16.h from wingdi.h. Add many more...
1999-04-25  Huw D M DaviesGeneral tidy up of the MetaFile driver - make sure...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  David LuyerAdded __attribute__ ((unused)) on static inline functio...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1998-12-02  Huw D M DaviesMove OEM resources to the x11drv.
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
1998-10-28  François GougetFixed some LPPOINT/LPSIZE mismatches and some missing...
1998-10-28  Huw D M DaviesAdded pBitmapBits and pCreateBitmap to the GDI function...
1998-10-24  Huw D M DaviesAdds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPo...
1998-10-14  Ulrich WeigandDo not clip source rectangle even by visible region...
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
next