Sign in
goma
/
wine
/
a311dff763536ae596bbaa7baedcb61b5d5b6081
/
dlls
/
gdiplus
/
graphics.c
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
9c380b1
gdiplus: Use a helper function to draw image data from bitmaps in software.
by Vincent Povirk
· 15 years ago
2f9c609
gdiplus: Use UnitPixel for metafile bounds when creating from HMETAFILE.
by Vincent Povirk
· 15 years ago
9a4618a
gdiplus: Print the GdipCreateHalftonePalette FIXME only once.
by Vincent Povirk
· 15 years ago
ade2506
gdiplus: Implement GdipFlush.
by Vincent Povirk
· 15 years ago
deb6466
gdiplus: Implement GdipMeasureCharacterRanges.
by Vincent Povirk
· 15 years ago
21109a4
gdiplus: Fix the linesfilled calculation in GdipMeasureString.
by Vincent Povirk
· 15 years ago
2cde94a
gdiplus: Rewrite GdipDrawString to share code with GdipMeasureString.
by Vincent Povirk
· 15 years ago
3cee74c
gdiplus: Rewrite GdipMeasureString using a helper function.
by Vincent Povirk
· 15 years ago
32d03da
gdiplus: Add a missing NULL check to GdipMeasureString.
by Vincent Povirk
· 15 years ago
5433969
gdiplus: Don't use gdi32 to draw to bitmaps with formats it can't handle.
by Vincent Povirk
· 15 years ago
b4bfa6e
gdiplus: Basic implementation of GdipGetNearestColor with changes to test to reflect fixes.
by Justin Chevrier
· 15 years ago
00dec58
gdiplus: Convert formats that can't be drawn by gdi32 when drawing bitmaps.
by Vincent Povirk
· 15 years ago
03e31f9
gdiplus: Implement GdipIsVisibleClipEmpty.
by Alistair Leslie-Hughes
· 15 years ago
2005fe9
gdiplus: Add traces to unimplemented functions in graphics.c.
by Vincent Povirk
· 15 years ago
01b3295
gdiplus: Fix a memory leak in GdipCreateMetafileFromWmf.
by Vincent Povirk
· 15 years ago
1aea88c
gdiplus: Implement GdipGetImage*Resolution.
by Vincent Povirk
· 15 years ago
c38d334
gdiplus: Fix typo in GdipCreateMetafileFromWmf.
by Vincent Povirk
· 15 years ago
7ded3d8
gdiplus: Add some traces for the values of point arguments.
by Vincent Povirk
· 15 years ago
f8ca372
gdiplus: Add trace for values of new graphics and image objects.
by Vincent Povirk
· 15 years ago
68bacfb
gdiplus: Fix a memory leak.
by Huw Davies
· 15 years ago
39dc81c
gdiplus: Implement GdipSetImagePalette.
by Vincent Povirk
· 15 years ago
d2e999d
gdiplus: Use the preset blend when drawing linear gradients.
by Vincent Povirk
· 16 years ago
0595fc5
gdiplus: Implement GdipGetImageRawFormat.
by Vincent Povirk
· 16 years ago
99012b9
gdiplus: Don't use the supplied rect to calculate font scaling factors.
by Vincent Povirk
· 16 years ago
94ab233
gdiplus: Implement GdipDrawImagePointRect.
by Vincent Povirk
· 16 years ago
aef2025
gdiplus: Remove unused bitmap flipping code.
by Vincent Povirk
· 16 years ago
895c6d8
gdiplus: Use AlphaBlend for 32-bit images with alpha channels.
by Vincent Povirk
· 16 years ago
436b3be
gdiplus: Create DIBs instead of IPictures in CreateBitmapFromScan0.
by Vincent Povirk
· 16 years ago
f5896a2
gdiplus: Implement GdipIsVisibleRect.
by Andrew Eikum
· 16 years ago
d06dd2d
gdiplus: Implement GdipIsVisiblePoint.
by Andrew Eikum
· 16 years ago
39f6f49
gdiplus: Add utility function get_visible_clip_region.
by Andrew Eikum
· 16 years ago
32996e0
gdiplus: Implement GdipIsVisibleRegionPoint.
by Andrew Eikum
· 16 years ago
e72defc
gdiplus: Do not call IPicture_Render directly from GdipDrawImageI.
by Vincent Povirk
· 16 years ago
ef0ee6e
gdiplus: Implement GdipGetVisibleClipBounds.
by Andrew Eikum
· 16 years ago
fdf48f1
gdiplus: Create utility function get_graphics_bounds.
by Andrew Eikum
· 16 years ago
e072d36
gdiplus: Add GdipIsVisibleRectI stub.
by Ken Sharp
· 16 years ago
7b2292f
gdiplus: Add GdipRecordMetafileI stub.
by Alistair Leslie-Hughes
· 16 years ago
e0d9d17
gdiplus: Do not draw line-breaking spaces.
by Vincent Povirk
· 16 years ago
b330ebf
gdiplus: Don't use -escapement angle in GdipDrawString.
by Vincent Povirk
· 16 years ago
849af30
gdiplus: Use brush_fill_path in GdipFillRectangleI.
by Vincent Povirk
· 16 years ago
6a8a770
gdiplus: Use brush_fill_path in GdipFillRegion.
by Vincent Povirk
· 16 years ago
38fc894
gdiplus: Use brush_fill_path in GdipFillPolygonI.
by Vincent Povirk
· 16 years ago
15fef07
gdiplus: Use brush_fill_path in GdipFillPolygon.
by Vincent Povirk
· 16 years ago
bedbd40
gdiplus: Use brush_fill_path in GdipFillPie.
by Vincent Povirk
· 16 years ago
e306316
gdiplus: Use brush_fill_path in GdipFillEllipse.
by Vincent Povirk
· 16 years ago
1ef1394
gdiplus: Implement GdipSaveGraphics and GdipRestoreGraphics.
by Andrew Eikum
· 16 years ago
a06c257
gdiplus: Don't modify container list if container restoration fails.
by Andrew Eikum
· 16 years ago
632aef3
gdiplus: Implement GdipBeginContainer2 and GdipEndContainer.
by Andrew Eikum
· 16 years ago
9fceef3
gdiplus: Don't crash when a NULL format is passed to GdipDrawString.
by Vincent Povirk
· 16 years ago
4c0edba
gdiplus: Implement GdipDrawCurve3 and GdipDrawCurve3I.
by Andrew Eikum
· 16 years ago
aa9602d
gdiplus: Implement horizontal alignment in GdipDrawString.
by Vincent Povirk
· 16 years ago
c2aa66d
gdiplus/tests: Add tests for GdipDrawCurve2I.
by Andrew Eikum
· 16 years ago
fe55f0d
gdiplus/tests: Add tests for GdipDrawCurveI.
by Andrew Eikum
· 16 years ago
e096b59
gdiplus: Add GdipIsVisibleRegionPointI stub.
by Ken Sharp
· 16 years ago
489bd52
gdiplus: Remove spaces before '\n's.
by Francois Gouget
· 16 years ago
e3f4859
gdiplus: Add stubs for GdipGetVisibleClipBoundsI, GdipDrawDriverString & GdipMeasureDriverString.
by Ken Sharp
· 16 years ago
119e9af
gdiplus: Test cases and parameter checks for GdipDrawCurve.
by Andrew Eikum
· 16 years ago
eb3904d
gdiplus: Add support for vertical string alignment to GdipDrawString.
by Stephan Rose
· 16 years ago
156eeb0
gdiplus: Stubs for GdipDrawImagePoints and GdipDrawImagePointsI.
by Andrew Eikum
· 16 years ago
eec8d51
gdiplus: Stubs for GdipDrawImagePointRect and GdipDrawImagePointRectI.
by Andrew Eikum
· 16 years ago
c02e75c
gdiplus: Stubs for GdipCreateMetafileFromFile, GdipCreateMetafileFromStream.
by Andrew Eikum
· 16 years ago
b850008
gdiplus: Stub for GdipComment.
by Andrew Eikum
· 16 years ago
3091506
gdiplus: Stubs for GdipBeginContainer and GdipBeginContainerI.
by Andrew Eikum
· 16 years ago
60167df
gdiplus: Implement partially transparent solid fill brushes.
by Vincent Povirk
· 16 years ago
c486e81
gdiplus: Implement GdipTransformPointsI.
by Vincent Povirk
· 16 years ago
2af29ed
gdiplus: Implement GdipTransformPoints.
by Vincent Povirk
· 16 years ago
0f80aa8
gdiplus: Add a trace to GdipMeasureString.
by Vincent Povirk
· 16 years ago
3dd5ce7
gdiplus: Add a trace to GdipDrawString.
by Vincent Povirk
· 16 years ago
323e7e68
gdiplus: Use brush_fill_path in GdipFillRectangle.
by Vincent Povirk
· 16 years ago
27b47ea
gdiplus: Stub GdipSetRenderingOrigin.
by Vincent Povirk
· 16 years ago
cb478a3
gdiplus: Don't draw outside of gradient lines.
by Vincent Povirk
· 16 years ago
966fd5e
gdiplus: Properly draw points outside of line gradients.
by Vincent Povirk
· 16 years ago
a616130
gdiplus: Account for blend factors and positions in line gradients.
by Vincent Povirk
· 16 years ago
c3d2395
gdiplus: Don't leak a device context when GdipCreateFromHWND fails.
by Vincent Povirk
· 16 years ago
8a3d9ff
gdiplus: Only release device contexts created internally.
by Vincent Povirk
· 16 years ago
0879b76
gdiplus: GdipDrawString: Handle either a width or height of 0 sanely.
by Vincent Povirk
· 16 years ago
68dba4e
gdiplus: Support line gradient brushes in GdipFillPath.
by Vincent Povirk
· 16 years ago
43caae8
gdiplus: In GdipDrawString do not NULL terminate the buffer. It is unneeded and overruns the buffer.
by Aric Stewart
· 16 years ago
9f0edc5
gdiplus: Implemented GdipFillRegion.
by Nikolay Sivov
· 16 years ago
8c09616
gdiplus: Add testing for ObjectBusy in some Graphics methods.
by Nikolay Sivov
· 16 years ago
f8edb06
gdiplus: Implemented GdipSetClipHrgn.
by Nikolay Sivov
· 16 years ago
bcfe4e7
gdiplus: Implemented GdipGetClipBounds/GdipGetClipBoundsI.
by Nikolay Sivov
· 16 years ago
5da52e0
gdiplus: Implemented GdipTranslateClip/GdipTranslateClipI.
by Nikolay Sivov
· 16 years ago
b53877d
gdiplus: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
63ae714
gdiplus: Stub for GdipGetNearestColor.
by Nikolay Sivov
· 16 years ago
08aa0ca
gdiplus: Implement GdipRegionGetHRgn for paths.
by Vincent Povirk
· 16 years ago
6122c77
gdiplus: Add stub implementations of GdipCreateHalftonePalette and GdipImageForceValidation.
by Hans Leidekker
· 16 years ago
5ce729a
gdiplus: Add stub implementations of GdipBeginContainer2 and GdipEndContainer.
by Hans Leidekker
· 16 years ago
df93d19
gdiplus: Return success from the GdipSaveGraphics and GdipRestoreGraphics stubs.
by Hans Leidekker
· 16 years ago
1e170c9
gdiplus: Improve GdipMeasureString.
by Hans Leidekker
· 16 years ago
7126473
gdiplus: Added GdipSetTextContrast.
by Nikolay Sivov
· 16 years ago
Next »