Reorganize IOCTL handling.
[wine] / include / gdi.h
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
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-10-12  Alexandre JulliardRelease 971012 wine-971012
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-06-16  Alexandre JulliardRelease 970616 wine-970616
1997-04-15  Alexandre JulliardRelease 970415 wine-970415
1997-03-29  Alexandre JulliardRelease 970329 wine-970329
1997-01-12  Alexandre JulliardRelease 970112 wine-970112
1996-12-22  Alexandre JulliardRelease 961222 wine-961222
1996-12-15  Alexandre JulliardRelease 961215 wine-961215
1996-10-23  Alexandre JulliardRelease 961023 wine-961023
1996-10-13  Alexandre JulliardRelease 961013 wine-961013
1996-09-28  Alexandre JulliardRelease 960928 wine-960928
1996-08-24  Alexandre JulliardRelease 960824 wine-960824
1996-07-17  Alexandre JulliardRelease 960717 wine-960717
1996-07-12  Alexandre JulliardRelease 960712 wine-960712
next