Dmitry Timoshkov
|
71eb164482
|
gdiplus: Move internal helper get_log_fontW() out of public GdipGetLogFontW() export.
|
2012-10-26 16:47:01 +02:00 |
|
Dmitry Timoshkov
|
a45da55922
|
gdiplus: Fix a typo leading to incorrect character width calculation in GdipMeasureDriverString.
|
2012-10-22 11:44:41 +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
|
4d42626dbe
|
gdiplus: Add preliminary support for pixel offset modes.
|
2012-09-18 19:04:53 +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 |
|
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
|
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
|
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
|
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
|
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
|
466dfee115
|
gdiplus: If there is no hbitmap associated with GpBitmap then create one.
|
2012-08-20 17:05:07 +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
|
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
|
e9af648aeb
|
Revert commit b20a1f56b0 .
|
2012-08-14 16:41:55 +02:00 |
|
Dmitry Timoshkov
|
e536a128f7
|
gdiplus: Store device resolution in the graphics object.
|
2012-07-26 11:07:41 +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
|
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 |
|
Francois Gouget
|
15846adef0
|
gdiplus: Make get_font_hfont() static.
|
2012-06-12 11:11:32 +02:00 |
|
Dmitry Timoshkov
|
d0fcc19e7e
|
gdiplus: Fix the clipping region calculation.
|
2012-05-15 17:02:05 +02:00 |
|
Dmitry Timoshkov
|
bf9aed6f5c
|
gdiplus: Measure the passed in string without height clipping in order to compute correct Y offset.
|
2012-05-15 17:02:04 +02:00 |
|
Dmitry Timoshkov
|
5e4d64d18e
|
gdiplus: Create 'const' friendly internal entries for font APIs.
|
2012-05-14 17:49:02 +02:00 |
|
Dmitry Timoshkov
|
2c93bf7e4e
|
gdiplus: Retrieve LOGFONT from a GpFont using GdipGetLogFontW instead of accessing it directly.
|
2012-05-11 15:40:13 +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 |
|
Vincent Povirk
|
075775a81b
|
gdiplus: Implement accessors for graphics rendering origin.
|
2012-04-24 11:37:46 +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
|
52bf030b84
|
gdiplus: Implement GdipGetPathGradientTransform.
|
2012-04-02 12:37:55 +02:00 |
|
Vincent Povirk
|
5254a76a0c
|
gdiplus: Implement path gradient preset blend accessors.
|
2012-04-02 12:37:43 +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
|
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
|
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
|
dc3a08d840
|
gdiplus: Rewrite SOFTWARE_GdipFillRegion to call brush_fill_pixels less.
|
2012-03-13 10:27:22 +01:00 |
|