Francois Gouget
|
d371225ec2
|
gdiplus: Make METAFILE_GetEmfType() static.
|
2014-01-30 15:00:25 +01:00 |
Vincent Povirk
|
2d487e22d6
|
gdiplus: Move metafile functions to metafile.c.
|
2014-01-29 12:38:46 +01:00 |
Vincent Povirk
|
6332297bf5
|
gdiplus: Add option to save metafile tests to files.
|
2014-01-27 14:13:32 +01:00 |
Vincent Povirk
|
3f8864ea82
|
gdiplus: Add test for page transform in metafiles.
|
2014-01-27 14:13:30 +01:00 |
Vincent Povirk
|
7c12d889d4
|
gdiplus: Implement SetPageTransform playback.
|
2014-01-17 11:00:30 +01:00 |
Vincent Povirk
|
6518edfa5f
|
gdiplus: Implement writing SetPageTransform records.
|
2014-01-17 11:00:28 +01:00 |
Vincent Povirk
|
55ad831598
|
gdiplus: Fix recording metafile bounds/dpi reporting.
|
2014-01-17 11:00:24 +01:00 |
Vincent Povirk
|
51b873b3ca
|
gdiplus: Mark the Graphics object as busy before freeing it.
|
2014-01-06 16:02:40 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Marcus Meissner
|
ba8cacebf3
|
gdiplus: Free the correct pointer (Coverity).
|
2014-01-01 19:59:30 +01:00 |
Vincent Povirk
|
68b60c0ddd
|
gdiplus: Add metafile test for FillRectangles.
|
2013-11-25 15:15:52 +01:00 |
Vincent Povirk
|
681cd545ea
|
gdiplus: Set world transform when drawing metafiles.
|
2013-11-25 15:15:52 +01:00 |
Vincent Povirk
|
fc560b2121
|
gdiplus: Implement FillRects record playback.
|
2013-11-25 15:15:52 +01:00 |
Vincent Povirk
|
c491d52821
|
gdiplus: Write FillRects records to metafiles.
|
2013-11-25 15:15:52 +01:00 |
Vincent Povirk
|
8babdc860a
|
gdiplus: Forward GdipFillRectangle to GdipFillRectangles.
|
2013-11-25 15:15:52 +01:00 |
Vincent Povirk
|
fbcbd09bb3
|
gdiplus: Fix StringFormatFlagsLineLimit handling.
|
2013-11-20 11:25:04 +01:00 |
Frédéric Delanoy
|
4cc3705f66
|
gdiplus: Use BOOL type where appropriate.
|
2013-11-19 18:47:18 +01:00 |
Vincent Povirk
|
1202e9af56
|
gdiplus: Allow excluding from infinite regions.
|
2013-11-18 11:15:12 +01:00 |
Dmitry Timoshkov
|
dd545c3e37
|
gdiplus: Use GdipFree instead of HeapFree to free memory allocated with GdipAlloc.
|
2013-11-15 12:01:20 +01:00 |
Dmitry Timoshkov
|
4bca12c0db
|
gdiplus: Slightly simplify write_path_types.
|
2013-11-15 12:01:16 +01:00 |
Dmitry Timoshkov
|
c9f8f41d18
|
gdiplus/tests: Add a test for bezier data returned by GdipGetRegionData.
|
2013-11-14 10:37:00 +01:00 |
Dmitry Timoshkov
|
4b256191a0
|
gdiplus/tests: Reset the buffer contents before each GdipGetRegionData test and check the tail of the returned data.
|
2013-11-14 10:36:58 +01:00 |
Dmitry Timoshkov
|
c11476aeb8
|
gdiplus/tests: Convert expect_float() to macro to make failure messages print correct line numbers.
|
2013-11-14 10:36:57 +01:00 |
Dmitry Timoshkov
|
56a6500721
|
gdiplus: Check whether region path points really fit into shorts.
|
2013-11-13 11:27:24 +01:00 |
Dmitry Timoshkov
|
761391f156
|
gdiplus: Add a check for passed buffer size to GdipGetRegionData.
|
2013-11-13 11:26:24 +01:00 |
Dmitry Timoshkov
|
8dc170e2ca
|
gdiplus/tests: Test GdipGetRegionData behaviour with an integer path that can't be stored as an array of shorts.
|
2013-11-13 11:26:20 +01:00 |
Dmitry Timoshkov
|
619e968314
|
gdiplus/tests: Add some invalid parameter tests for GdipGetRegionData.
|
2013-11-13 11:26:14 +01:00 |
Frédéric Delanoy
|
1787509111
|
gdiplus/tests: Use BOOL type where appropriate.
|
2013-11-13 11:22:01 +01:00 |
Dmitry Timoshkov
|
f5d807b7d7
|
gdiplus: Get rid of no longer needed path and region fields.
|
2013-11-12 14:14:46 +01:00 |
Dmitry Timoshkov
|
b0da542210
|
gdiplus: Determine type of the path at the time the region data are written instead of the path creation time.
|
2013-11-12 14:14:17 +01:00 |
Dmitry Timoshkov
|
2bbd179ea4
|
gdiplus: Add test for data returned by GdipGetRegionData for a translated integer region.
|
2013-11-08 16:29:43 +01:00 |
Dmitry Timoshkov
|
108a633677
|
gdiplus: Use flags 0 for an empty path in region to follow Windows7+ behaviour.
|
2013-11-08 16:29:43 +01:00 |
Dmitry Timoshkov
|
9797afd003
|
gdiplus/tests: Fix the test for flags of an empty region.
|
2013-11-08 16:29:43 +01:00 |
Dmitry Timoshkov
|
7dfbadec67
|
gdiplus/tests: Clean up the use of macros in the region tests.
|
2013-11-08 16:29:43 +01:00 |
Dmitry Timoshkov
|
394d4b07e6
|
gdiplus: Avoid not necessary memory allocations in GdipCreateRegionPath.
|
2013-11-08 16:29:43 +01:00 |
Dmitry Timoshkov
|
f204aab17f
|
gdiplus: Use same rounding formula that is used to decide whether a path should be stored as an array integers.
|
2013-11-08 16:29:43 +01:00 |
Dmitry Timoshkov
|
e7f6d77919
|
gdiplus: Implement GdipPrivateAddFontFile.
|
2013-11-06 12:01:55 +01:00 |
Dmitry Timoshkov
|
6278f5ffdc
|
gdiplus/tests: Add more checks to the GdipGetPathData test.
|
2013-11-06 12:01:55 +01:00 |
Dmitry Timoshkov
|
d4db49efc2
|
gdiplus/tests: Use trace instead of printf.
|
2013-11-06 12:01:55 +01:00 |
Vincent Povirk
|
feef61743d
|
gdiplus: Use clip region in GdipFillPath.
|
2013-10-31 09:46:36 +01:00 |
Vincent Povirk
|
08b650202c
|
gdiplus: Use clip region in GdipDrawPath.
|
2013-10-31 09:46:29 +01:00 |
Vincent Povirk
|
2dbd0e1694
|
gdiplus: Implement remaining dash styles in GdipWidenPath.
|
2013-10-24 10:46:23 +02:00 |
Vincent Povirk
|
1c35dd6cb4
|
gdiplus: Implement GdipWidenPath for custom dashed lines.
|
2013-10-24 10:46:15 +02:00 |
Dmitry Timoshkov
|
b528e01d85
|
gdiplus: Reimplement GdipCloneImage using GdipCloneBitmapArea for a bitmap.
|
2013-10-18 16:56:56 +02:00 |
Dmitry Timoshkov
|
df367c3399
|
gdiplus: Reimplement GdipCloneBitmapArea without using GdipBitmapLockBits.
|
2013-10-18 16:56:56 +02:00 |
Dmitry Timoshkov
|
4e14c45b8b
|
gdiplus/tests: Add a test for GdipCloneBitmapArea called on an already locked bitmap.
|
2013-10-17 10:47:09 +02:00 |
Dmitry Timoshkov
|
1c8d4aaa4b
|
gdiplus/tests: Fix tests compilation with __WINESRC__ defined.
|
2013-10-16 11:41:20 +02:00 |
Vincent Povirk
|
b14a4ca006
|
gdiplus: Properly set the gdi+ format to match the wic encoder's format.
|
2013-10-07 13:32:06 +02:00 |
Frédéric Delanoy
|
70bc6d5f78
|
gdiplus: Use BOOL type where appropriate.
|
2013-10-03 12:54:40 +02:00 |