Dmitry Timoshkov
|
2cca510a5b
|
gdiplus: Protect from mixing BrushTypeLinearGradient and BrushTypePathGradient.
|
2013-03-11 10:46:33 +01:00 |
Dmitry Timoshkov
|
65bd8f2b26
|
gdiplus: Print a passed in rectangle in GdipCombineRegionRect.
|
2013-03-11 10:46:06 +01:00 |
Vincent Povirk
|
636e60b6e0
|
gdiplus: Fix GdipCreateBitmapFromGraphics implementation.
|
2013-03-11 10:42:40 +01:00 |
Francois Gouget
|
06489c6501
|
gdiplus/tests: Skip the tests if unable to load the TIFF image.
On Windows XP most versions of gdiplus (i.e. older than 5.2) do not support TIFF.
|
2013-03-04 17:32:02 +01:00 |
Dmitry Timoshkov
|
464b8b4160
|
gdiplus: Add some tests for string format alignment.
|
2013-03-04 11:19:20 +01:00 |
Dmitry Timoshkov
|
9fb88c7999
|
gdiplus: GdipDrawString should not clip the string if StringFormatFlagsNoClip is specified.
|
2013-03-04 11:19:18 +01:00 |
Dmitry Timoshkov
|
737790603c
|
Revert "gdiplus: Add support for StringFormatFlagsNoClip.".
This reverts commit bfa35f37a7 .
This patch breaks string alignment.
|
2013-03-04 11:19:16 +01:00 |
Vincent Povirk
|
7b004c1714
|
gdiplus: Store the image type on a Graphics object in case the image is freed.
|
2013-03-04 11:15:38 +01:00 |
Dmitry Timoshkov
|
1896e5575e
|
gdiplus: If a device doesn't support AlphaBlend don't convert image to PARGB.
|
2013-02-25 10:40:37 +01:00 |
Dmitry Timoshkov
|
d23bfd8dfc
|
gdiplus: Round up when converting from 32-bit ARGB to PARGB.
|
2013-02-25 10:40:36 +01:00 |
Dmitry Timoshkov
|
ada3aea736
|
gdiplus: Add some tests for ARGB conversions.
|
2013-02-25 10:40:36 +01:00 |
Dmitry Timoshkov
|
c5e129a7e4
|
gdiplus: Remove debug traces from GdipBitmapGetPixel and GdipBitmapSetPixel.
|
2013-02-22 17:36:21 +01:00 |
Dmitry Timoshkov
|
668cfb1c5a
|
gdiplus: Correct the GdipDrawString .spec entry.
|
2013-02-21 08:32:44 +01:00 |
Dmitry Timoshkov
|
42a5943598
|
gdiplus: Use an off-screen DC to trace a path.
|
2013-02-20 18:21:25 +01:00 |
Dmitry Timoshkov
|
0553eba08f
|
gdiplus: Use an off-screen DC as an image surface.
|
2013-02-20 18:21:22 +01:00 |
Dmitry Timoshkov
|
97b92fe12c
|
gdiplus: Use an off-screen DC for font enumeration.
|
2013-02-20 18:21:18 +01:00 |
Dmitry Timoshkov
|
6b474b555e
|
gdiplus: Reimplement GdipFillRectangles using GdipFillPath.
|
2013-02-19 10:42:45 +01:00 |
Dmitry Timoshkov
|
bb16c926b4
|
gdiplus: Slightly simplify GdipFillClosedCurve2 implementation.
|
2013-02-19 10:42:36 +01:00 |
Dmitry Timoshkov
|
338958287a
|
gdiplus: Reimplement GdipDrawRectangles using GdipDrawPath.
|
2013-02-19 10:42:32 +01:00 |
Dmitry Timoshkov
|
1223569d64
|
gdiplus: Reimplement GdipDrawRectangle using GdipDrawPath.
|
2013-02-19 10:42:29 +01:00 |
Dmitry Timoshkov
|
981223a736
|
gdiplus: Reimplement GdipDrawPie using GdipDrawPath.
|
2013-02-19 10:42:24 +01:00 |
Dmitry Timoshkov
|
6df50f1d16
|
gdiplus: Reimplement GdipDrawEllipse using GdipDrawPath.
|
2013-02-19 10:42:16 +01:00 |
Dmitry Timoshkov
|
ad49f83c7d
|
gdiplus: Forward GdipDrawBezier to GdipDrawBeziers.
|
2013-02-19 10:42:10 +01:00 |
Dmitry Timoshkov
|
ae8826c43e
|
gdiplus: Reimplement GdipDrawBeziers using GdipDrawPath.
|
2013-02-19 10:42:03 +01:00 |
Dmitry Timoshkov
|
89f380f69b
|
gdiplus: Reimplement GdipDrawArc using GdipDrawPath.
|
2013-02-19 10:41:46 +01:00 |
Dmitry Timoshkov
|
2fd1bf60ae
|
gdiplus: Reimplement GdipDrawLines using GdipDrawPath.
|
2013-02-19 10:41:37 +01:00 |
Dmitry Timoshkov
|
03228b1784
|
gdiplus: Reimplement GdipDrawCurve2 using GdipDrawPath.
|
2013-02-19 10:41:18 +01:00 |
Dmitry Timoshkov
|
4233b82872
|
gdiplus: Slightly simplify GdipDrawClosedCurve2 implementation.
|
2013-02-19 10:41:01 +01:00 |
Dmitry Timoshkov
|
cc54d1eb68
|
gdiplus: Forward GdipDrawBezierI to GdipDrawBezier.
|
2013-02-19 10:40:43 +01:00 |
Dmitry Timoshkov
|
f817fb56e8
|
gdiplus: Avoid a crash in GdipDrawImagePointRect.
|
2013-02-18 15:06:17 +01:00 |
Dmitry Timoshkov
|
22a7458a3f
|
gdiplus: Avoid a devision by zero when a being added segment length is 0.
This sometimes happens after GdipAddPathLine + GdipWidenPath.
|
2013-02-18 14:51:04 +01:00 |
Dmitry Timoshkov
|
8ec2354b32
|
gdiplus: Forward GdipDrawLinesI to GdipDrawLines.
|
2013-02-18 10:36:18 +01:00 |
Dmitry Timoshkov
|
7cccd36c9a
|
gdiplus: Forward GdipDrawLineI to GdipDrawLine.
|
2013-02-18 10:36:11 +01:00 |
Dmitry Timoshkov
|
0ed65a2d3a
|
gdiplus: Forward GdipDrawLine to GdipDrawLines.
|
2013-02-18 10:36:01 +01:00 |
Dmitry Timoshkov
|
35fc9c12dc
|
gdiplus: Avoid not necessary memory allocation for BITMAPINFO.
|
2013-01-30 12:43:24 +01:00 |
Andrew Talbot
|
32d070afb0
|
gdiplus: Avoid signed-unsigned integer comparisons.
|
2013-01-24 10:49:34 +01:00 |
Dmitry Timoshkov
|
9532de882f
|
gdiplus: Make GdipCreateFromHDC2 not fail in case of hDevice != NULL.
|
2013-01-23 12:52:16 +01:00 |
Dmitry Timoshkov
|
0d0f05e523
|
gdiplus: Avoid not necessary memory allocation in GdipCreateBitmapFromHICON.
|
2013-01-16 12:23:19 +01:00 |
Dmitry Timoshkov
|
bd601f9950
|
gdiplus: Avoid not necessary memory allocation for BITMAPINFO.
|
2013-01-15 12:11:46 +01:00 |
Dmitry Timoshkov
|
44e554b744
|
gdiplus: Avoid not necessary memory allocation for palette entries.
|
2013-01-15 12:11:39 +01:00 |
Dmitry Timoshkov
|
34ef07fda2
|
gdiplus: Fix reading the mask bits in GdipCreateBitmapFromHICON.
|
2013-01-15 12:11:24 +01:00 |
Alexandre Julliard
|
1c2f23cf2f
|
gdi32: Add helper functions for GetTextExtentExPoint and fix handling of text justification.
|
2012-12-18 19:21:44 +01:00 |
Alexandre Julliard
|
fa664b548e
|
gdiplus/tests: Tweak some metrics to make the tests pass on Wine.
|
2012-12-10 11:54:58 +01:00 |
Andrew Talbot
|
e4351708d5
|
gdiplus: Remove unneeded address-of operator from array name.
|
2012-12-06 13:01:07 +01:00 |
Vincent Povirk
|
ba4ef584d7
|
gdiplus: Fix graphics bounds for memory DC's.
|
2012-12-06 13:00:49 +01:00 |
Vincent Povirk
|
81d9ffa041
|
gdiplus: Always use AlphaBlend to draw to 32-bit DIB's.
|
2012-12-06 12:59:56 +01:00 |
Vincent Povirk
|
431aa5bc3f
|
gdiplus: Use one GetDIBits call instead of one per row.
|
2012-12-06 12:59:26 +01:00 |
Vincent Povirk
|
04412f7a74
|
gdiplus: Avoid accessing dib bits directly in GdipCreateBitmapFromHBITMAP.
|
2012-12-06 12:56:27 +01:00 |
Vincent Povirk
|
2ddb3b7d93
|
gdiplus: Add a test for drawing to HDC's backed by 32-bit alpha dibs.
|
2012-12-04 19:34:19 +01:00 |
Andrew Talbot
|
f8da0d3a1e
|
gdiplus: Remove superfluous braces.
|
2012-11-28 20:14:41 +01:00 |