Dmitry Timoshkov
2c93bf7e4e
gdiplus: Retrieve LOGFONT from a GpFont using GdipGetLogFontW instead of accessing it directly.
2012-05-11 15:40:13 +02:00
Dmitry Timoshkov
54b69043eb
gdiplus: Derive GpFont from GpFontFamily.
2012-05-09 12:03:33 +02:00
Alexandre Julliard
039c85346c
gdiplus: CreateDIBSection doesn't need a DC for the DIB_RGB_COLORS case.
2012-05-02 12:02:17 +02:00
Dmitry Timoshkov
542e30b531
gdiplus: Add more traces to font APIs.
2012-05-01 14:45:38 +02:00
Vincent Povirk
7b5af23604
gdiplus: Implement GdipWidenPath for closed figures.
2012-04-26 19:27:24 +02:00
Vincent Povirk
930cdab2e9
gdiplus: Add basic implementation of GdipWidenPath.
2012-04-26 19:27:17 +02:00
Vincent Povirk
3a3ca55ffa
gdiplus: Return OutOfMemory when creating a path gradient from a NULL path.
2012-04-26 19:27:01 +02:00
Vincent Povirk
ea3e26e32d
gdiplus: Return OutOfMemory when creating a path gradient with NULL points.
2012-04-26 19:26:57 +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
8273d58a96
gdiplus: Implement GdipSetPathGradientSigmaBlend.
2012-04-25 12:16:24 +02:00
Vincent Povirk
d0a85604d5
gdiplus: Implement GdipSetPathGradientLinearBlend.
2012-04-25 12:16:20 +02:00
Vincent Povirk
b66fd44080
gdiplus: Implement GdipSetPathGradientBlend, with tests.
2012-04-25 12:16:15 +02:00
Vincent Povirk
4a78d7c6b4
gdiplus: Remove FIXME on implemented function.
2012-04-25 12:16:09 +02:00
Dmitry Timoshkov
1e12570d72
gdiplus: Use symbolic name of the font style.
2012-04-24 19:10:42 +02:00
Dmitry Timoshkov
e43fce0da9
gdiplus: Do not rely on an enumerated font size being equal to otmEMSquare.
2012-04-24 18:42:17 +02:00
Vincent Povirk
075775a81b
gdiplus: Implement accessors for graphics rendering origin.
2012-04-24 11:37:46 +02:00
Dmitry Timoshkov
4b9e1db09f
gdiplus: Use Tahoma instead of Arial for gdiplus font tests.
2012-04-23 11:41:25 +02:00
Dmitry Timoshkov
44ec1a2e52
gdiplus: Use symbolic names of font styles.
2012-04-23 11:40:52 +02:00
Dmitry Timoshkov
9b5b04c1c1
gdiplus: Avoid saving negative values in pixel_size and emSize.
2012-04-23 11:40:37 +02:00
Francois Gouget
84bc0f7888
gdiplus/tests: Make test_pathgradientpresetblend() static.
2012-04-20 12:00:29 +02:00
Dmitry Timoshkov
600cbb7874
gdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha blending.
2012-04-19 19:28:10 +02:00
Vincent Povirk
57e4912108
gdiplus: Add support for JPEG encoding.
2012-04-18 17:15:53 +02:00
Vincent Povirk
c374fe9bdb
gdiplus: Implement path gradient transform setters.
2012-04-04 19:02:42 +02:00
Vincent Povirk
09b7aed7a2
gdiplus: Set the wrap mode in the path gradient constructor.
2012-04-04 19:02:36 +02:00
Vincent Povirk
b228426d8e
gdiplus: Default path gradient center color depends on the constructor.
2012-04-04 19:02:30 +02:00
Vincent Povirk
ad9976eb22
gdiplus: Forbid creating path gradients with fewer than 2 points.
2012-04-02 12:38:01 +02:00
Vincent Povirk
52bf030b84
gdiplus: Implement GdipGetPathGradientTransform.
2012-04-02 12:37:55 +02:00
Vincent Povirk
aed62dbff1
gdiplus: Add tests for preset blend accessors.
2012-04-02 12:37:49 +02:00
Vincent Povirk
5254a76a0c
gdiplus: Implement path gradient preset blend accessors.
2012-04-02 12:37:43 +02:00
Vincent Povirk
a85bb87cc3
gdiplus: Implement GdipGetPathGradientCenterColor.
2012-04-02 12:37:35 +02:00
Vincent Povirk
93a0897660
gdiplus: Support bitmap creation from 16-bit ddb's.
2012-03-30 17:33:46 +02:00
Alistair Leslie-Hughes
0b2ea8aaf5
gdiplus: Add GdipResetPageTransform stub.
2012-03-29 20:49:22 +02:00
Vincent Povirk
e2e77545ff
gdiplus: Measure strings at device size, then rescale to world size.
2012-03-28 11:36:20 +02:00
Vincent Povirk
673377a7b9
gdiplus: Store copies of remap tables in ImageAttributes objects.
2012-03-26 18:15:02 +02:00
Vincent Povirk
8a0b57a9a1
gdiplus: Draw hotkey underlines in GdipDrawString.
2012-03-26 18:13:52 +02:00
Vincent Povirk
eef459968a
gdiplus: Detect hotkey prefixes when drawing strings.
2012-03-26 12:41:28 +02:00
Vincent Povirk
3cd51c0acf
gdiplus: Use the surround colors in path gradient rendering.
2012-03-15 19:56:20 +01: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
1f6f84c7bb
gdiplus: Don't add control points to the result in GdipFlattenPath.
2012-03-14 11:50:20 +01:00
Vincent Povirk
b54d38a536
gdiplus: Add test for GdipGetPathGradientSurroundColorsWithCount.
2012-03-14 11:50:15 +01:00
Vincent Povirk
5d64f16bec
gdiplus: Add fixme's for unimplemented path gradient features.
2012-03-14 11:50:11 +01:00
Vincent Povirk
5ed5daf4da
gdiplus: Do some actual color blending when drawing path gradients.
2012-03-14 11:50:07 +01:00
Vincent Povirk
703b31b2e8
gdiplus: Fill path gradients with a solid color.
2012-03-14 11:50:02 +01:00
Vincent Povirk
7fd6ccd19e
gdiplus: Add tests for path gradient center point functions.
2012-03-13 10:27:56 +01:00
Vincent Povirk
1515a4b89c
gdiplus: Set path gradient center points based on the path's bounding rect.
2012-03-13 10:27:50 +01:00
Vincent Povirk
116665d7fc
gdiplus: Add stub GdipGetPathGradientPath with tests.
2012-03-13 10:27:44 +01:00
Vincent Povirk
96d66f1666
gdiplus: Store a real path in path gradient brushes.
2012-03-13 10:27:35 +01:00
Vincent Povirk
dc3a08d840
gdiplus: Rewrite SOFTWARE_GdipFillRegion to call brush_fill_pixels less.
2012-03-13 10:27:22 +01:00
Dmitry Timoshkov
5fd16ddedc
gdiplus: Implement GdipCreateMetafileFromEmf.
2012-03-12 16:37:26 +01:00
Dmitry Timoshkov
b39425f3cf
gdiplus: Create GDI bitmap only when needed.
2012-03-12 10:43:53 +01:00
Dmitry Timoshkov
0d7bc4b325
gdiplus: Create GDI brush only when needed.
2012-03-09 11:30:46 +01:00
Dan Kegel
8f073bf4c7
gdiplus: Make GdipTranslateLineTransform stub lie and return Ok.
2012-02-16 11:57:27 +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
Vincent Povirk
aba9ddc4a0
gdiplus: Implement GdipDrawImagePoints.
2012-01-11 20:11:40 +01:00
Vincent Povirk
006e2d97b3
gdiplus: Fix center point calculation in GdipAddPathPie.
2011-11-08 18:19:18 +01:00
Andrew Talbot
51804165aa
gdiplus: Remove unneeded address-of operators from array names.
2011-10-31 23:54:00 +01:00
Alexandre Julliard
7c1f665627
gdiplus/tests: Add an intermediate variable to avoid array bounds warnings.
2011-10-20 12:50:04 +02:00
Dan Kegel
fa4cafd80e
gdiplus/tests: Must define biClrUsed when calling CreateDIBSection.
2011-10-14 13:12:28 +02:00
Louis Lenders
8435e40874
gdiplus: Return zero properties in stubbed GdipGetPropertyCount.
2011-10-06 16:46:41 -05:00
Vincent Povirk
203d29d93a
gdiplus: Fix pointer math for the 64-bit tests.
2011-10-04 15:19:02 -05:00
Vincent Povirk
5f94653159
gdiplus: Include an alpha channel in HBITMAPs created from Bitmaps.
2011-10-03 09:45:09 -05:00
André Hentschel
6b7ccdb734
gdiplus: Fix height calculation.
...
Spotted by Roman Shchekin.
2011-09-23 12:34:57 +02:00
Francois Gouget
4c13e84a7c
gdiplus: Use Liberation Mono as a fallback for Courier New for the monospace family.
2011-09-13 11:27:42 +02:00
Francois Gouget
bcd793bf3b
gdiplus/tests: Don't check for hardcoded family font names.
...
Only check that each font family is different and that we can create fonts from them.
2011-09-13 11:27:38 +02:00
Alexandre Julliard
835e74a5f0
gdiplus: Add a WinSxS manifest resource.
2011-08-25 17:21:05 +02:00
Vincent Povirk
380abdeb10
gdiplus: Fix vertical string alignment.
2011-08-02 21:16:38 +02:00
Frédéric Delanoy
b5a33dab88
dlls: Assorted spelling fixes.
2011-08-02 20:47:51 +02:00
Vincent Povirk
ae6ce97db0
gdiplus: Don't use a gdi32 brush for semi-transparent hatch brushes.
2011-07-27 19:03:51 +02:00
Vincent Povirk
171e832839
gdiplus: Fix use of uninitialized memory.
2011-07-18 16:23:29 +02:00
Marcus Meissner
f0392c77bc
gdiplus: Check return values of GdipCreateMatrix(2) (Coverity).
2011-07-14 14:14:04 +02:00
Vincent Povirk
fda2fc7684
gdiplus: Implement GdipPlayMetafileRecord for EMF records.
2011-07-08 13:40:42 +02:00
Vincent Povirk
3a6ba94011
gdiplus: Add test showing scaling does not affect returned HDC objects.
2011-07-08 11:26:31 +02:00
Vincent Povirk
71325800dc
gdiplus: Add tests for GdipPlayMetafileRecord.
2011-07-08 11:26:27 +02:00
Vincent Povirk
351a78bb4a
gdiplus: Add test for recording emf-only metafiles.
2011-07-08 11:26:20 +02:00
Vincent Povirk
44c57121ea
gdiplus: Implement GetDC for metafiles.
2011-07-08 11:26:14 +02:00
Vincent Povirk
fd7475546b
gdiplus: Stub GdipPlayMetafileRecord.
2011-07-08 11:26:06 +02:00
Vincent Povirk
d59c3d45e3
gdiplus: Use DrawDriverString to draw the text in DrawString.
2011-06-28 16:52:21 -05:00
Vincent Povirk
6cc7e7f7c4
gdiplus: Implement GdipMeasureDriverString.
2011-06-28 16:46:16 -05:00
Vincent Povirk
640c7b5e4f
gdiplus: Test MeasureDriverString with a character that has an underhang.
2011-06-28 16:46:12 -05:00
Vincent Povirk
0ec9d398a5
gdiplus: Fix the order of arguments to expectf in test_string_functions.
2011-06-28 16:46:05 -05:00
Vincent Povirk
c0682a26d2
gdiplus: Add test for GdipMeasureDriverString.
2011-06-27 16:59:08 -05:00
Vincent Povirk
698fddf99b
gdiplus: Properly clean up the new metafile data.
2011-06-22 11:25:46 +02:00
Marcus Meissner
9af15023a2
gdiplus: Convert and pass in 3 points, not 1 (Coverity).
2011-05-30 11:15:56 +02:00
Vincent Povirk
9793ab9fa6
gdiplus: Implement DriverStringOptionsRealizedAdvance in software.
2011-05-24 11:56:53 +02:00
Vincent Povirk
11754452d2
gdiplus: Change the sign we use for origin.x in DrawDriverString.
...
Apparently characters whose black boxes extend to the left of the origin have
a negative x value, but characters whose black boxes extend above the origin
have a positive y value.
2011-05-24 11:56:46 +02:00
Vincent Povirk
29b6b75edb
gdiplus: Add test for GdipGetDC on metafiles.
2011-05-23 11:16:11 +02:00
Vincent Povirk
fd9c5d7d01
gdiplus: Implement GdipEnumerateMetafileSrcRectDestPoints.
2011-05-23 11:16:06 +02:00
Vincent Povirk
06b23138e2
gdiplus: Remove is_emfplus field from test structure, as it's redundant.
2011-05-23 11:15:59 +02:00
Vincent Povirk
11248262be
gdiplus: Add test for metafile enumeration.
2011-05-23 11:15:48 +02:00
Vincent Povirk
d436e51872
gdiplus: Add basic metafile recording support.
2011-05-23 11:15:41 +02:00
Marcus Meissner
4892adb414
gdiplus: Mark image_format_dimensions as static.
2011-05-18 10:54:32 +02:00
Vincent Povirk
73e50ba60e
gdiplus: Set export ordinals to match Windows 7.
2011-05-16 16:35:28 +02:00
Francois Gouget
5920de5ffb
Assorted spelling and case fixes.
2011-05-09 12:09:27 +02:00
Marcus Meissner
3ed1339219
gdiplus: Mark internal symbols as having hidden visibility.
2011-04-26 15:31:27 +02:00
André Hentschel
66f212e667
gdiplus: Add a FIXME.
2011-04-13 14:13:52 +02:00
Vincent Povirk
1544640763
gdiplus: Add support for encoding TIFF images.
2011-04-11 19:32:53 +02:00
Vincent Povirk
14f925d5af
gdiplus: Validate MatrixOrder in matrix functions.
2011-04-07 13:50:42 +02:00
Vincent Povirk
64841aac83
gdiplus: Respect the CmapLookup flag in GDI32_GdipDrawDriverString.
2011-04-05 13:36:56 +02:00