Vincent Povirk
|
68dba4eff3
|
gdiplus: Support line gradient brushes in GdipFillPath.
|
2009-03-24 13:57:39 +01:00 |
|
Aric Stewart
|
43caae8386
|
gdiplus: In GdipDrawString do not NULL terminate the buffer. It is unneeded and overruns the buffer.
|
2009-02-16 11:47:42 +01:00 |
|
Nikolay Sivov
|
9f0edc5e7c
|
gdiplus: Implemented GdipFillRegion.
|
2009-02-04 15:40:59 +01:00 |
|
Nikolay Sivov
|
8c096167d7
|
gdiplus: Add testing for ObjectBusy in some Graphics methods.
|
2009-02-03 12:48:46 +01:00 |
|
Nikolay Sivov
|
f8edb068e7
|
gdiplus: Implemented GdipSetClipHrgn.
|
2009-02-03 12:48:35 +01:00 |
|
Nikolay Sivov
|
bcfe4e7e46
|
gdiplus: Implemented GdipGetClipBounds/GdipGetClipBoundsI.
|
2009-02-03 12:48:27 +01:00 |
|
Nikolay Sivov
|
5da52e0677
|
gdiplus: Implemented GdipTranslateClip/GdipTranslateClipI.
|
2009-02-02 15:21:43 +01:00 |
|
Michael Stefaniuc
|
b53877d92e
|
gdiplus: Remove superfluous pointer casts.
|
2009-01-14 13:51:00 +01:00 |
|
Nikolay Sivov
|
63ae714fc6
|
gdiplus: Stub for GdipGetNearestColor.
|
2008-12-11 11:50:42 +01:00 |
|
Vincent Povirk
|
08aa0cac74
|
gdiplus: Implement GdipRegionGetHRgn for paths.
|
2008-11-25 13:11:44 +01:00 |
|
Hans Leidekker
|
6122c77b9d
|
gdiplus: Add stub implementations of GdipCreateHalftonePalette and GdipImageForceValidation.
|
2008-11-24 14:25:10 +01:00 |
|
Hans Leidekker
|
5ce729a4eb
|
gdiplus: Add stub implementations of GdipBeginContainer2 and GdipEndContainer.
|
2008-11-24 14:25:10 +01:00 |
|
Hans Leidekker
|
df93d19d3d
|
gdiplus: Return success from the GdipSaveGraphics and GdipRestoreGraphics stubs.
|
2008-11-24 14:25:10 +01:00 |
|
Hans Leidekker
|
1e170c9b85
|
gdiplus: Improve GdipMeasureString.
|
2008-11-24 14:25:10 +01:00 |
|
Nikolay Sivov
|
71264731a4
|
gdiplus: Added GdipSetTextContrast.
|
2008-11-10 11:07:32 +01:00 |
|
Nikolay Sivov
|
56173d4005
|
gdiplus: Added GdipGetTextContrast.
|
2008-11-10 11:07:26 +01:00 |
|
Nikolay Sivov
|
c543f3d947
|
gdiplus: Added GdipSetClipGraphics.
|
2008-10-23 12:13:03 +02:00 |
|
Nikolay Sivov
|
3ecb8bdd61
|
gdiplus: Stubs for GdipIsVisiblePoint/GdipIsVisiblePointI.
|
2008-09-30 10:13:31 -05:00 |
|
Nikolay Sivov
|
e2817e59b1
|
gdiplus: Implemented GdipSetClipPath.
|
2008-09-30 10:13:23 -05:00 |
|
Nikolay Sivov
|
8d9c4867ae
|
gdiplus: Implemented GdipSetClipRect/GdipSetClipRectI.
|
2008-09-25 11:24:46 +02:00 |
|
Alexandre Julliard
|
a2d04673e6
|
gdiplus: Fix a string buffer overflow.
|
2008-09-25 11:19:23 +02:00 |
|
Nikolay Sivov
|
7258dea49c
|
gdiplus: Fix for GdipGraphicsClear.
|
2008-09-05 16:01:05 +02:00 |
|
Francois Gouget
|
758c453ff1
|
gdiplus: Add/fix the trailing '\n' in Wine traces.
|
2008-09-05 13:39:11 +02:00 |
|
Nikolay Sivov
|
bff1678f54
|
gdiplus: Implemented GdipGraphicsClear.
|
2008-09-05 12:59:33 +02:00 |
|
Nikolay Sivov
|
9c60a57ad1
|
gdiplus: Fix curve closing in GdipDrawClosedCurve2.
|
2008-09-04 12:31:24 +02:00 |
|
Nikolay Sivov
|
29f4c9d8a0
|
gdiplus: Add some TRACE(..) to Graphics.
|
2008-09-03 14:21:41 +02:00 |
|
Nikolay Sivov
|
813d6dc537
|
gdiplus: Implemented GdipIsEmptyClip with tests.
|
2008-08-29 12:32:08 +02:00 |
|
Nikolay Sivov
|
ff88d4e18e
|
gdiplus: Implemented GdipResetClip with tests.
|
2008-08-29 12:32:01 +02:00 |
|
Nikolay Sivov
|
0df5fb50f7
|
gdiplus: Implemented GdipSetClipRegion with basic tests.
|
2008-08-28 11:24:48 +02:00 |
|
Nikolay Sivov
|
ef50aa330e
|
gdiplus: Implemented GdipGetClip.
|
2008-08-27 13:21:22 +02:00 |
|
Nikolay Sivov
|
c61ece6752
|
gdiplus: Basic parameter check in GdipTransformPoints with tests.
|
2008-08-26 12:07:42 +02:00 |
|
Nikolay Sivov
|
960de09ed1
|
gdiplus: GdipDeleteGraphics affected by busy state too. Test added.
|
2008-08-26 12:07:42 +02:00 |
|
Nikolay Sivov
|
f0a507e1fc
|
gdiplus: Made Graphics calls check for busy state.
|
2008-08-25 11:38:14 +02:00 |
|
Nikolay Sivov
|
366ae1e6c6
|
gdiplus: Basic GdipGetDC/GdipReleaseDC implementation.
|
2008-08-25 11:38:02 +02:00 |
|
Nikolay Sivov
|
4570501155
|
gdiplus: Added a test for GdipGetDC/GdipReleaseDC behaviour + fixes to be able to run it.
|
2008-08-25 11:37:40 +02:00 |
|
Nikolay Sivov
|
6e37ec6bc3
|
gdiplus: Use GdipFree instead of HeapFree in GdipDeleteGraphics.
|
2008-08-25 11:37:18 +02:00 |
|
Nikolay Sivov
|
4a44100aa7
|
gdiplus: Implemented GdipFillClosedCurve2[I].
|
2008-08-22 10:39:52 +02:00 |
|
Nikolay Sivov
|
169e87d879
|
gdiplus: Implemented GdipResetWorldTransform.
|
2008-08-18 17:27:59 +02:00 |
|
Nikolay Sivov
|
2fb0c7e639
|
gdiplus: Move some Beziers helpers to gdiplus.c to use them for graphicspath.
|
2008-08-04 14:17:20 +02:00 |
|
Nikolay Sivov
|
e04a662036
|
gdiplus: Implemented GdipFillPolygon2/GdipFillPolygon2I.
|
2008-08-04 13:04:23 +02:00 |
|
Nikolay Sivov
|
0e840f6186
|
gdiplus: GdipFillRegion actually belongs to Graphics.
|
2008-07-11 13:57:36 +02:00 |
|
Huw Davies
|
eb9d7f5980
|
gdiplus: Implement GdipCreateMetafileFromWmfFile.
|
2008-07-10 18:10:39 +02:00 |
|
Huw Davies
|
3ab7666248
|
gdiplus: Add stubs for GdipTransformPoints[I].
|
2008-07-10 18:10:24 +02:00 |
|
Adam Petaccia
|
be4a226a11
|
gdiplus: Stub GdipMeasureCharacterRanges.
|
2008-07-10 12:30:57 +02:00 |
|
Nikolay Sivov
|
55916bb970
|
gdiplus: Implemented GdipDrawClosedCurve and GdipDrawClosedCurveI.
|
2008-07-09 10:44:33 +02:00 |
|
Nikolay Sivov
|
8b8864b727
|
gdiplus: Implemeted GdipDrawClosedCurve2 and GdipDrawClosedCurve2I.
|
2008-07-09 10:44:18 +02:00 |
|
Nikolay Sivov
|
d020474cb5
|
gdiplus: Implemented GdipDrawBeziers.
|
2008-07-03 13:08:17 +02:00 |
|
Przemysław Białek
|
864384e75d
|
gdiplus: Implementation of function GdipDrawEllipse.
|
2008-06-27 12:32:14 +02:00 |
|
Nikolay Sivov
|
f620b663a7
|
gdiplus: Stub for GdipFlush.
|
2008-06-20 12:37:02 +02:00 |
|
Huw Davies
|
d5ccbe2ba4
|
gdiplus: Stub for GdipGetClip.
|
2008-05-12 19:42:38 +02:00 |
|