xmllite: Fail to set input for external IXmlReaderInput.
[wine] / dlls / gdiplus /
2013-01-24  Andrew Talbotgdiplus: Avoid signed-unsigned integer comparisons.
2013-01-23  Dmitry Timoshkovgdiplus: Make GdipCreateFromHDC2 not fail in case of...
2013-01-16  Dmitry Timoshkovgdiplus: Avoid not necessary memory allocation in GdipC...
2013-01-15  Dmitry Timoshkovgdiplus: Avoid not necessary memory allocation for...
2013-01-15  Dmitry Timoshkovgdiplus: Avoid not necessary memory allocation for...
2013-01-15  Dmitry Timoshkovgdiplus: Fix reading the mask bits in GdipCreateBitmapF...
2012-12-18  Alexandre Julliardgdi32: Add helper functions for GetTextExtentExPoint...
2012-12-10  Alexandre Julliardgdiplus/tests: Tweak some metrics to make the tests...
2012-12-06  Andrew Talbotgdiplus: Remove unneeded address-of operator from array...
2012-12-06  Vincent Povirkgdiplus: Fix graphics bounds for memory DC's.
2012-12-06  Vincent Povirkgdiplus: Always use AlphaBlend to draw to 32-bit DIB's.
2012-12-06  Vincent Povirkgdiplus: Use one GetDIBits call instead of one per...
2012-12-06  Vincent Povirkgdiplus: Avoid accessing dib bits directly in GdipCreat...
2012-12-04  Vincent Povirkgdiplus: Add a test for drawing to HDC's backed by...
2012-11-28  Andrew Talbotgdiplus: Remove superfluous braces.
2012-11-28  Vincent Povirkgdiplus: Use clipping region in alpha_blend_pixels.
2012-11-19  Dmitry Timoshkovgdiplus: Avoid more cases of allocating a transformatio...
2012-11-08  Dmitry Timoshkovgdiplus: Store transformation matrix directly in the...
2012-11-07  Dmitry Timoshkovgdiplus: Avoid GdipCloneMatrix calls for the graphics...
2012-11-06  Dmitry Timoshkovgdiplus: Allocate a copy of the graphics transformation...
2012-11-06  Dmitry Timoshkovgdiplus: Add support for extra transformation in GdipMe...
2012-11-01  Vincent Povirkgdiplus: Reimplement GdipCreateMetafileFromEmf without...
2012-11-01  Vincent Povirkgdiplus: Implement GdipCloneImage for metafiles with...
2012-11-01  Vincent Povirkgdiplus: Implement drawing metafiles with an emf handle.
2012-11-01  Vincent Povirkgdiplus: Add tests for drawing recorded metafiles.
2012-10-30  Rafał Mużyłogdiplus: Mark regions as unclipped correctly.
2012-10-30  Rafał Mużyłogdiplus: Fix logic of treating the region of a string...
2012-10-30  Frédéric Delanoygdiplus/tests: Cleanup resources on error path in test_...
2012-10-26  Dmitry Timoshkovgdiplus: GdipGetLogFont should use device scale and...
2012-10-26  Dmitry Timoshkovgdiplus: Move internal helper get_log_fontW() out of...
2012-10-25  André Hentschelgdiplus: Fix order of GdipFrees (coverity).
2012-10-23  André Hentschelgdiplus/tests: Fix out-of-bounds access (coverity).
2012-10-23  Dmitry Timoshkovgdiplus: Test also lf.lfEscapement and lf.lfOrientation...
2012-10-22  Dmitry Timoshkovgdiplus: Fix a typo leading to incorrect character...
2012-10-12  Dmitry Timoshkovgdiplus: Add a test for GdipMeasureDriverString called...
2012-10-11  Dmitry Timoshkovgdiplus: Clarify where extra Y margin added by GdipMeas...
2012-10-11  Dmitry Timoshkovgdiplus: Clarify where extra Y margin added by GdipMeas...
2012-10-11  Dmitry Timoshkovgdiplus: Use IFD_SHORT type for the TIFF compression...
2012-10-09  Dmitry Timoshkovgdiplus: Add more font transformation tests.
2012-10-08  Dmitry Timoshkovgdiplus: Stop adding 1/6 of EM height to the created...
2012-10-08  Dmitry Timoshkovgdiplus: Workaround missing support for true floating...
2012-10-08  Dmitry Timoshkovgdiplus: Detect broken GdipMeasureCharacterRanges behav...
2012-10-08  Dmitry Timoshkovgdiplus: Add a font transformation test.
2012-09-28  Dmitry Timoshkovgdiplus: Reuse an existing image stream in GdipImageSel...
2012-09-27  Dmitry Timoshkovgdiplus: Take into account font substitution in GdipCre...
2012-09-27  Dmitry Timoshkovgdiplus: Take into account font substitution in GdipCre...
2012-09-27  Dmitry Timoshkovgdiplus: Move font substitution test into a separate...
2012-09-25  Dmitry Timoshkovgdiplus: Add GIF palette to the image properties.
2012-09-25  Dmitry Timoshkovgdiplus: Add GIF loopcount to the image properties.
2012-09-25  Dmitry Timoshkovgdiplus: Add GIF transparent index to the image properties.
2012-09-25  Dmitry Timoshkovgdiplus: Add GIF background to the image properties.
2012-09-25  Dmitry Timoshkovgdiplus: Add GIF frame delay to the image properties.
2012-09-25  Dmitry Timoshkovgdiplus: Add GIF comment to the image properties.
2012-09-25  Dmitry Timoshkovgdiplus: Remove GIF properties test from generic tests...
2012-09-24  Dmitry Timoshkovgdiplus: Make GIF palettes in a custom test image sligh...
2012-09-21  Dmitry Timoshkovgdiplus: Add an ability to cache bitmap properties...
2012-09-21  Dmitry Timoshkovgdiplus: Add more tests for GIF image properties.
2012-09-21  Dmitry Timoshkovgdiplus: Test GIF properties using a specially created...
2012-09-21  Vincent Povirkgdiplus: Implement LineCapRound in GdipWidenPath.
2012-09-21  Vincent Povirkgdiplus: Properly set the first point to start when...
2012-09-21  Vincent Povirkgdiplus: Implement LineCapSquare in GdipWidenPath.
2012-09-18  Dmitry Timoshkovgdiplus: Add some tests for GIF properties.
2012-09-18  Dmitry Timoshkovgdiplus: Add preliminary support for pixel offset modes.
2012-09-18  Dmitry Timoshkovgdiplus: Add some tests for scaling an image with vario...
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...
next