2004-03-04 |
Alexandre Julliard | Changed the CreateDC driver entry point to use an HDC... |
blob | commitdiff | raw |
2004-03-03 |
Alexandre Julliard | Changed the GetTextExtentPoint graphics driver entry... |
blob | commitdiff | raw | diff to current |
2004-03-03 |
Alexandre Julliard | Implemented Get/SetBoundsRect based on a patch by Ken... |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Alexandre Julliard | Moved hGCClipRgn handling to the graphics driver. |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Alexandre Julliard | Removed a couple of unused fields in the DC structure. |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Jon Griffiths | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2004-01-18 |
Alexandre Julliard | Removed the bitsPerPixel field in the generic DC struct... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Alexandre Julliard | Moved a bunch of definitions from gdi.h into a new... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Vincent Béron | Get rid of a W->A crosscall (ResetDCA->ResetDCW). |
blob | commitdiff | raw | diff to current |
2004-01-12 |
Mike Hearn | Change GetTransform stub to use the standard FIXME... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Richard Cohen | Added missing GDI_ReleaseObj() to GetDCBrushColor ... |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Huw Davies | Only reselect the font if the transformation has actual... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Vincent Béron | Implemented GetDCPenColor and GetDCBrushColor. |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Ulrich Czekalla | Implemented SetDCPenColor and SetDCBrushColor. |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Dave Belanger | Implemented the SetArcDirection metarecord in EMF driver. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Francois Gouget | Spelling and case fixes. |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Dmitry Timoshkov | Convert initData as well. |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dmitry Timoshkov | Convert CreateDC to unicode in the driver interface. |
blob | commitdiff | raw | diff to current |
2003-06-23 |
Mike McCormack | Record SetWorldTransform and ModifyWorldTransform in... |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Huw Davies | After we update the mapping mode reselect the current... |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Alexandre Julliard | Use a different magic for memory DCs and get rid of... |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Alexandre Julliard | Added partial stub for GetTransform. |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Huw Davies | Added stub for SetVirtualResolution. |
blob | commitdiff | raw | diff to current |
2003-03-27 |
P. Christeas | Fixed typo in SetGraphicsMode. |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Alexandre Julliard | Replaced most uses of the auto-generated glue code... |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Rein Klazes | Load default stock bitmap in CreateDC(). |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Alexandre Julliard | Merged font.h and path.h into gdi.h. Moved x11font... |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made gdi compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Fixed a number of -DSTRICT issues. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Steve Lustbader | Stub for SetDCBrushColor. |
blob | commitdiff | raw | diff to current |
2002-10-02 |
Greg Turner | CreateDC: handle (nil, <string>, ...) gracefully if... |
blob | commitdiff | raw | diff to current |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Alexandre Julliard | Added internal 32-bit versions of GDISelectPalette and |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Alexandre Julliard | Moved a large number of 16-bit functions to a separate... |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Alexandre Julliard | Don't set the DC_DIRTY flag in SetDCState since we... |
blob | commitdiff | raw | diff to current |
2002-07-20 |
Andreas Mohr | CreateDCA should return failure if both driver and... |
blob | commitdiff | raw | diff to current |
2002-06-10 |
Alexandre Julliard | Moved DC origin into device-specific structure. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Alexandre Julliard | Moved parts of the DC initialisation and bitmap selecti... |
blob | commitdiff | raw | diff to current |
2002-04-21 |
Alexandre Julliard | Fixed handling of visible region in Save/RestoreDC. |
blob | commitdiff | raw | diff to current |
2002-04-06 |
Huw D M Davies | Added support for ResetDC. |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Alexandre Julliard | Avoid recursive DeleteDC calls. |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Alexandre Julliard | Changed the GDI driver interface to pass an opaque... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Alexandre Julliard | Authors: Huw D M Davies <hdavies@codeweavers.com>,... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Alexandre Julliard | Changed DC hook and abort proc handling to avoid having... |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Alexandre Julliard | Free cache DCEs if the DC gets deleted. |
blob | commitdiff | raw | diff to current |
2001-09-12 |
Huw D M Davies | Lay down the infrastructure for gdi font rendering. |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Uwe Bonnes | Added reference counting and delayed destruction of... |
blob | commitdiff | raw | diff to current |
2001-08-17 |
Alexandre Julliard | Create GDI stock objects as normal objects instead... |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Alexandre Julliard | Release GDI lock before calling DeleteDC from RestoreDC. |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Alexandre Julliard | Make sure we don't hold the GDI lock when loading drivers. |
blob | commitdiff | raw | diff to current |
2001-07-28 |
Alexandre Julliard | Added GetDeviceCaps to the DC driver interface. Removed... |
blob | commitdiff | raw | diff to current |
2001-07-27 |
Alexandre Julliard | Build the DC function table by using GetProcAddress... |
blob | commitdiff | raw | diff to current |
2001-07-12 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-28 |
Patrik Stridvall | Documentation name fixes. |
blob | commitdiff | raw | diff to current |
2001-06-25 |
Dmitry Timoshkov | Replace some 16-bit calls by their 32-bit equivalents. |
blob | commitdiff | raw | diff to current |
2001-04-16 |
Dmitry Timoshkov | Move implementation of CreateDC16 to CreateDCA. |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Francois Gouget | GetDeviceCaps: make sure the devCaps field is not NULL... |
blob | commitdiff | raw | diff to current |
2001-03-20 |
Ove Kaaven | Implemented Get/SetDeviceGammaRamp. |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Brian Teague | Add a stub for the CAPS1 capability in GetDeviceCaps. |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Alexandre Julliard | Allocate DC objects on the process heap, and removed... |
blob | commitdiff | raw | diff to current |
2000-10-29 |
Alexandre Julliard | Use GetStockObject() instead of the magic STOCK_* handles. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Marcus Meissner | Stubbed GetDeviceGammaRamp. |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Marcus Meissner | WORD is unsigned, so we need to transalte 0xffff into -1. |
blob | commitdiff | raw | diff to current |
2000-09-16 |
Andreas Mohr | Added support for non-deletable system brushes and... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Gerard Patel | Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1... |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Alexandre Julliard | Backed out font codepage change. |
blob | commitdiff | raw | diff to current |
2000-08-20 |
Hidenori Takeshima | Handle the codepage of fonts if supported by the graphi... |
blob | commitdiff | raw | diff to current |
2000-08-20 |
Alexandre Julliard | Fixed GDI locking in GetDeviceCaps. |
blob | commitdiff | raw | diff to current |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Phillip Ezolt | Fixed CreateDC to work properly when it is called with... |
blob | commitdiff | raw | diff to current |
2000-06-12 |
Gerard Patel | hookThunk was not initialized in GetDcState. |
blob | commitdiff | raw | diff to current |
2000-05-18 |
Patrik Stridvall | GetRelAbs for some reason takes 2 parameters, even... |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Alexandre Julliard | Added GetDCOrgEx in graphics device interface and remov... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Marcus Meissner | GetDeviceCaps: spot yet unsupported accesses to the... |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Gerard Patel | Removed DeleteObject call left over from previous patch. |
blob | commitdiff | raw | diff to current |
2000-01-09 |
Gerard Patel | Avoid deleting of the default 1x1 bitmap for memory... |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Huw D M Davies | Add stubs for Get/SetLayout(). |
blob | commitdiff | raw | diff to current |
1999-09-20 |
Ulrich Weigand | DC hook proc thunk management simplified. |
blob | commitdiff | raw | diff to current |
1999-09-13 |
Huw D M Davies | Change interfaces to THUNK_Alloc/Free slightly and... |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Huw D M Davies | Implement handling of 32 bit AbortProc. |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Patrik Stridvall | Moved code to the X11 driver. |
blob | commitdiff | raw | diff to current |
1999-06-05 |
Noel Borthwick | From CreateCompatibleDC, pass the device name associate... |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Huw D M Davies | Implement DocumentProperties, DeviceCapabilities, begin... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Ulrich Weigand | Check for busy DCE moved to DCHook16(). |
blob | commitdiff | raw | diff to current |
1999-05-04 |
Francis Beaudet | Check if DC is busy before deleting it. |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Huw D M Davies | General tidy up of the MetaFile driver - make sure... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-15 |
Huw D M Davies | Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s... |
blob | commitdiff | raw | diff to current |
next |