Dmitry Timoshkov
|
4d42626dbe
|
gdiplus: Add preliminary support for pixel offset modes.
|
2012-09-18 19:04:53 +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
|
b8f4252290
|
gdiplus: Add support for generic typographic string format.
|
2012-09-04 17:15:39 +02:00 |
Dmitry Timoshkov
|
bfa35f37a7
|
gdiplus: Add support for StringFormatFlagsNoClip.
|
2012-09-04 17:15:32 +02:00 |
Marcus Meissner
|
5ae8629fca
|
gdiplus: Avoid uninitialized usage of bitmap (Coverity).
|
2012-09-03 17:43:31 +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
|
e0fd87aea1
|
gdiplus: Print some additional information about device and image being drawn.
|
2012-08-30 19:16:52 +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
|
3f35a11426
|
gdiplus: get_log_fontW helper requires a valid graphics object.
|
2012-08-27 19:49:42 +02:00 |
Dmitry Timoshkov
|
2e31f7a80a
|
gdiplus: Fix font leak.
|
2012-08-27 19:49:41 +02:00 |
Dmitry Timoshkov
|
31544a73da
|
gdiplus/tests: Fix font leak.
|
2012-08-27 19:49:39 +02:00 |
Dmitry Timoshkov
|
ac8019df3d
|
gdiplus: Correct signature/mask info for the GIF codec.
|
2012-08-27 11:30:35 +02:00 |
Dmitry Timoshkov
|
4e2959ab9b
|
gdiplus: Make GdipMeasureCharacterRanges use common font transformation code.
|
2012-08-24 18:25:19 +02:00 |
Dmitry Timoshkov
|
7a1ccd8abe
|
gdiplus: Do not convert range_rect.X twice.
|
2012-08-24 18:25:12 +02:00 |
Dmitry Timoshkov
|
144a692ffa
|
gdiplus: Filter tabs out until they are properly supported using stringformat.
|
2012-08-23 21:36:56 +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
|
10c84dfe3b
|
gdiplus: Rename roundr() to gdip_round() to make it clearer that it's an internal helper.
|
2012-08-21 11:47:11 +02:00 |
Dmitry Timoshkov
|
6e63a478b3
|
gdiplus: StringFormatFlagsLineLimit doesn't allow line wrapping.
|
2012-08-20 17:06:27 +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
|
62724c9d57
|
gdiplus: Return error code of the failed API to the caller.
|
2012-08-20 17:05:46 +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 |
Dmitry Timoshkov
|
466dfee115
|
gdiplus: If there is no hbitmap associated with GpBitmap then create one.
|
2012-08-20 17:05:07 +02:00 |
Francois Gouget
|
1051a107a4
|
gdiplus/tests: Make pixels_to_units() static.
|
2012-08-16 17:08:00 +02:00 |
Dmitry Timoshkov
|
e3d27c42d9
|
gdiplus: Make GdipSetPropertyItem return Ok.
|
2012-08-16 11:59:12 +02:00 |
Dmitry Timoshkov
|
7c8e8fc5e2
|
gdiplus: Dump the matrix passed to GdipSetWorldTransform.
|
2012-08-16 11:58:57 +02:00 |
Dmitry Timoshkov
|
e7b5e69843
|
gdiplus: Properly convert source coordinates to device units in GdipDrawImagePointsRect.
|
2012-08-16 11:58:51 +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
|
7f1cb3bca2
|
gdiplus: Destination points passed to GdipDrawImagePointsRect should be in device units.
|
2012-08-16 11:58:34 +02:00 |
Dmitry Timoshkov
|
fa7a34b907
|
gdiplus: Forward GdipDrawImage to GdipDrawImagePointRect.
|
2012-08-15 13:55:11 +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
|
6bb353858e
|
gdiplus: Replace convert_unit() by a clearer units_to_pixels() helper.
|
2012-08-15 13:53:31 +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
|
e9af648aeb
|
Revert commit b20a1f56b0 .
|
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 |
Michael Stefaniuc
|
60bef14094
|
gdiplus: Remove unreachable break after return (Smatch).
|
2012-08-13 12:07:46 +02:00 |
Dmitry Timoshkov
|
af042f2754
|
gdiplus: Correct GdipSaveImageToFile spec entry.
|
2012-08-13 11:49:27 +02:00 |
Dmitry Timoshkov
|
3298a30211
|
gdiplus: Improve precision of calculated pixel to units transformation.
|
2012-07-31 17:59:12 +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
|
9697829511
|
gdiplus: Add missing 'break'.
|
2012-07-26 11:07:24 +02:00 |
Dmitry Timoshkov
|
c67951c70a
|
gdiplus: Handle image loading failures under some XP versions.
|
2012-07-25 20:14:57 +02:00 |
Dmitry Timoshkov
|
0b40df2990
|
gdiplus: Make get_palette() usable for generating predefined palettes.
|
2012-07-25 20:13:58 +02:00 |
Dmitry Timoshkov
|
f165e2725f
|
gdiplus: Add 8bppGray to the list of supported formats.
|
2012-07-25 20:13:55 +02:00 |
Dmitry Timoshkov
|
271d801ea4
|
gdiplus: Use predefined palette if an image doesn't provide one.
|
2012-07-25 20:13:52 +02:00 |
Dmitry Timoshkov
|
45cdafc5e8
|
gdiplus: Add 8bppIndexed to the list of supported formats.
|
2012-07-25 20:13:18 +02:00 |
Dmitry Timoshkov
|
dce93479ea
|
gdiplus: Retrieve image palette from WIC.
|
2012-07-25 20:13:07 +02:00 |
Dmitry Timoshkov
|
7bcfb02169
|
gdiplus: Set actual resolution of an image being encoded.
|
2012-07-20 21:30:03 +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
|
ed8a3304c4
|
gdiplus: Factor out units_to_pixels() helper.
|
2012-07-18 17:17:31 +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
|
d9f4df0619
|
gdiplus: Pass palette instead of bitmap to setpixel helpers.
|
2012-07-17 13:09:40 +02:00 |
Dmitry Timoshkov
|
87f8e560c2
|
gdiplus: Pass complete palette info to convert_pixels().
|
2012-07-17 13:09:40 +02:00 |
Dmitry Timoshkov
|
a46c1f780a
|
gdiplus: Use public ColorPalette structure to store image palette.
|
2012-07-17 13:09:39 +02:00 |
Dmitry Timoshkov
|
85d3d760d7
|
gdiplus: Add some tests for GdipBitmapLockBits/GdipBitmapUnlockBits.
|
2012-07-17 13:09:21 +02:00 |
Dmitry Timoshkov
|
c108fd6bf9
|
gdiplus: Make sure that GdipBitmapLockBits stores valid lockmode.
|
2012-07-17 12:54:20 +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
|
12f1ed2b3e
|
gdiplus: Accept a transformation matrix in GdipFlattenPath.
|
2012-07-12 14:07:39 -05:00 |
Vincent Povirk
|
cbfc79aae5
|
gdiplus: Implement LineJoinMiterClipped and partially implement LineJoinMiter.
|
2012-07-12 14:07:33 -05:00 |
Vincent Povirk
|
198fb25d17
|
gdiplus: Fix memory leak in GdipImageRotateFlip.
|
2012-07-12 11:48:56 -05: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
|
1f3b53c5d8
|
gdiplus: Fix the convert_unit() comment to reflect its functionality.
|
2012-07-03 12:59:01 +02:00 |
Dmitry Timoshkov
|
56621638df
|
gdiplus: Add parameter checks to GdipSetPropertyItem, print item contents in the trace.
|
2012-07-03 12:58:56 +02:00 |
Dmitry Timoshkov
|
b61a1ba322
|
gdiplus: Add some tests for GdipGetPropertySize and GdipGetAllPropertyItems.
|
2012-07-02 11:00:37 +02:00 |
Dmitry Timoshkov
|
3c9805d471
|
gdiplus: Implement GdipGetAllPropertyItems.
|
2012-07-02 11:00:22 +02:00 |
Dmitry Timoshkov
|
430355ef83
|
gdiplus: Implement GdipGetPropertySize.
|
2012-07-02 11:00:11 +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
|
91cf72f00f
|
gdiplus: Add GdipSaveAdd stub.
|
2012-06-29 20:41:47 +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
|
670445b22b
|
gdiplus: Implement GdipGetPropertyItem.
|
2012-06-29 10:46:50 +02:00 |
Dmitry Timoshkov
|
9d953c5f79
|
gdiplus: Implement GdipGetPropertyItemSize.
|
2012-06-29 10:46:50 +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
|
d079b66ba5
|
gdiplus: Avoid casting IWICBitmapFrameDecode to IWICBitmapSource.
|
2012-06-26 19:44:27 +02:00 |
Dmitry Timoshkov
|
7f9230c566
|
gdiplus: Add some tests for image properties.
|
2012-06-26 19:44:21 +02:00 |
Dmitry Timoshkov
|
fb6b27de77
|
gdiplus: Implement GdipGetPropertyIdList.
|
2012-06-26 19:41:11 +02:00 |
Dmitry Timoshkov
|
b9132b6815
|
gdiplus: Implement GdipGetPropertyCount.
|
2012-06-26 19:40:59 +02:00 |
Dmitry Timoshkov
|
b72d236ca8
|
gdiplus: When loading a bitmap frame save its IWICMetadataReader interface.
|
2012-06-26 19:40:44 +02:00 |
Vincent Povirk
|
697dd42ed2
|
gdiplus: Remove FIXME from GdipAddPathString.
|
2012-06-26 12:25:41 +02:00 |
Vincent Povirk
|
fe000c773c
|
gdiplus: Fix vertical alignment calculation in GdipAddPathString.
|
2012-06-22 14:09:47 +02:00 |
Vincent Povirk
|
3cde67e144
|
gdiplus: Don't position characters by glyph metrics in GdipAddPathString.
|
2012-06-22 14:09:46 +02:00 |
Vincent Povirk
|
cae52d078a
|
gdiplus: Scale all points in GdipAddPathString instead of the font.
|
2012-06-22 14:09:46 +02:00 |