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 |
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 |
Vincent Povirk
|
d8a855305f
|
gdiplus: Implement GdipCloneImage for metafiles with a handle.
|
2012-11-01 10:50:41 +01:00 |
Vincent Povirk
|
0cbec5508b
|
gdiplus: Implement drawing metafiles with an emf handle.
|
2012-11-01 10:50:37 +01:00 |
Vincent Povirk
|
954b49382f
|
gdiplus: Add tests for drawing recorded metafiles.
|
2012-11-01 10:50:33 +01:00 |
Frédéric Delanoy
|
c97066370c
|
gdiplus/tests: Cleanup resources on error path in test_font_height_scaling (coverity).
|
2012-10-30 10:47:17 +01:00 |
Dmitry Timoshkov
|
84ea75f1c6
|
gdiplus: GdipGetLogFont should use device scale and transform when appropriate.
|
2012-10-26 16:48:53 +02:00 |
André Hentschel
|
9e5936b36c
|
gdiplus/tests: Fix out-of-bounds access (coverity).
|
2012-10-23 12:28:59 +02:00 |
Dmitry Timoshkov
|
5e65f95542
|
gdiplus: Test also lf.lfEscapement and lf.lfOrientation returned by GdipGetLogFont.
|
2012-10-23 12:11:05 +02:00 |
Dmitry Timoshkov
|
22336a121b
|
gdiplus: Add a test for GdipMeasureDriverString called with not NULL matrix.
|
2012-10-12 11:28:12 +02:00 |
Dmitry Timoshkov
|
ca91825345
|
gdiplus: Clarify where extra Y margin added by GdipMeasureString comes from.
|
2012-10-11 20:40:11 +02:00 |
Dmitry Timoshkov
|
608a936ada
|
gdiplus: Clarify where extra Y margin added by GdipMeasureString comes from.
|
2012-10-11 20:40:08 +02:00 |
Dmitry Timoshkov
|
9d49bb2b00
|
gdiplus: Use IFD_SHORT type for the TIFF compression tag to avoid test failures under some XP versions.
|
2012-10-11 20:22:54 +02:00 |
Dmitry Timoshkov
|
8fd422499b
|
gdiplus: Add more font transformation tests.
|
2012-10-09 16:12:17 +02:00 |
Dmitry Timoshkov
|
1c30b894ec
|
gdiplus: Stop adding 1/6 of EM height to the created font height.
|
2012-10-08 17:36:15 +02:00 |
Dmitry Timoshkov
|
ec4cd117b5
|
gdiplus: Workaround missing support for true floating point regions in Wine gdiplus by using a scaling world transform.
This simplifies the test and makes sure that there is no broken workarounds
in the tests.
|
2012-10-08 17:36:09 +02:00 |
Dmitry Timoshkov
|
2551ce4ea7
|
gdiplus: Detect broken GdipMeasureCharacterRanges behaviour before performing the font height scaling test.
|
2012-10-08 17:35:59 +02:00 |
Dmitry Timoshkov
|
e664c2bd3a
|
gdiplus: Add a font transformation test.
|
2012-10-08 17:35:54 +02:00 |
Dmitry Timoshkov
|
691be74f17
|
gdiplus: Take into account font substitution in GdipCreateFontFromLogfont.
|
2012-09-27 20:49:37 +02:00 |
Dmitry Timoshkov
|
65a966de76
|
gdiplus: Take into account font substitution in GdipCreateFontFamilyFromName.
|
2012-09-27 20:49:29 +02:00 |
Dmitry Timoshkov
|
25ee85fe84
|
gdiplus: Move font substitution test into a separate function.
|
2012-09-27 20:49:23 +02:00 |
Dmitry Timoshkov
|
0ef523e2bf
|
gdiplus: Add GIF palette to the image properties.
|
2012-09-25 11:30:31 +02:00 |
Dmitry Timoshkov
|
a0424f33c0
|
gdiplus: Remove GIF properties test from generic tests, they are tested separately.
|
2012-09-25 11:30:11 +02:00 |
Dmitry Timoshkov
|
5f9be70570
|
gdiplus: Make GIF palettes in a custom test image slightly more different.
|
2012-09-24 22:27:26 +02:00 |
Dmitry Timoshkov
|
f39c140a88
|
gdiplus: Add more tests for GIF image properties.
|
2012-09-21 17:06:58 +02:00 |
Dmitry Timoshkov
|
d8d4bffb39
|
gdiplus: Test GIF properties using a specially created GIF image with a bunch of extensions.
|
2012-09-21 17:06:52 +02:00 |
Dmitry Timoshkov
|
058963282e
|
gdiplus: Add some tests for GIF properties.
|
2012-09-18 19:05:06 +02:00 |
Dmitry Timoshkov
|
556bdf249e
|
gdiplus: Add some tests for scaling an image with various pixel offset modes.
|
2012-09-18 19:04:44 +02:00 |
Dmitry Timoshkov
|
bf0f8c970f
|
gdiplus: Add a test for scaling an image with world transform.
|
2012-08-31 17:02:22 +02:00 |
Dmitry Timoshkov
|
89ab0e4b12
|
gdiplus: Make GdipMeasureCharacterRanges/GdipMeasureString/GdipDrawString add extra space around the text.
|
2012-08-29 21:25:07 +02:00 |
Dmitry Timoshkov
|
31544a73da
|
gdiplus/tests: Fix font leak.
|
2012-08-27 19:49:39 +02:00 |
Dmitry Timoshkov
|
4e2959ab9b
|
gdiplus: Make GdipMeasureCharacterRanges use common font transformation code.
|
2012-08-24 18:25:19 +02:00 |
Dmitry Timoshkov
|
e6c77a7c7a
|
gdiplus: Clarify in the tests where 1/3 of extra text height comes from.
|
2012-08-23 21:36:56 +02:00 |
Dmitry Timoshkov
|
c8055b5b7b
|
gdiplus: GdipMeasureCharacterRanges should respect device units and transformations.
|
2012-08-22 12:12:27 +02:00 |
Dmitry Timoshkov
|
1418cd796c
|
gdiplus: GdipMeasureCharacterRanges shouldn't treat empty layout rectangle as infinite bounds.
|
2012-08-22 12:12:11 +02:00 |
Dmitry Timoshkov
|
32d37c832d
|
gdiplus: Add a bunch of tests for GdipMeasureCharacterRanges.
|
2012-08-22 12:12:04 +02:00 |
Dmitry Timoshkov
|
acc4623fd0
|
gdiplus: Use set_rect_empty() helper to make the code slightly more compact and readable.
|
2012-08-21 11:47:15 +02:00 |
Dmitry Timoshkov
|
de6c150d98
|
gdiplus: Add a test for extra space added by GdipMeasureString.
|
2012-08-20 17:06:13 +02:00 |
Dmitry Timoshkov
|
6f630a4091
|
gdiplus: GdipGetImageThumbnail should return image in 32bppPARGB format.
|
2012-08-20 17:06:00 +02:00 |
Dmitry Timoshkov
|
e9aef40c26
|
gdiplus: Round the layout rectangle down instead of up in gdip_format_string().
|
2012-08-20 17:05:39 +02:00 |
Dmitry Timoshkov
|
003333e6cb
|
gdiplus: Add a test for measuring string that doesn't fit into layout rectangle.
|
2012-08-20 17:05:22 +02:00 |
Francois Gouget
|
1051a107a4
|
gdiplus/tests: Make pixels_to_units() static.
|
2012-08-16 17:08:00 +02:00 |
Dmitry Timoshkov
|
938d42c148
|
gdiplus: When there is no target rectangle specified DrawImage should scale image to device dpi.
|
2012-08-16 11:58:42 +02:00 |
Dmitry Timoshkov
|
3b8f437f44
|
gdiplus: Add a test for GdipDrawImage scaling.
|
2012-08-15 13:54:59 +02:00 |
Dmitry Timoshkov
|
50931d8985
|
gdiplus: Add a test for font height scaling.
|
2012-08-15 13:54:55 +02:00 |
Dmitry Timoshkov
|
6f4625559e
|
gdiplus: GdipMeasureString should apply its internal scaling factors to layout rectangle.
|
2012-08-15 13:52:52 +02:00 |
Dmitry Timoshkov
|
889be9d447
|
gdiplus: get_font_hfont helper should transform returned font height using font and device unit/resolution/scale.
|
2012-08-14 16:41:56 +02:00 |
Dmitry Timoshkov
|
f8b1154226
|
gdiplus: GdipGetLogFontW should transform returned font height using font and device unit/resolution/scale.
|
2012-08-14 16:41:55 +02:00 |
Dmitry Timoshkov
|
b953011f9e
|
gdiplus: Add more tests for GdipMeasureString using device with custom resolution.
|
2012-08-14 16:41:53 +02:00 |
Dmitry Timoshkov
|
e6c69e9685
|
gdiplus: Add some GdipTransformPoints tests for a device with different x/y resolutions.
|
2012-07-26 11:08:02 +02:00 |
Dmitry Timoshkov
|
e536a128f7
|
gdiplus: Store device resolution in the graphics object.
|
2012-07-26 11:07:41 +02:00 |
Dmitry Timoshkov
|
c67951c70a
|
gdiplus: Handle image loading failures under some XP versions.
|
2012-07-25 20:14:57 +02:00 |
Dmitry Timoshkov
|
b20a1f56b0
|
gdiplus: GdipMeasureString operates internally in pixels but in/out rectangles are in device units.
|
2012-07-18 17:17:46 +02:00 |
Dmitry Timoshkov
|
9288acda1d
|
gdiplus: GdipGetFontHeight should convert height from font to device units.
|
2012-07-18 17:17:38 +02:00 |
Dmitry Timoshkov
|
9da37c769e
|
gdiplus: Add a test for font and graphics using different base units.
|
2012-07-18 17:17:14 +02:00 |
Dmitry Timoshkov
|
d104741a3c
|
gdiplus: Add support for converting RGB formats to 1bpp indexed.
|
2012-07-17 13:09:41 +02:00 |
Dmitry Timoshkov
|
2ed1aaa930
|
gdiplus: Add support for converting RGB formats to 8bpp indexed.
|
2012-07-17 13:09:41 +02:00 |
Dmitry Timoshkov
|
85d3d760d7
|
gdiplus: Add some tests for GdipBitmapLockBits/GdipBitmapUnlockBits.
|
2012-07-17 13:09:21 +02:00 |
Dmitry Timoshkov
|
ebf31c0ac6
|
gdiplus: Fix palette flags for a not indexed 1-bpp image.
|
2012-07-16 18:19:46 +02:00 |
Dmitry Timoshkov
|
eca107412c
|
gdiplus: Make sure that 1bpp bitmap images get loaded in native format.
|
2012-07-16 18:19:38 +02:00 |
Alexandre Julliard
|
9ff2bbc3c8
|
gdiplus: Avoid out of bounds access warning.
|
2012-07-16 14:28:31 +02:00 |
Vincent Povirk
|
577740f0d7
|
gdiplus: Fix GdipImageRotateFlip for images from streams.
|
2012-07-12 11:48:52 -05:00 |
Dmitry Timoshkov
|
dfefd3a3b4
|
gdiplus: Add a test for palette associated with black&white TIFF image.
|
2012-07-12 11:48:27 -05:00 |
Dmitry Timoshkov
|
b61a1ba322
|
gdiplus: Add some tests for GdipGetPropertySize and GdipGetAllPropertyItems.
|
2012-07-02 11:00:37 +02:00 |
Dmitry Timoshkov
|
eb564a3160
|
gdiplus: Add a test for 'value' pointer in the PropertyItem structure.
|
2012-07-02 10:59:59 +02:00 |
Dmitry Timoshkov
|
c7ea378f6a
|
gdiplus: Add a test to show that GdipCloneImage is not supposed to increase refcount of the source image.
|
2012-07-02 10:59:51 +02:00 |
Dmitry Timoshkov
|
f88231b96b
|
gdiplus: Add a bunch of tests for TIFF image properties.
|
2012-06-29 20:41:34 +02:00 |
Dmitry Timoshkov
|
0c681b1478
|
gdiplus: Add some tests for GdipGetPropertyItemSize and GdipGetPropertyItem.
|
2012-06-29 20:41:19 +02:00 |
Dmitry Timoshkov
|
bd1adf9e0b
|
gdiplus: Comment out a test that crashes some gdiplus implementations.
|
2012-06-28 19:43:09 +02:00 |
Dmitry Timoshkov
|
174b74bab2
|
gdiplus: Increase refcount of the source stream when loading a bitmap instead of cloning it.
|
2012-06-28 11:37:03 +02:00 |
Dmitry Timoshkov
|
55f160db34
|
gdiplus: Add a test for image stream refcount.
|
2012-06-28 11:37:02 +02:00 |
Alexandre Julliard
|
09a5f0f1c5
|
gdiplus/tests: Add back some necessary casts.
|
2012-06-28 01:38:47 +02:00 |
Dmitry Timoshkov
|
7f9230c566
|
gdiplus: Add some tests for image properties.
|
2012-06-26 19:44:21 +02:00 |
Dmitry Timoshkov
|
755c19f3e7
|
gdiplus: Implement GdipImageSelectActiveFrame.
|
2012-06-20 11:07:15 +02:00 |
Dmitry Timoshkov
|
9de1d86132
|
gdiplus: Fix parameter order in expect() calls.
|
2012-06-19 13:44:07 +02:00 |
Dmitry Timoshkov
|
3439f28679
|
gdiplus: GdipCreateFontFromLogfont also returns NotTrueTypeFont for a not present font.
|
2012-06-19 13:44:07 +02:00 |
Dmitry Timoshkov
|
eeb52474c1
|
gdiplus: Add a test for creating a nonexistent font with GdipCreateFontFromLogfont.
|
2012-06-19 13:44:07 +02:00 |
Dmitry Timoshkov
|
eeee536ad6
|
gdiplus: Implement GdipImageGetFrameCount.
|
2012-05-17 17:44:26 +02:00 |
Dmitry Timoshkov
|
a90fcbff00
|
gdiplus: Add a bunch of tests for internal font metrics.
|
2012-05-11 15:43:55 +02:00 |
Vincent Povirk
|
e2b59a87b0
|
gdiplus: Store only one surround color if all colors are the same.
|
2012-04-25 12:16:36 +02:00 |
Vincent Povirk
|
b66fd44080
|
gdiplus: Implement GdipSetPathGradientBlend, with tests.
|
2012-04-25 12:16:15 +02:00 |
Dmitry Timoshkov
|
4b9e1db09f
|
gdiplus: Use Tahoma instead of Arial for gdiplus font tests.
|
2012-04-23 11:41:25 +02:00 |
Francois Gouget
|
84bc0f7888
|
gdiplus/tests: Make test_pathgradientpresetblend() static.
|
2012-04-20 12:00:29 +02:00 |
Vincent Povirk
|
aed62dbff1
|
gdiplus: Add tests for preset blend accessors.
|
2012-04-02 12:37:49 +02:00 |
Vincent Povirk
|
7e90dc3dc7
|
gdiplus: Implement path gradient surround color accessors.
|
2012-03-15 19:56:13 +01:00 |
Vincent Povirk
|
7a9f6abd85
|
gdiplus: Test SetSurroundColors with fewer colors than points on the path.
|
2012-03-15 19:56:04 +01:00 |
Vincent Povirk
|
b54d38a536
|
gdiplus: Add test for GdipGetPathGradientSurroundColorsWithCount.
|
2012-03-14 11:50:15 +01:00 |
Vincent Povirk
|
7fd6ccd19e
|
gdiplus: Add tests for path gradient center point functions.
|
2012-03-13 10:27:56 +01:00 |
Vincent Povirk
|
116665d7fc
|
gdiplus: Add stub GdipGetPathGradientPath with tests.
|
2012-03-13 10:27:44 +01:00 |
Vincent Povirk
|
2540049777
|
gdiplus: Implement GdipCreateBitmapFromHBITMAP for 16-bit dibs.
|
2012-01-12 12:27:04 +01:00 |
Vincent Povirk
|
52150d2194
|
gdiplus: Test GdipCreateBitmapFromHBITMAP with 16-bit dib's.
|
2012-01-12 12:26:53 +01:00 |
Alexandre Julliard
|
7c1f665627
|
gdiplus/tests: Add an intermediate variable to avoid array bounds warnings.
|
2011-10-20 12:50:04 +02:00 |