Alexandre Julliard
|
7c06fef8b6
|
gdi32: Fix a compiler warning on 64-bit.
|
2011-04-11 13:45:23 +02:00 |
Huw Davies
|
1600885690
|
gdi32/tests: Add PatBlt tests.
|
2011-04-11 12:24:04 +02:00 |
Huw Davies
|
91ff144018
|
gdi32: Implement PatBlt.
|
2011-04-11 12:23:52 +02:00 |
Huw Davies
|
44f530275a
|
gdi32: Implement SelectBrush for solid brushes.
|
2011-04-11 12:23:31 +02:00 |
Alexandre Julliard
|
05b1aea244
|
gdi32: Avoid reading bits outside of the glyph bitmap in GetGlyphOutline.
|
2011-04-08 13:03:22 +02:00 |
Huw Davies
|
b4ae697496
|
gdi32/tests: Add horizontal and vertical solid line tests.
|
2011-04-07 17:21:14 +02:00 |
Huw Davies
|
1e27c95125
|
gdi32: Draw single pixel wide, horizontal or vertical lines with the dib driver.
|
2011-04-07 17:21:13 +02:00 |
Huw Davies
|
d5d4603062
|
gdi32: Calculate AND and XOR masks corresponding to the current pen colour and rop2.
|
2011-04-07 17:21:13 +02:00 |
Huw Davies
|
15ef394159
|
gdi32: Add support for DC pens.
|
2011-04-07 17:21:13 +02:00 |
Huw Davies
|
842d49939d
|
gdi32: Add the ability to track whether we should defer to the graphics driver.
|
2011-04-07 17:21:13 +02:00 |
Huw Davies
|
ed23e3de5c
|
gdi32: Initial SelectPen support.
|
2011-04-07 17:21:12 +02:00 |
Huw Davies
|
f382478377
|
gdi32: Add a solid_rects primitive.
|
2011-04-07 17:21:12 +02:00 |
Huw Davies
|
0aebe831b4
|
gdi32/tests: Start of a framework for writing dib driver tests.
|
2011-04-05 17:26:50 +02:00 |
Huw Davies
|
ba3d34875a
|
gdi32: Add support for 32 bpp BI_BITFIELDS.
|
2011-04-05 14:44:03 +02:00 |
Huw Davies
|
0c5e7a6d4d
|
gdi32: Add a dib primitive function table.
|
2011-04-05 14:44:00 +02:00 |
Akihiro Sagawa
|
cb77f9a239
|
gdi32: Create charset enumeration order list for EnumFontFamiliesEx.
|
2011-04-04 13:44:43 +02:00 |
Akihiro Sagawa
|
f088185471
|
gdi32: Remove redundant charset assignments.
|
2011-04-04 13:44:06 +02:00 |
Akihiro Sagawa
|
6a404a3b58
|
gdi32: Move charset enumeration to helper function.
|
2011-04-04 13:44:01 +02:00 |
Akihiro Sagawa
|
a9c9970d9b
|
gdi32/tests: Add a test for a charset enumeration order.
|
2011-04-04 13:43:48 +02:00 |
Huw Davies
|
4cffb2d0a9
|
gdi32: Add a skeleton dib driver.
|
2011-04-04 13:38:19 +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
|
edb68487f4
|
gdi32: Use the hdc from the generic physdev structure in metafiles.
|
2011-04-04 12:27:02 +02:00 |
Gregory M. Turner
|
c7f7848026
|
gdi32: Initialize SetLayout function pointer.
|
2011-03-28 17:25:29 +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
|
ded15757a0
|
gdi32: Remove the function table pointer from the DC structure.
|
2011-03-18 16:05:09 +01:00 |
Alexandre Julliard
|
3d34f01f3c
|
gdi32: Add null driver entry points for StretchBlt and AlphaBlend.
|
2011-03-18 16:05:09 +01:00 |
Alexandre Julliard
|
5ffbce6d3c
|
gdi32: Add a null driver entry point for StretchDIBits.
|
2011-03-18 16:04:56 +01:00 |
Alexandre Julliard
|
1a34f98017
|
gdi32: Find the original driver by checking the CreateDC entry point in CreateCompatibleDC.
|
2011-03-18 15:59:05 +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
|
ef676d6d7d
|
gdi32: Add a null driver entry point for PatBlt.
|
2011-03-17 14:54:56 +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
|
2c16ab2ae2
|
gdi32: Add a null driver entry point for UnrealizePalette.
|
2011-03-16 23:06:47 +01:00 |
Alexandre Julliard
|
31e6f4bc0d
|
gdi32: Add a null driver entry point for GetDeviceCaps.
|
2011-03-16 23:06:47 +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
|
174e906aa5
|
gdi32: Get rid of the no longer used DC_SAVED flag.
|
2011-03-16 21:50:44 +01:00 |
Alexandre Julliard
|
ac5a180278
|
gdi32: Add null driver entry points for the DIB functions.
|
2011-03-16 21:50:28 +01:00 |
Huw Davies
|
c8c467155d
|
gdi32: Print the fixme when the pen is actually hatched.
|
2011-03-16 16:31:57 +01:00 |
Alexandre Julliard
|
1fc5603cc9
|
gdi32: Add null driver entry points for the text functions.
|
2011-03-16 14:14:16 +01:00 |
Alexandre Julliard
|
7b970a1657
|
gdi32: Don't allocate a GDI handle for saved DCs.
|
2011-03-16 13:27:45 +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
|
122b5bf784
|
gdi32: Add null driver entry points for the bitmap functions.
|
2011-03-16 11:20:30 +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 |
Dmitry Timoshkov
|
d9d5267237
|
gdi32: Remove a redundant check for Roman font presence.
Wine ships Tahoma and many other built-in fonts these days.
|
2011-03-14 12:39:28 +01:00 |
Alexandre Julliard
|
46bfaeae9e
|
gdi32: Avoid null pointer access when we are out of gdi handles.
|
2011-03-12 20:40:51 +01:00 |
Alexandre Julliard
|
9c7b528b6f
|
gdi32: Add null driver entry points for the path functions.
|
2011-03-11 20:43:15 +01:00 |
Alexandre Julliard
|
0d27e3c0ed
|
gdi32: Add null driver entry points for the palette functions.
|
2011-03-11 18:26:55 +01:00 |
Alexandre Julliard
|
0c33f1dd89
|
gdi32: Add null driver entry points for the color management functions.
|
2011-03-11 12:38:50 +01:00 |
Alexandre Julliard
|
806d0c4f86
|
gdi32: Add null driver entry points for the pixel format functions.
|
2011-03-11 12:38:19 +01:00 |
Alexandre Julliard
|
d1db4c859c
|
gdi32: Add null driver entry points for the device printer functions.
|
2011-03-11 12:36:38 +01:00 |