msvcp100: Remove unused thiscall functions.
[wine] / dlls / gdiplus /
2012-09-04  Dmitry Timoshkovgdiplus: Add support for generic typographic string...
2012-09-04  Dmitry Timoshkovgdiplus: Add support for StringFormatFlagsNoClip.
2012-09-03  Marcus Meissnergdiplus: Avoid uninitialized usage of bitmap (Coverity).
2012-08-31  Dmitry Timoshkovgdiplus: Add a test for scaling an image with world...
2012-08-30  Dmitry Timoshkovgdiplus: Print some additional information about device...
2012-08-29  Dmitry Timoshkovgdiplus: Make GdipMeasureCharacterRanges/GdipMeasureStr...
2012-08-27  Dmitry Timoshkovgdiplus: get_log_fontW helper requires a valid graphics...
2012-08-27  Dmitry Timoshkovgdiplus: Fix font leak.
2012-08-27  Dmitry Timoshkovgdiplus/tests: Fix font leak.
2012-08-27  Dmitry Timoshkovgdiplus: Correct signature/mask info for the GIF codec.
2012-08-24  Dmitry Timoshkovgdiplus: Make GdipMeasureCharacterRanges use common...
2012-08-24  Dmitry Timoshkovgdiplus: Do not convert range_rect.X twice.
2012-08-23  Dmitry Timoshkovgdiplus: Filter tabs out until they are properly suppor...
2012-08-23  Dmitry Timoshkovgdiplus: Clarify in the tests where 1/3 of extra text...
2012-08-22  Dmitry Timoshkovgdiplus: GdipMeasureCharacterRanges should respect...
2012-08-22  Dmitry Timoshkovgdiplus: GdipMeasureCharacterRanges shouldn't treat...
2012-08-22  Dmitry Timoshkovgdiplus: Add a bunch of tests for GdipMeasureCharacterR...
2012-08-21  Dmitry Timoshkovgdiplus: Use set_rect_empty() helper to make the code...
2012-08-21  Dmitry Timoshkovgdiplus: Rename roundr() to gdip_round() to make it...
2012-08-20  Dmitry Timoshkovgdiplus: StringFormatFlagsLineLimit doesn't allow line...
2012-08-20  Dmitry Timoshkovgdiplus: Add a test for extra space added by GdipMeasur...
2012-08-20  Dmitry Timoshkovgdiplus: GdipGetImageThumbnail should return image...
2012-08-20  Dmitry Timoshkovgdiplus: Return error code of the failed API to the...
2012-08-20  Dmitry Timoshkovgdiplus: Round the layout rectangle down instead of...
2012-08-20  Dmitry Timoshkovgdiplus: Add a test for measuring string that doesn...
2012-08-20  Dmitry Timoshkovgdiplus: If there is no hbitmap associated with GpBitma...
2012-08-16  Francois Gougetgdiplus/tests: Make pixels_to_units() static.
2012-08-16  Dmitry Timoshkovgdiplus: Make GdipSetPropertyItem return Ok.
2012-08-16  Dmitry Timoshkovgdiplus: Dump the matrix passed to GdipSetWorldTransform.
2012-08-16  Dmitry Timoshkovgdiplus: Properly convert source coordinates to device...
2012-08-16  Dmitry Timoshkovgdiplus: When there is no target rectangle specified...
2012-08-16  Dmitry Timoshkovgdiplus: Destination points passed to GdipDrawImagePoin...
2012-08-15  Dmitry Timoshkovgdiplus: Forward GdipDrawImage to GdipDrawImagePointRect.
2012-08-15  Dmitry Timoshkovgdiplus: Add a test for GdipDrawImage scaling.
2012-08-15  Dmitry Timoshkovgdiplus: Add a test for font height scaling.
2012-08-15  Dmitry Timoshkovgdiplus: Replace convert_unit() by a clearer units_to_p...
2012-08-15  Dmitry Timoshkovgdiplus: GdipMeasureString should apply its internal...
2012-08-14  Dmitry Timoshkovgdiplus: get_font_hfont helper should transform returne...
2012-08-14  Dmitry Timoshkovgdiplus: GdipGetLogFontW should transform returned...
2012-08-14  Dmitry TimoshkovRevert commit b20a1f56b0c915b24f70b8be83fbf76ea7378123.
2012-08-14  Dmitry Timoshkovgdiplus: Add more tests for GdipMeasureString using...
2012-08-13  Michael Stefaniucgdiplus: Remove unreachable break after return (Smatch).
2012-08-13  Dmitry Timoshkovgdiplus: Correct GdipSaveImageToFile spec entry.
2012-07-31  Dmitry Timoshkovgdiplus: Improve precision of calculated pixel to units...
2012-07-26  Dmitry Timoshkovgdiplus: Add some GdipTransformPoints tests for a devic...
2012-07-26  Dmitry Timoshkovgdiplus: Store device resolution in the graphics object.
2012-07-26  Dmitry Timoshkovgdiplus: Add missing 'break'.
2012-07-25  Dmitry Timoshkovgdiplus: Handle image loading failures under some XP...
2012-07-25  Dmitry Timoshkovgdiplus: Make get_palette() usable for generating prede...
2012-07-25  Dmitry Timoshkovgdiplus: Add 8bppGray to the list of supported formats.
2012-07-25  Dmitry Timoshkovgdiplus: Use predefined palette if an image doesn't...
2012-07-25  Dmitry Timoshkovgdiplus: Add 8bppIndexed to the list of supported formats.
2012-07-25  Dmitry Timoshkovgdiplus: Retrieve image palette from WIC.
2012-07-20  Dmitry Timoshkovgdiplus: Set actual resolution of an image being encoded.
2012-07-18  Dmitry Timoshkovgdiplus: GdipMeasureString operates internally in pixel...
2012-07-18  Dmitry Timoshkovgdiplus: GdipGetFontHeight should convert height from...
2012-07-18  Dmitry Timoshkovgdiplus: Factor out units_to_pixels() helper.
2012-07-18  Dmitry Timoshkovgdiplus: Add a test for font and graphics using differe...
2012-07-17  Dmitry Timoshkovgdiplus: Add support for converting RGB formats to...
2012-07-17  Dmitry Timoshkovgdiplus: Add support for converting RGB formats to...
2012-07-17  Dmitry Timoshkovgdiplus: Pass palette instead of bitmap to setpixel...
2012-07-17  Dmitry Timoshkovgdiplus: Pass complete palette info to convert_pixels().
2012-07-17  Dmitry Timoshkovgdiplus: Use public ColorPalette structure to store...
2012-07-17  Dmitry Timoshkovgdiplus: Add some tests for GdipBitmapLockBits/GdipBitm...
2012-07-17  Dmitry Timoshkovgdiplus: Make sure that GdipBitmapLockBits stores valid...
2012-07-16  Dmitry Timoshkovgdiplus: Fix palette flags for a not indexed 1-bpp...
2012-07-16  Dmitry Timoshkovgdiplus: Make sure that 1bpp bitmap images get loaded...
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.
next