Sign in
goma
/
wine
/
b20a1f56b0c915b24f70b8be83fbf76ea7378123
/
dlls
/
gdiplus
/
graphics.c
b20a1f5
gdiplus: GdipMeasureString operates internally in pixels but in/out rectangles are in device units.
by Dmitry Timoshkov
· 13 years ago
87f8e56
gdiplus: Pass complete palette info to convert_pixels().
by Dmitry Timoshkov
· 13 years ago
a46c1f7
gdiplus: Use public ColorPalette structure to store image palette.
by Dmitry Timoshkov
· 13 years ago
15846ad
gdiplus: Make get_font_hfont() static.
by Francois Gouget
· 13 years ago
d0fcc19
gdiplus: Fix the clipping region calculation.
by Dmitry Timoshkov
· 13 years ago
bf9aed6
gdiplus: Measure the passed in string without height clipping in order to compute correct Y offset.
by Dmitry Timoshkov
· 13 years ago
5e4d64d
gdiplus: Create 'const' friendly internal entries for font APIs.
by Dmitry Timoshkov
· 13 years ago
2c93bf7
gdiplus: Retrieve LOGFONT from a GpFont using GdipGetLogFontW instead of accessing it directly.
by Dmitry Timoshkov
· 13 years ago
039c853
gdiplus: CreateDIBSection doesn't need a DC for the DIB_RGB_COLORS case.
by Alexandre Julliard
· 13 years ago
075775a
gdiplus: Implement accessors for graphics rendering origin.
by Vincent Povirk
· 13 years ago
600cbb7
gdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha blending.
by Dmitry Timoshkov
· 13 years ago
52bf030
gdiplus: Implement GdipGetPathGradientTransform.
by Vincent Povirk
· 13 years ago
5254a76
gdiplus: Implement path gradient preset blend accessors.
by Vincent Povirk
· 13 years ago
0b2ea8a
gdiplus: Add GdipResetPageTransform stub.
by Alistair Leslie-Hughes
· 13 years ago
e2e7754
gdiplus: Measure strings at device size, then rescale to world size.
by Vincent Povirk
· 13 years ago
8a0b57a
gdiplus: Draw hotkey underlines in GdipDrawString.
by Vincent Povirk
· 13 years ago
eef4599
gdiplus: Detect hotkey prefixes when drawing strings.
by Vincent Povirk
· 13 years ago
3cd51c0
gdiplus: Use the surround colors in path gradient rendering.
by Vincent Povirk
· 13 years ago
5d64f16
gdiplus: Add fixme's for unimplemented path gradient features.
by Vincent Povirk
· 13 years ago
5ed5daf
gdiplus: Do some actual color blending when drawing path gradients.
by Vincent Povirk
· 13 years ago
703b31b
gdiplus: Fill path gradients with a solid color.
by Vincent Povirk
· 13 years ago
dc3a08d
gdiplus: Rewrite SOFTWARE_GdipFillRegion to call brush_fill_pixels less.
by Vincent Povirk
· 13 years ago
5fd16dd
gdiplus: Implement GdipCreateMetafileFromEmf.
by Dmitry Timoshkov
· 13 years ago
b39425f
gdiplus: Create GDI bitmap only when needed.
by Dmitry Timoshkov
· 13 years ago
0d7bc4b
gdiplus: Create GDI brush only when needed.
by Dmitry Timoshkov
· 13 years ago
aba9ddc
gdiplus: Implement GdipDrawImagePoints.
by Vincent Povirk
· 13 years ago
6b7ccdb
gdiplus: Fix height calculation.
by André Hentschel
· 13 years ago
380abde
gdiplus: Fix vertical string alignment.
by Vincent Povirk
· 14 years ago
ae6ce97
gdiplus: Don't use a gdi32 brush for semi-transparent hatch brushes.
by Vincent Povirk
· 14 years ago
171e832
gdiplus: Fix use of uninitialized memory.
by Vincent Povirk
· 14 years ago
44c5712
gdiplus: Implement GetDC for metafiles.
by Vincent Povirk
· 14 years ago
d59c3d4
gdiplus: Use DrawDriverString to draw the text in DrawString.
by Vincent Povirk
· 14 years ago
6cc7e7f
gdiplus: Implement GdipMeasureDriverString.
by Vincent Povirk
· 14 years ago
9793ab9
gdiplus: Implement DriverStringOptionsRealizedAdvance in software.
by Vincent Povirk
· 14 years ago
1175445
gdiplus: Change the sign we use for origin.x in DrawDriverString.
by Vincent Povirk
· 14 years ago
d436e51
gdiplus: Add basic metafile recording support.
by Vincent Povirk
· 14 years ago
64841aa
gdiplus: Respect the CmapLookup flag in GDI32_GdipDrawDriverString.
by Vincent Povirk
· 14 years ago
11f0662
gdiplus: Don't settle on a font size until absolutely necessary.
by Vincent Povirk
· 14 years ago
be0af56
gdiplus: Add a software implementation of GdipDrawDriverString.
by Vincent Povirk
· 14 years ago
32baa8b
gdiplus: Add helper for translating GpFont to HFONT.
by Vincent Povirk
· 14 years ago
25764d7
gdiplus: Initialize a variable in SOFTWARE_GdipFillRegion to avoid a compiler warning.
by Gerald Pfeifer
· 14 years ago
15140a7
gdiplus: Add basic implementation of GdipDrawDriverString.
by Vincent Povirk
· 14 years ago
b3dfe97
gdiplus: Add test for GdipSetTextRenderingHint and make it pass.
by Vincent Povirk
· 14 years ago
19b71b0
gdiplus: Implement gamma adjustment.
by Vincent Povirk
· 14 years ago
805f032
gdiplus: Implement color transforms.
by Vincent Povirk
· 14 years ago
314ec71
gdiplus: Select the font into the appropriate hdc in GdipMeasureString.
by Vincent Povirk
· 14 years ago
504b7c3
gdiplus: Remove the gdi32 line gradient drawing code.
by Vincent Povirk
· 14 years ago
71eb248
gdiplus: Implement GdipFillRectangle based on GdipFillPath.
by Vincent Povirk
· 14 years ago
5190f8a
gdiplus: Use GdipFillPath to implement GdipFillPolygonI.
by Vincent Povirk
· 14 years ago
86d55d4
gdiplus: Use GdipFillPath to implement GdipFillPolygon.
by Vincent Povirk
· 14 years ago
2ce5be2
gdiplus: Use GdipFillPath to implement GdipFillPie.
by Vincent Povirk
· 14 years ago
4aa99ea
gdiplus: Use GdipFillPath to implement GdipFillEllipse.
by Vincent Povirk
· 14 years ago
b5c2015
gdiplus: Add software implementation of GdipFillPath.
by Vincent Povirk
· 14 years ago
833316f
gdiplus: Call GdiAlphaBlend only once per GdipFillRegion call.
by Vincent Povirk
· 14 years ago
77f5a07
gdiplus: Remove gdi32 fallback for bitmaps from GdipFillRegion.
by Vincent Povirk
· 14 years ago
4edff21
gdiplus: Prefer to not use gdi32 for gradient and texture brushes.
by Vincent Povirk
· 14 years ago
8a036ab
gdiplus: Implement software rendering of texture brushes.
by Vincent Povirk
· 14 years ago
2302e80
gdiplus: Don't use gdi32 to scale or draw from outside bitmaps.
by Vincent Povirk
· 14 years ago
8b6dafd
gdiplus: Implement bilinear interpolation.
by Vincent Povirk
· 14 years ago
51cf90d
gdiplus: Move bitmap interpolation into a separate function.
by Vincent Povirk
· 14 years ago
5488ea1
gdiplus: Implement tiling wrap modes.
by Vincent Povirk
· 14 years ago
d891a8c
gdiplus: Apply image attributes to bitmaps before resampling them.
by Vincent Povirk
· 14 years ago
870fdaf
gdiplus: Read drawn bitmaps in one step instead of using getpixel.
by Vincent Povirk
· 14 years ago
a7f95ee
gdiplus: Move ImageAttributes mapping into a helper function.
by Vincent Povirk
· 14 years ago
a2631ae
gdiplus: Add tests for interpolation mode and make them pass.
by Vincent Povirk
· 14 years ago
d0e6aa0
gdiplus: Fix a handle leak in GdipDrawString.
by Vincent Povirk
· 14 years ago
b8a1e6c
gdiplus: Implement GdipAddPathString.
by Maarten Lankhorst
· 14 years ago
c057694
gdiplus: Add tests and fix GdipDrawImagePointsRect.
by Maarten Lankhorst
· 14 years ago
fe8e08a
gdiplus: Clean up gdip_format_string.
by Maarten Lankhorst
· 14 years ago
e029d71
gdiplus: Stub GdipGetHemfFromMetafile.
by Vincent Povirk
· 14 years ago
0c17a0b
gdiplus: Add a software implementation of line gradient brushes.
by Vincent Povirk
· 14 years ago
b7e664b
gdiplus: Add a software implementation of hatch brushes.
by Vincent Povirk
· 14 years ago
60cd477
gdiplus: Add a software implementation of GdipFillRegion.
by Vincent Povirk
· 14 years ago
6acffba
gdiplus: Factor the matrix creation code out of GdipTransformPoints.
by Vincent Povirk
· 14 years ago
b689e63
gdiplus: Factor out the gdi32 code of GdipFillRegion.
by Vincent Povirk
· 14 years ago
8f1b722
gdiplus: Allow more drawing operations to succeed without an HDC.
by Vincent Povirk
· 14 years ago
3e86d43
gdiplus: Don't rely on an HDC in GdipMeasureString.
by Vincent Povirk
· 14 years ago
867f3d3
gdiplus: Don't rely on an HDC in GdipMeasureCharacterRanges.
by Vincent Povirk
· 14 years ago
9d0cd09
gdiplus: Add a fallback method for getting HDC's from Graphics objects.
by Vincent Povirk
· 15 years ago
2a345f3
gdiplus: Use the software method to draw HBITMAP-less bitmaps.
by Vincent Povirk
· 15 years ago
9a6eabf
gdiplus: Create HBITMAP-less bitmap objects for exotic pixel formats.
by Vincent Povirk
· 15 years ago
963c709
gdiplus: Don't require an HDC to get the resolution of a graphics object.
by Vincent Povirk
· 15 years ago
c3ca6be
gdiplus: Give a nice warning when we try to draw to an HDC-less graphics.
by Vincent Povirk
· 15 years ago
5601860
gdiplus: Don't require an HDC in get_graphics_bounds.
by Vincent Povirk
· 15 years ago
85a5710
gdiplus: Don't require an HDC for the convert_unit function.
by Vincent Povirk
· 15 years ago
cceb3dc
gdiplus: Implemented GdipFillClosedCurve and GdipFillClosedCurveI.
by Wade Gobel
· 15 years ago
f4e2af6
gdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedCurve2I in the cases that count <= 1.
by Wade Gobel
· 15 years ago
0c8ac02
gdiplus: Stub GdipRecordMetafileStream.
by Vincent Povirk
· 15 years ago
48ceb3d
gdiplus: Stub GdipRecordMetafile.
by Vincent Povirk
· 15 years ago
85c0e83
gdiplus: Stub GdipGetRenderingOrigin.
by Vincent Povirk
· 15 years ago
a56375f
gdiplus: Make measure_ranges_callback() static.
by Francois Gouget
· 15 years ago
4357620
gdiplus: Always treat out of range string sizes as INT_MAX.
by Vincent Povirk
· 15 years ago
0ae0c0c
gdiplus: Implement GdipSetImageAttributesWrapMode.
by Vincent Povirk
· 15 years ago
15ebd84
gdiplus: Implement bitmap color keying.
by Vincent Povirk
· 15 years ago
68ce9e9
gdiplus: Prevent integer overflows when rounding text bounds.
by Vincent Povirk
· 15 years ago
ede103c
gdiplus: Add fixmes for unimplemented imageattributes features.
by Vincent Povirk
· 15 years ago
8b2543b
gdiplus: Always use software to draw bitmaps to bitmaps.
by Vincent Povirk
· 15 years ago
4247247
gdiplus: Implement color remapping.
by Vincent Povirk
· 15 years ago
bb9c187
gdiplus: Correct the coordinate transform for non-rectangular parallelograms.
by Vincent Povirk
· 15 years ago
7791f02
gdiplus: Transform bitmaps to non-rectangular parallelograms in software.
by Vincent Povirk
· 15 years ago
Next »