Akihiro Sagawa
|
b138c36c11
|
gdi32: Fix empty glyph handling in the dib driver.
|
2013-10-01 19:26:11 +02:00 |
Ralf Habacker
|
39629a3d35
|
gdi32: Fixed Rectangle() rotation with GM_ADVANCED graphics mode in dib driver.
|
2013-09-05 20:58:24 +02:00 |
Alexandre Julliard
|
a973df3324
|
gdi32: Fix off-by-one error in the extent of arcs when the size is even.
|
2013-07-01 19:51:14 +02:00 |
Alexandre Julliard
|
456b4c876e
|
gdi32: Add a helper function to order the points of a rectangle.
|
2012-12-14 17:37:33 +01:00 |
Alexandre Julliard
|
a3cf48afad
|
gdi32: Add a level of pointers to the glyph cache to avoid the need for locking individual glyphs.
|
2012-12-11 12:03:33 +01:00 |
Alexandre Julliard
|
b057c5f140
|
gdi32: Fix handling of font orientation in advanced graphics mode.
|
2012-12-10 17:36:23 +01:00 |
Alexandre Julliard
|
78626cdbaa
|
gdi32: Support caching glyphs by character code and not only by glyph index.
|
2012-12-05 17:46:47 +01:00 |
Alexandre Julliard
|
2d3385eec9
|
gdi32: Avoid computing grayscale glyph intensities when not needed.
|
2012-11-30 19:12:17 +01:00 |
Alexandre Julliard
|
6050a025bb
|
gdi32: Add a font glyph cache in the DIB engine.
|
2012-11-28 12:22:40 +01:00 |
Alexandre Julliard
|
1c4cf1a2db
|
gdi32: Fix coordinate mapping of arc limits.
|
2012-11-19 16:35:23 +01:00 |
Alexandre Julliard
|
9cdb0e1ca6
|
gdi32: Disable anti-aliasing when necessary in the various drivers.
|
2012-11-02 16:41:26 +01:00 |
Alexandre Julliard
|
ccc034c27e
|
gdi32: Store the anti-aliasing flags in the DC when selecting a font.
|
2012-11-02 16:41:23 +01:00 |
Huw Davies
|
9247328371
|
gdi32: Implement sub-pixel glyph smoothing.
|
2012-10-30 18:09:00 +01:00 |
Huw Davies
|
aa9827b08e
|
gdi32: Move the string rendering code to a common function.
|
2012-10-19 18:09:52 +02:00 |
Huw Davies
|
e6c349d69f
|
gdi32: Use the helper to draw the glyphs.
|
2012-10-19 18:09:49 +02:00 |
Huw Davies
|
3e7517328d
|
gdi32: Pass individual x, y co-ords to draw_glyph rather than a POINT.
|
2012-10-19 18:09:46 +02:00 |
Huw Davies
|
3ef520650c
|
gdi32: Pass a dib_info structure to draw_glyph.
|
2012-10-19 18:09:44 +02:00 |
Huw Davies
|
64e2ad5709
|
gdi32: Make get_glyph_bitmap return a dib_info structure in order to avoid code duplication.
|
2012-10-18 19:22:14 +02:00 |
Alexandre Julliard
|
7c9d35e575
|
gdi32: PatBlt needs to bypass the brush for ROPs that don't make use of it.
|
2012-07-19 15:42:31 +02:00 |
Alexandre Julliard
|
af4871f862
|
gdi32: Make sure the bounds are always updated in ExtTextOutW.
|
2012-05-30 21:35:22 +02:00 |
Alexandre Julliard
|
664442ab84
|
gdi32: Don't store the default color table in dib_info objects.
|
2012-05-23 17:22:17 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Alexandre Julliard
|
6a19d9f252
|
gdi32: Support drawing to a visible rectangle smaller than the whole bitmap in the DIB engine.
|
2012-05-01 14:28:39 +02:00 |
Alexandre Julliard
|
3ea711dd7c
|
gdi32: Store the bounds rectangle as a pointer in the DIB driver.
|
2012-04-27 12:49:20 +02:00 |
Alexandre Julliard
|
34457aa4c3
|
gdi32: Add bounds tracking to all the DIB engine entry points.
|
2012-04-16 17:49:22 +02:00 |
Alexandre Julliard
|
ea5fa7ddbe
|
gdi32: Map all the points at once in PolyPolyline, similarly to what PolyPolygon does.
|
2012-04-13 13:39:06 +02:00 |
Alexandre Julliard
|
568afc210e
|
gdi32: Move the pen/brush_region helpers to graphics.c and avoid redundant clipping.
|
2012-04-13 13:36:23 +02:00 |
Alexandre Julliard
|
c65de04789
|
gdi32: Use 64-bit values when computing ellipses to avoid overflows.
|
2012-02-24 15:55:45 +01:00 |
Alexandre Julliard
|
21498d6c11
|
gdi32: Paint everything in ExtFloodFill when the DIB doesn't have a clip region.
|
2012-02-19 20:34:27 +01:00 |
Huw Davies
|
3dc4f259e9
|
gdi32: The clip region should stop the flooding.
|
2012-01-19 21:08:50 +01:00 |
Huw Davies
|
d69868e464
|
gdi32: Implement ExtFloodFill.
|
2012-01-18 16:27:42 +01:00 |
Huw Davies
|
ff4045b110
|
gdi32: Use separate x and y parameters in the get_pixel primitive.
|
2012-01-18 16:27:39 +01:00 |
Huw Davies
|
7994f2c03b
|
gdi32: Don't create the outline region twice.
|
2012-01-09 15:23:17 +01:00 |
Alexandre Julliard
|
bf718448f3
|
gdi32: Add a stub for the ExtFloodFill entry point.
|
2012-01-06 19:24:11 +01:00 |
Alexandre Julliard
|
ff31a448b3
|
gdi32: Implement Arc, ArcTo, Chord, and Pie, using line segments for now.
|
2012-01-06 19:24:02 +01:00 |
Alexandre Julliard
|
92d5b41599
|
gdi32: Add a helper function for computing the device rect for PS_INSIDEFRAME.
|
2012-01-06 19:22:22 +01:00 |
Alexandre Julliard
|
5ff285629e
|
gdi32: Implement Ellipse and RoundRect, using line segments for now.
|
2012-01-06 19:22:12 +01:00 |
Alexandre Julliard
|
94ffc49e02
|
gdi32: Draw rectangles in the order specified by the current arc direction.
|
2012-01-05 20:54:07 +01:00 |
Alexandre Julliard
|
d858041a19
|
gdi32: Get rid of the pen deferring support, all pen styles are implemented now.
|
2012-01-04 16:53:17 +01:00 |
Alexandre Julliard
|
2c9c9f78fb
|
gdi32: Don't bother computing interior regions when the brush is null.
|
2011-12-30 12:53:35 +01:00 |
Alexandre Julliard
|
4e03247427
|
gdi32: Define a structure to make the brush state independent from the physdev.
|
2011-12-30 11:04:33 +01:00 |
Alexandre Julliard
|
c1c8c92875
|
gdi32: Add helpers to paint a region with the brush or pen.
|
2011-12-29 10:10:45 +01:00 |
Alexandre Julliard
|
579afe5cc6
|
gdi32: Implement PolyPolygon in the DIB driver.
|
2011-12-29 09:57:58 +01:00 |
Alexandre Julliard
|
f5549ae1d0
|
gdi32: Use a region to render geometric and wide pens in LineTo.
|
2011-12-29 09:57:41 +01:00 |
Alexandre Julliard
|
da8ae11300
|
gdi32: Use a region to render geometric and wide pens in Rectangle.
|
2011-12-29 09:53:25 +01:00 |
Alexandre Julliard
|
64ed56366c
|
gdi32: Use a region to render geometric and wide pens in PolyPolyline.
|
2011-12-29 00:02:24 +01:00 |
Alexandre Julliard
|
0429d9181f
|
gdi32: Add support for updating a region from the pen backend functions instead of painting directly.
|
2011-12-28 23:02:10 +01:00 |
Alexandre Julliard
|
9b8d920cb7
|
gdi32: Pass the clip region to the brush_rect helper and add a similar helper for pens.
|
2011-12-28 11:28:21 +01:00 |
Alexandre Julliard
|
18c20964e1
|
gdi32: Add support for PS_INSIDEFRAME pens when drawing rectangles.
|
2011-12-28 11:17:41 +01:00 |
Alexandre Julliard
|
0c840f66ed
|
gdi32: Compute the correct rectangle interior when using wide pens.
|
2011-12-27 20:53:35 +01:00 |