Replaced create_file server requests by a call to NtCreateFile.
[wine] / objects / dc.c
2004-03-04  Alexandre JulliardChanged the CreateDC driver entry point to use an HDC...
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-02-09  Jon GriffithsDocumentation fixes.
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  Vincent BéronGet rid of a W->A crosscall (ResetDCA->ResetDCW).
2004-01-12  Mike HearnChange GetTransform stub to use the standard FIXME...
2003-11-30  Richard CohenAdded missing GDI_ReleaseObj() to GetDCBrushColor ...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-11  Huw DaviesOnly reselect the font if the transformation has actual...
2003-11-05  Vincent BéronImplemented GetDCPenColor and GetDCBrushColor.
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-18  Francois GougetSpelling and case fixes.
2003-08-13  Dmitry TimoshkovConvert initData as well.
2003-08-12  Dmitry TimoshkovConvert CreateDC to unicode in the driver interface.
2003-06-23  Mike McCormackRecord SetWorldTransform and ModifyWorldTransform in...
2003-05-19  Huw DaviesAfter we update the mapping mode reselect the current...
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 DaviesAdded stub for SetVirtualResolution.
2003-03-27  P. ChristeasFixed typo in SetGraphicsMode.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-01-24  Rein KlazesLoad default stock bitmap in CreateDC().
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed a number of -DSTRICT issues.
2002-11-21  Steve LustbaderStub for SetDCBrushColor.
2002-10-02  Greg TurnerCreateDC: handle (nil, <string>, ...) gracefully if...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-29  Alexandre JulliardAdded internal 32-bit versions of GDISelectPalette and
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-08-02  Alexandre JulliardDon't set the DC_DIRTY flag in SetDCState since we...
2002-07-20  Andreas MohrCreateDCA should return failure if both driver and...
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
2002-04-21  Alexandre JulliardFixed handling of visible region in Save/RestoreDC.
2002-04-06  Huw D M DaviesAdded support for ResetDC.
2002-04-02  Alexandre JulliardAvoid recursive DeleteDC calls.
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>,...
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-10-02  Alexandre JulliardFree cache DCEs if the DC gets deleted.
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-08-20  Uwe BonnesAdded reference counting and delayed destruction of...
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
2001-08-16  Alexandre JulliardRelease GDI lock before calling DeleteDC from RestoreDC.
2001-08-15  Alexandre JulliardMake sure we don't hold the GDI lock when loading drivers.
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-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-25  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-04-16  Dmitry TimoshkovMove implementation of CreateDC16 to CreateDCA.
2001-04-09  Francois GougetGetDeviceCaps: make sure the devCaps field is not NULL...
2001-03-20  Ove KaavenImplemented Get/SetDeviceGammaRamp.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-29  Brian TeagueAdd a stub for the CAPS1 capability in GetDeviceCaps.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-10-29  Alexandre JulliardUse GetStockObject() instead of the magic STOCK_* handles.
2000-10-13  Marcus MeissnerStubbed GetDeviceGammaRamp.
2000-09-26  Marcus MeissnerWORD is unsigned, so we need to transalte 0xffff into -1.
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-09-07  Gerard PatelMake GetDeviceCaps16 (hdc, NUMCOLORS) not return -1...
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-20  Alexandre JulliardFixed GDI locking in GetDeviceCaps.
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-01  Phillip EzoltFixed CreateDC to work properly when it is called with...
2000-06-12  Gerard PatelhookThunk was not initialized in GetDcState.
2000-05-18  Patrik StridvallGetRelAbs for some reason takes 2 parameters, even...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-19  Alexandre JulliardAdded GetDCOrgEx in graphics device interface and remov...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-30  Marcus MeissnerGetDeviceCaps: spot yet unsupported accesses to the...
2000-01-15  Gerard PatelRemoved DeleteObject call left over from previous patch.
2000-01-09  Gerard PatelAvoid deleting of the default 1x1 bitmap for memory...
1999-11-21  Huw D M DaviesAdd stubs for Get/SetLayout().
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-07-24  Huw D M DaviesImplement handling of 32 bit AbortProc.
1999-07-04  Patrik StridvallMoved code to the X11 driver.
1999-06-05  Noel BorthwickFrom CreateCompatibleDC, pass the device name associate...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-08  Ulrich WeigandCheck for busy DCE moved to DCHook16().
1999-05-04  Francis BeaudetCheck if DC is busy before deleting it.
1999-04-25  Huw D M DaviesGeneral tidy up of the MetaFile driver - make sure...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-15  Huw D M DaviesChange (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s...
next