Vincent Povirk
|
68b60c0ddd
|
gdiplus: Add metafile test for FillRectangles.
|
2013-11-25 15:15:52 +01:00 |
Vincent Povirk
|
1202e9af56
|
gdiplus: Allow excluding from infinite regions.
|
2013-11-18 11:15:12 +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
|
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
|
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
|
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 |
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 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Dmitry Timoshkov
|
ec9a0d8570
|
gdiplus: GdipTransformRegion should not fail for an empty path.
|
2013-09-24 12:56:22 +02:00 |
Dmitry Timoshkov
|
3870e5b255
|
gdiplus/tests: Add a test for GdipTransformRegion with an empty region path.
|
2013-09-24 12:56:15 +02:00 |
Dmitry Timoshkov
|
108873320c
|
gdiplus/tests: Don't bother to delete a NULL hrgn.
|
2013-09-24 12:56:11 +02:00 |
Dmitry Timoshkov
|
fdeab06142
|
gdiplus/tests: Print actual rectangle extents if the tests fail.
|
2013-09-24 12:56:05 +02:00 |
Dmitry Timoshkov
|
603ccca889
|
gdiplus/tests: Add a test for GdipTransformMatrixPoints with number of points == 0.
|
2013-09-24 12:55:51 +02:00 |
Dmitry Timoshkov
|
cdc3e820cd
|
gdiplus: Fix clipping region bounds calculation with rotating transform.
|
2013-07-30 20:51:52 +02:00 |
Dmitry Timoshkov
|
249bf0eb63
|
gdiplus/tests: Add clipping region tests with rotating world transform.
|
2013-07-30 20:51:47 +02:00 |
Marcus Meissner
|
716f115293
|
gdiplus/tests: Check return code of GdipGetClipBounds (Coverity).
|
2013-07-22 17:16:04 +02:00 |
Dmitry Timoshkov
|
14f34c15d1
|
gdiplus: Store graphics clipping region in device coordinates.
|
2013-07-19 11:58:23 +02:00 |
Dmitry Timoshkov
|
c8ebd4ade0
|
gdiplus/tests: Test how device to world transform correlates with clipping region bounding rectangle.
|
2013-07-19 11:57:56 +02:00 |
Dmitry Timoshkov
|
ffd207850c
|
gdiplus/tests: Add another set of clipping region tests.
|
2013-07-12 12:14:58 +02:00 |
Dmitry Timoshkov
|
964778fda5
|
gdiplus/tests: Add tests for a sample 100x100 rectangle region.
|
2013-07-10 11:00:00 +02:00 |
Dmitry Timoshkov
|
ccdc41d8c4
|
gdiplus: Add more clipping region tests.
|
2013-07-09 22:21:58 +02:00 |
Dmitry Timoshkov
|
e1572f9cd1
|
gdiplus/tests: Add GdipGetClipBounds tests.
|
2013-07-08 15:15:40 +02:00 |
Dmitry Timoshkov
|
84ef3d484c
|
gdiplus: get_font_hfont() should ask gdi32 to match font height against the character height instead of cell height.
|
2013-06-19 19:18:39 +02:00 |
Vincent Povirk
|
e21af554b5
|
gdiplus: Add test for measuring a single line that exactly fits.
|
2013-05-31 12:00:16 +02:00 |
Andrew Eikum
|
2b8b64f9ab
|
gdiplus: Implement GdipResetImageAttributes.
|
2013-05-22 19:32:44 +02:00 |
Detlef Riekenberg
|
fa5d091051
|
gdiplus/tests: Add tests for GdipSetCustomLineCapWidthScale.
|
2013-04-18 11:41:53 +02:00 |
Dmitry Timoshkov
|
6ab04040e5
|
gdiplus: GdipMeasureCharacterRanges should treat empty layout extents as infinite when StringFormatFlagsNoClip is specified.
Unlike GdipMeasureString which always treats empty layout extents as infinite.
|
2013-03-15 11:43:24 +01:00 |
Dmitry Timoshkov
|
db746fe897
|
gdiplus: GdipMeasureCharacterRanges shouldn't add margins to string bounds.
|
2013-03-15 11:43:13 +01:00 |
Dmitry Timoshkov
|
4b19b618f5
|
gdiplus: Add more GdipMeasureString/GdipMeasureCharacterRanges clipping and alignment tests.
|
2013-03-14 12:03:45 +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
|
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 |
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 |
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 |