Alexandre Julliard
|
582a2f511f
|
gdi32: Add a GetBoundsRect driver entry point.
|
2012-04-16 13:53:23 +02:00 |
Alexandre Julliard
|
88bcd13d7f
|
gdi32: Store the reference DC in the enhanced metafile and use it to retrieve device caps.
|
2012-04-10 16:21:24 +02:00 |
Alexandre Julliard
|
fd40d65cfa
|
gdi32: Avoid using uninitialized value in DIB pattern enhmetafile record.
|
2012-02-24 17:04:06 +01:00 |
Alistair Leslie-Hughes
|
c5235eeab0
|
gdi32: Add EnhMetafile PolyBezier, PolyBezierTo support.
|
2012-01-19 21:08:55 +01:00 |
Alexandre Julliard
|
fbbf3ba408
|
gdi32: Get rid of the CreateDIBSection driver entry point.
|
2012-01-10 16:13:29 +01:00 |
Alexandre Julliard
|
dc1aeeb2f8
|
gdi32: Get rid of the SetDIBColorTable driver entry point.
|
2012-01-07 13:27:08 +01:00 |
Alexandre Julliard
|
cc9836bda0
|
gdi32: Pass a brush_pattern structure to the SelectPen entry point for brushed pens.
|
2011-12-30 11:04:29 +01:00 |
Alexandre Julliard
|
f85bb35280
|
gdi32: Pass a brush_pattern structure to the SelectBrush entry point.
|
2011-12-30 11:04:26 +01:00 |
Alexandre Julliard
|
8db263d2eb
|
gdi32: Simplify computation of the DIB header size for internal BITMAPINFO structures.
|
2011-12-10 13:35:59 +01:00 |
Alexandre Julliard
|
9391c6a757
|
gdi32: Add a CopyBitmap driver entry point.
|
2011-11-08 19:25:05 +01:00 |
Alexandre Julliard
|
03e0d96b9e
|
gdi32: Retrieve the brush pattern bits from the cache for enhanced metafiles.
|
2011-11-07 13:43:30 +01:00 |
Alexandre Julliard
|
24ac8c66bb
|
gdi32: Pass the full brush contents in the SelectBrush driver entry point.
|
2011-11-02 21:41:15 +01:00 |
Alexandre Julliard
|
6bf6575c5c
|
gdi32: Store a pointer instead of a global handle for DIB pattern brushes.
|
2011-11-02 12:02:27 +01:00 |
Alexandre Julliard
|
95cba0c0f4
|
gdi32: Add a DC driver entry point for GdiGradientFill.
|
2011-10-31 23:51:38 +01:00 |
Alexandre Julliard
|
a8444d7fd1
|
gdi32: Add driver entry points for a number of font functions.
|
2011-10-24 23:45:37 +02:00 |
Alexandre Julliard
|
2b1b11d681
|
gdi32: Rename the EnumDeviceFonts entry point to EnumFonts since it's not limited to device fonts.
|
2011-10-24 23:34:33 +02:00 |
Alexandre Julliard
|
ef0fe44327
|
gdi32: Implement SelectFont as a standard driver entry point.
|
2011-10-19 18:22:05 +02:00 |
Alexandre Julliard
|
5267c1316b
|
gdi32: Get rid of the DC_FUNCTIONS typedef.
|
2011-10-17 20:39:54 +02:00 |
Alexandre Julliard
|
c819e4bdea
|
gdi32: Add a null driver fallback for AlphaBlend, using a new BlendImage driver entry point.
|
2011-09-14 11:57:45 +02:00 |
Alexandre Julliard
|
cef1832bfb
|
gdi32: Add a driver entry point for CreateCompatibleDC.
|
2011-09-07 18:13:06 +02:00 |
Alexandre Julliard
|
901c1997cb
|
gdi32: Make the push/pop_dc_driver functions available to the drivers.
|
2011-09-07 14:39:46 +02:00 |
Alexandre Julliard
|
a0f1b20464
|
gdi32: Make the BITMAPINFO parameters non-const in driver entry points since we are always passing a copy.
|
2011-09-02 15:56:01 +02:00 |
Alexandre Julliard
|
f825f5db8c
|
gdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevice and pass that to the drivers.
|
2011-08-04 18:23:25 +02:00 |
Alexandre Julliard
|
d0d98046c6
|
gdi32: Create a sanitized BITMAPINFO in StretchDIBits and pass that to the drivers.
|
2011-08-04 18:23:00 +02:00 |
Alexandre Julliard
|
1aa35bea9a
|
gdi32: Use GetImage to retrieve the brush bits in enhanced metafiles.
|
2011-08-03 14:15:48 +02:00 |
Alexandre Julliard
|
6d00196aea
|
gdi32: Get rid of the SetBitmapBits driver entry point.
|
2011-08-03 14:15:47 +02:00 |
Alexandre Julliard
|
366174b213
|
gdi32: Get rid of the GetBitmapBits driver entry point.
|
2011-07-25 20:32:41 +02:00 |
Alexandre Julliard
|
d33e0d2c86
|
gdi32: Add an inline helper to retrieve a DDB byte width.
|
2011-07-25 19:56:43 +02:00 |
Alexandre Julliard
|
8a906250eb
|
gdi32: Get rid of the SetDIBits driver entry point.
|
2011-07-25 19:47:03 +02:00 |
Alexandre Julliard
|
eb87e694a2
|
gdi32: Add inline helpers to compute DIB stride and total size.
|
2011-07-19 14:54:14 +02:00 |
Alexandre Julliard
|
b01eb19511
|
gdi32: Remove the GetDIBits entry point from the graphics driver.
|
2011-07-18 17:07:51 +02:00 |
Alexandre Julliard
|
cf05fca878
|
gdi32: Add driver entry points for GetImage and PutImage.
|
2011-07-14 11:30:58 +02:00 |
Alexandre Julliard
|
c7a8ff26d3
|
gdi32: Graphics driver functions no longer need to be CDECL.
|
2011-07-13 14:56:12 +02:00 |
Alexandre Julliard
|
1ac1d7c69b
|
gdi32: Pass the dest visible rectangle to the PatBlt driver entry point.
|
2011-07-11 17:12:49 +02:00 |
Alexandre Julliard
|
8bd130b923
|
gdi32: Pass the source/dest visible rectangles to the StretchBlt driver entry point.
|
2011-07-11 17:12:49 +02:00 |
Alistair Leslie-Hughes
|
5a7dba5a70
|
gdi32: Add support in DeviceCaps CURVECAPS, LINECAPS, POLYGONALCAPS for EnhMetafiles.
|
2011-05-19 19:37:26 +02:00 |
Alexandre Julliard
|
71c6f48269
|
gdi32: Use the hdc from the generic physdev structure in enhanced metafiles.
|
2011-04-04 12:27:09 +02:00 |
Alexandre Julliard
|
5e2549d687
|
gdi32: Don't require a valid point as input to OffsetViewport/WindowOrgEx.
|
2011-03-28 17:08:54 +02:00 |
Alexandre Julliard
|
3d34f01f3c
|
gdi32: Add null driver entry points for StretchBlt and AlphaBlend.
|
2011-03-18 16:05:09 +01:00 |
Alexandre Julliard
|
23ae69332a
|
gdi32: Fix the calling convention of the DeleteDC entry points.
|
2011-03-17 15:24:44 +01:00 |
Alexandre Julliard
|
33e27fca77
|
gdi32: Get rid of the BitBlt driver entry point.
|
2011-03-17 15:01:11 +01:00 |
Alexandre Julliard
|
5eb105f6e1
|
gdi32: Always call the PatBlt entry point for blits that don't use a source.
|
2011-03-17 14:48:46 +01:00 |
Alexandre Julliard
|
45f191dc2a
|
gdi32: Properly manage the driver stack during DC creation and deletion.
|
2011-03-16 23:06:25 +01:00 |
Alexandre Julliard
|
e6d153bbf6
|
gdi32: Add null driver entry points for the DC state functions.
|
2011-03-16 11:25:59 +01:00 |
Alexandre Julliard
|
29c3c528db
|
gdi32: Add null driver entry point for world transform functions, and move them to mapping.c.
|
2011-03-15 17:14:07 +01:00 |
Alexandre Julliard
|
8c3766c5e7
|
gdi32: Move all the enhanced metafile DC setting functions to enhmfdrv/dc.c
|
2011-03-11 12:07:39 +01:00 |
Alexandre Julliard
|
30997b5634
|
gdi32: Add a SetLayout driver entry point and implement it for enhanced metafiles.
|
2011-03-10 22:10:16 +01:00 |
Alexandre Julliard
|
965d41717b
|
gdi32: Add null driver entry points for the various DC settings functions.
|
2011-03-10 21:58:55 +01:00 |
Alexandre Julliard
|
dfaee0a5d7
|
gdi32: Fix handling of the DC brush/pen in metafiles.
|
2011-03-10 20:44:49 +01:00 |
Alexandre Julliard
|
3a850fc842
|
gdi32: Add null driver entry points for the mapping functions.
|
2011-03-10 12:39:03 +01:00 |