gdiplus: Avoid out of bounds access warning.
[wine] / dlls / gdiplus /
2012-07-16  Alexandre Julliardgdiplus: Avoid out of bounds access warning.
2012-07-12  Vincent Povirkgdiplus: Accept a transformation matrix in GdipFlattenPath.
2012-07-12  Vincent Povirkgdiplus: Implement LineJoinMiterClipped and partially...
2012-07-12  Vincent Povirkgdiplus: Fix memory leak in GdipImageRotateFlip.
2012-07-12  Vincent Povirkgdiplus: Fix GdipImageRotateFlip for images from streams.
2012-07-12  Dmitry Timoshkovgdiplus: Add a test for palette associated with black...
2012-07-03  Dmitry Timoshkovgdiplus: Fix the convert_unit() comment to reflect...
2012-07-03  Dmitry Timoshkovgdiplus: Add parameter checks to GdipSetPropertyItem...
2012-07-02  Dmitry Timoshkovgdiplus: Add some tests for GdipGetPropertySize and...
2012-07-02  Dmitry Timoshkovgdiplus: Implement GdipGetAllPropertyItems.
2012-07-02  Dmitry Timoshkovgdiplus: Implement GdipGetPropertySize.
2012-07-02  Dmitry Timoshkovgdiplus: Add a test for 'value' pointer in the Property...
2012-07-02  Dmitry Timoshkovgdiplus: Add a test to show that GdipCloneImage is...
2012-06-29  Dmitry Timoshkovgdiplus: Add GdipSaveAdd stub.
2012-06-29  Dmitry Timoshkovgdiplus: Add a bunch of tests for TIFF image properties.
2012-06-29  Dmitry Timoshkovgdiplus: Add some tests for GdipGetPropertyItemSize...
2012-06-29  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyItem.
2012-06-29  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyItemSize.
2012-06-28  Dmitry Timoshkovgdiplus: Comment out a test that crashes some gdiplus...
2012-06-28  Dmitry Timoshkovgdiplus: Increase refcount of the source stream when...
2012-06-28  Dmitry Timoshkovgdiplus: Add a test for image stream refcount.
2012-06-27  Alexandre Julliardgdiplus/tests: Add back some necessary casts.
2012-06-26  Dmitry Timoshkovgdiplus: Avoid casting IWICBitmapFrameDecode to IWICBit...
2012-06-26  Dmitry Timoshkovgdiplus: Add some tests for image properties.
2012-06-26  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyIdList.
2012-06-26  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyCount.
2012-06-26  Dmitry Timoshkovgdiplus: When loading a bitmap frame save its IWICMetad...
2012-06-26  Vincent Povirkgdiplus: Remove FIXME from GdipAddPathString.
2012-06-22  Vincent Povirkgdiplus: Fix vertical alignment calculation in GdipAddP...
2012-06-22  Vincent Povirkgdiplus: Don't position characters by glyph metrics...
2012-06-22  Vincent Povirkgdiplus: Scale all points in GdipAddPathString instead...
2012-06-21  Dmitry Timoshkovgdiplus: Make some data const.
2012-06-20  Dmitry Timoshkovgdiplus: Implement GdipImageSelectActiveFrame.
2012-06-19  Dmitry Timoshkovgdiplus: Create a copy of the source stream when loadin...
2012-06-19  Dmitry Timoshkovgdiplus: Add active frame parameter to the WIC decoder...
2012-06-19  Dmitry Timoshkovgdiplus: Fix parameter order in expect() calls.
2012-06-19  Dmitry Timoshkovgdiplus: Remove a redundant cast.
2012-06-19  Dmitry Timoshkovgdiplus: GdipCreateFontFromLogfont also returns NotTrue...
2012-06-19  Dmitry Timoshkovgdiplus: Add a test for creating a nonexistent font...
2012-06-14  Dmitry Timoshkovgdiplus: Accept wider range of fonts.
2012-06-14  Vincent Povirkgdiplus: Check for NULL image in GdipImageRotateFlip.
2012-06-12  Francois Gougetgdiplus: Make get_font_hfont() static.
2012-05-25  Dmitry Timoshkovgdiplus: Avoid needless gotos.
2012-05-25  Dmitry Timoshkovgdiplus: Return correct status code if GdipAlloc fails.
2012-05-25  Dmitry Timoshkovgdiplus: Reimplement GdipIsEmptyRegion.
2012-05-21  Dmitry Timoshkovgdiplus: Use font emSize to map to pixel size instead...
2012-05-17  Dmitry Timoshkovgdiplus: Implement GdipImageGetFrameCount.
2012-05-17  Dmitry Timoshkovgdiplus: Save total and current frame in the image...
2012-05-15  Dmitry Timoshkovgdiplus: Fix the clipping region calculation.
2012-05-15  Dmitry Timoshkovgdiplus: Measure the passed in string without height...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Dmitry Timoshkovgdiplus: Create 'const' friendly internal entries for...
2012-05-11  Dmitry Timoshkovgdiplus: Add a bunch of tests for internal font metrics.
2012-05-11  Dmitry Timoshkovgdiplus: Fetch font family metrics from truetype font...
2012-05-11  Dmitry Timoshkovgdiplus: Use OUTLINETEXTMETRIC instead of LOGFONT to...
2012-05-11  Dmitry Timoshkovgdiplus: Use appropriate accessors to calculate font...
2012-05-11  Dmitry Timoshkovgdiplus: Retrieve LOGFONT from a GpFont using GdipGetLo...
2012-05-09  Dmitry Timoshkovgdiplus: Derive GpFont from GpFontFamily.
2012-05-02  Alexandre Julliardgdiplus: CreateDIBSection doesn't need a DC for the...
2012-05-01  Dmitry Timoshkovgdiplus: Add more traces to font APIs.
2012-04-26  Vincent Povirkgdiplus: Implement GdipWidenPath for closed figures.
2012-04-26  Vincent Povirkgdiplus: Add basic implementation of GdipWidenPath.
2012-04-26  Vincent Povirkgdiplus: Return OutOfMemory when creating a path gradie...
2012-04-26  Vincent Povirkgdiplus: Return OutOfMemory when creating a path gradie...
2012-04-25  Vincent Povirkgdiplus: Store only one surround color if all colors...
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientSigmaBlend.
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientLinearBlend.
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientBlend, with tests.
2012-04-25  Vincent Povirkgdiplus: Remove FIXME on implemented function.
2012-04-24  Dmitry Timoshkovgdiplus: Use symbolic name of the font style.
2012-04-24  Dmitry Timoshkovgdiplus: Do not rely on an enumerated font size being...
2012-04-24  Vincent Povirkgdiplus: Implement accessors for graphics rendering...
2012-04-23  Dmitry Timoshkovgdiplus: Use Tahoma instead of Arial for gdiplus font...
2012-04-23  Dmitry Timoshkovgdiplus: Use symbolic names of font styles.
2012-04-23  Dmitry Timoshkovgdiplus: Avoid saving negative values in pixel_size...
2012-04-20  Francois Gougetgdiplus/tests: Make test_pathgradientpresetblend()...
2012-04-19  Dmitry Timoshkovgdiplus: Use StretchBlt instead of GdiAlphaBlend if...
2012-04-18  Vincent Povirkgdiplus: Add support for JPEG encoding.
2012-04-04  Vincent Povirkgdiplus: Implement path gradient transform setters.
2012-04-04  Vincent Povirkgdiplus: Set the wrap mode in the path gradient constru...
2012-04-04  Vincent Povirkgdiplus: Default path gradient center color depends...
2012-04-02  Vincent Povirkgdiplus: Forbid creating path gradients with fewer...
2012-04-02  Vincent Povirkgdiplus: Implement GdipGetPathGradientTransform.
2012-04-02  Vincent Povirkgdiplus: Add tests for preset blend accessors.
2012-04-02  Vincent Povirkgdiplus: Implement path gradient preset blend accessors.
2012-04-02  Vincent Povirkgdiplus: Implement GdipGetPathGradientCenterColor.
2012-03-30  Vincent Povirkgdiplus: Support bitmap creation from 16-bit ddb's.
2012-03-29  Alistair Leslie... gdiplus: Add GdipResetPageTransform stub.
2012-03-28  Vincent Povirkgdiplus: Measure strings at device size, then rescale...
2012-03-26  Vincent Povirkgdiplus: Store copies of remap tables in ImageAttribute...
2012-03-26  Vincent Povirkgdiplus: Draw hotkey underlines in GdipDrawString.
2012-03-26  Vincent Povirkgdiplus: Detect hotkey prefixes when drawing strings.
2012-03-15  Vincent Povirkgdiplus: Use the surround colors in path gradient rende...
2012-03-15  Vincent Povirkgdiplus: Implement path gradient surround color accessors.
2012-03-15  Vincent Povirkgdiplus: Test SetSurroundColors with fewer colors than...
2012-03-14  Vincent Povirkgdiplus: Don't add control points to the result in...
2012-03-14  Vincent Povirkgdiplus: Add test for GdipGetPathGradientSurroundColors...
2012-03-14  Vincent Povirkgdiplus: Add fixme's for unimplemented path gradient...
2012-03-14  Vincent Povirkgdiplus: Do some actual color blending when drawing...
2012-03-14  Vincent Povirkgdiplus: Fill path gradients with a solid color.
next