Nikolay Sivov
|
5c31643452
|
gdiplus: Implemented GdipIsVisiblePathPoint with tests.
|
2009-02-16 15:35:15 +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
|
8cb170126a
|
gdiplus: Handle zero width/height in GdipAddPathPie.
|
2009-02-10 12:31:29 +01:00 |
Nikolay Sivov
|
8496db4976
|
gdiplus: Some tests for LinearGradientBrush.
|
2009-02-09 17:17:09 +01:00 |
Nikolay Sivov
|
c17266de9e
|
gdiplus: Implemented GdipGetLogFontA.
|
2009-02-04 15:41:09 +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
|
5bc54ed97e
|
gdiplus: Implemented GdipCreateBitmapFromHICON (with tests).
|
2009-02-03 12:48:07 +01:00 |
Aurimas Fischer
|
2489e76b59
|
gdiplus: Implement GdipSetStringFormatFlags with tests.
|
2009-02-02 15:48:11 +01:00 |
Aurimas Fischer
|
6319006368
|
include: Add GdipSetStringFormatFlags prototype.
|
2009-02-02 15:44:39 +01:00 |
Nikolay Sivov
|
5da52e0677
|
gdiplus: Implemented GdipTranslateClip/GdipTranslateClipI.
|
2009-02-02 15:21:43 +01:00 |
Nikolay Sivov
|
dc3908a351
|
gdiplus: Implemented GdipGetRegionBounds/GdipGetRegionBoundsI.
|
2009-02-02 15:21:43 +01:00 |
Nikolay Sivov
|
cb8f4eb16c
|
gdiplus: Implemented GdipTranslateRegionI.
|
2009-02-02 15:21:43 +01:00 |
Nikolay Sivov
|
c3462b1101
|
gdiplus: Implemented GdipTranslateRegion.
|
2009-02-02 15:21:43 +01:00 |
Nikolay Sivov
|
03a02d83dd
|
gdiplus: Implemented GdipIsEqualRegion.
|
2009-02-02 15:21:43 +01:00 |
Nikolay Sivov
|
67f9570332
|
gdiplus: Implemented GdipCreateRegionHrgn for rectangular regions.
|
2009-01-30 13:00:27 +01:00 |
Vincent Povirk
|
3184dc9125
|
gdiplus: Do not call delete_element(NULL).
|
2009-01-26 14:29:22 +01:00 |
Alexandre Julliard
|
0208fe2f1f
|
gdiplus: Fix a typo that breaks the Mingw build.
|
2009-01-16 16:36:29 +01:00 |
Andrey Turkin
|
1138c28eeb
|
gdiplus: GdipLoadImageFromStream should use well-known pixel format constants when possible.
|
2009-01-15 12:42:43 +01:00 |
Michael Stefaniuc
|
b53877d92e
|
gdiplus: Remove superfluous pointer casts.
|
2009-01-14 13:51:00 +01:00 |
Chris Wulff
|
10637b4f0d
|
gdiplus: Implement hatch brush accessor functions.
|
2009-01-12 14:36:41 +01:00 |
Chris Wulff
|
a2a94a49bc
|
gdiplus: Partial implementation of GdipCreateHatchBrush.
|
2009-01-12 14:36:37 +01:00 |
Nikolay Sivov
|
be7d21255c
|
gdiplus: Stub for GdipRotateLineTransform.
|
2008-12-27 20:27:07 +01:00 |
Nikolay Sivov
|
f4c017eac1
|
gdiplus: Stub for GdipScalePenTransform.
|
2008-12-27 20:27:00 +01:00 |
Nikolay Sivov
|
62512971fe
|
gdiplus: Stub for GdipResetPenTransform.
|
2008-12-27 20:26:53 +01:00 |
Nikolay Sivov
|
e2615cc059
|
gdiplus: Fix Font test failure on charset mismatch.
|
2008-12-16 12:52:38 +01:00 |
Nikolay Sivov
|
7cddc57989
|
gdiplus: Added GdipAddPathCurve3/GdipAddPathCurve3I with tests.
|
2008-12-15 12:33:49 +01:00 |
Nikolay Sivov
|
63ae714fc6
|
gdiplus: Stub for GdipGetNearestColor.
|
2008-12-11 11:50:42 +01:00 |
Vincent Povirk
|
23456b690f
|
gdiplus/tests: Fix a double-free in the graphics test.
Spotted by Lionel Debroux.
|
2008-12-09 10:25:26 +01:00 |
Vincent Povirk
|
6a19aa6b66
|
gdiplus/tests: Fix a double-free in the region test.
|
2008-12-09 10:25:17 +01:00 |
Vincent Povirk
|
5304b59184
|
gdiplus: Fix a memory leak in GdipCombineRegionRegion.
|
2008-12-09 10:25:13 +01:00 |
Francois Gouget
|
c0c38be711
|
gdiplus: Add a trailing '\n' to a Wine trace.
|
2008-12-08 12:05:52 +01:00 |
Nikolay Sivov
|
958e73aa69
|
gdiplus: Added GdipScaleTextureTransform.
|
2008-12-05 13:01:00 +01:00 |
Michael Stefaniuc
|
50ff549420
|
gdiplus: Remove some superfluous casts.
|
2008-12-05 12:36:41 +01:00 |
Michael Stefaniuc
|
4386caa13b
|
gdiplus: Reduce the number of casts by using the proper type for variables.
|
2008-12-05 12:36:37 +01:00 |
Vincent Povirk
|
3e54840225
|
gdiplus: Add stub for GdipSetPenCompoundArray.
|
2008-12-05 11:59:15 +01:00 |
Vincent Povirk
|
28a71b3da3
|
gdiplus: Implement GdipGetRegionHRgn for combined regions.
|
2008-12-04 12:20:15 +01:00 |
Alexandre Julliard
|
dbee72d568
|
gdiplus/tests: Don't cast pointers to integers.
|
2008-12-04 12:13:01 +01:00 |
Alexandre Julliard
|
3c32c81621
|
gdiplus: Fix the GdipMultiplyMatrix prototype.
|
2008-12-04 12:05:31 +01:00 |
Nikolay Sivov
|
9f25eb35b7
|
gdiplus: Added GdipGetPenFillType.
|
2008-12-04 12:00:51 +01:00 |
Nikolay Sivov
|
a886b4743f
|
gdiplus: Added GdipMultiplyTextureTransform.
|
2008-12-03 10:04:03 +01:00 |
Nikolay Sivov
|
eabb8d169c
|
gdiplus: Added GdipRotateTextureTransform.
|
2008-12-03 10:03:59 +01:00 |
Nikolay Sivov
|
2d1a9eb307
|
gdiplus: Added GdipTranslateTextureTransform.
|
2008-12-03 10:03:53 +01:00 |
Nikolay Sivov
|
348c115af1
|
gdiplus: Stub for GdipGetImagePaletteSize.
|
2008-12-02 14:12:32 +01:00 |
Hans Leidekker
|
8656f6db50
|
gdiplus: Better implementation of GdipGetFontHeightGivenDPI.
|
2008-12-01 14:01:14 +01:00 |
Alexandre Julliard
|
4ec92507bf
|
gdiplus: Export the GdipGetAllPropertyItems function.
|
2008-12-01 13:20:54 +01:00 |
Andrew Talbot
|
88b84820ab
|
gdiplus: Void function should not return a value.
|
2008-11-28 12:57:10 +01:00 |
Vincent Povirk
|
5e77c74f37
|
gdiplus: Implement GdipGetRegionHRgn for rects.
|
2008-11-25 13:11:50 +01:00 |