jscript: Store concatenated strings as a rope string to avoid useless copying.
[wine] / dlls / gdiplus /
2013-04-18  Detlef Riekenberggdiplus/tests: Add tests for GdipSetCustomLineCapWidthS...
2013-04-18  Detlef Riekenberggdiplus: Implement GdipSetCustomLineCapWidthScale.
2013-04-03  Victor Martinezgdiplus: Fix returned rect in GdiGetRegionBoundsI.
2013-03-15  Dmitry Timoshkovgdiplus: GdipMeasureCharacterRanges should treat empty...
2013-03-15  Dmitry Timoshkovgdiplus: GdipMeasureCharacterRanges shouldn't add margi...
2013-03-14  Dmitry Timoshkovgdiplus: Add more GdipMeasureString/GdipMeasureCharacte...
2013-03-13  Dmitry Timoshkovgdiplus: Ignore gdiplus page and world transformations...
2013-03-13  Vincent Povirkgdiplus: Correct EMF record size calculation.
2013-03-13  Vincent Povirkgdiplus: Also get a DC for drawing WMF images.
2013-03-11  Dmitry Timoshkovgdiplus: Protect from mixing BrushTypeLinearGradient...
2013-03-11  Dmitry Timoshkovgdiplus: Print a passed in rectangle in GdipCombineRegi...
2013-03-11  Vincent Povirkgdiplus: Fix GdipCreateBitmapFromGraphics implementation.
2013-03-04  Francois Gougetgdiplus/tests: Skip the tests if unable to load the...
2013-03-04  Dmitry Timoshkovgdiplus: Add some tests for string format alignment.
2013-03-04  Dmitry Timoshkovgdiplus: GdipDrawString should not clip the string...
2013-03-04  Dmitry TimoshkovRevert "gdiplus: Add support for StringFormatFlagsNoClip.".
2013-03-04  Vincent Povirkgdiplus: Store the image type on a Graphics object...
2013-02-25  Dmitry Timoshkovgdiplus: If a device doesn't support AlphaBlend don...
2013-02-25  Dmitry Timoshkovgdiplus: Round up when converting from 32-bit ARGB...
2013-02-25  Dmitry Timoshkovgdiplus: Add some tests for ARGB conversions.
2013-02-22  Dmitry Timoshkovgdiplus: Remove debug traces from GdipBitmapGetPixel...
2013-02-21  Dmitry Timoshkovgdiplus: Correct the GdipDrawString .spec entry.
2013-02-20  Dmitry Timoshkovgdiplus: Use an off-screen DC to trace a path.
2013-02-20  Dmitry Timoshkovgdiplus: Use an off-screen DC as an image surface.
2013-02-20  Dmitry Timoshkovgdiplus: Use an off-screen DC for font enumeration.
2013-02-19  Dmitry Timoshkovgdiplus: Reimplement GdipFillRectangles using GdipFillPath.
2013-02-19  Dmitry Timoshkovgdiplus: Slightly simplify GdipFillClosedCurve2 impleme...
2013-02-19  Dmitry Timoshkovgdiplus: Reimplement GdipDrawRectangles using GdipDrawPath.
2013-02-19  Dmitry Timoshkovgdiplus: Reimplement GdipDrawRectangle using GdipDrawPath.
2013-02-19  Dmitry Timoshkovgdiplus: Reimplement GdipDrawPie using GdipDrawPath.
2013-02-19  Dmitry Timoshkovgdiplus: Reimplement GdipDrawEllipse using GdipDrawPath.
2013-02-19  Dmitry Timoshkovgdiplus: Forward GdipDrawBezier to GdipDrawBeziers.
2013-02-19  Dmitry Timoshkovgdiplus: Reimplement GdipDrawBeziers using GdipDrawPath.
2013-02-19  Dmitry Timoshkovgdiplus: Reimplement GdipDrawArc using GdipDrawPath.
2013-02-19  Dmitry Timoshkovgdiplus: Reimplement GdipDrawLines using GdipDrawPath.
2013-02-19  Dmitry Timoshkovgdiplus: Reimplement GdipDrawCurve2 using GdipDrawPath.
2013-02-19  Dmitry Timoshkovgdiplus: Slightly simplify GdipDrawClosedCurve2 impleme...
2013-02-19  Dmitry Timoshkovgdiplus: Forward GdipDrawBezierI to GdipDrawBezier.
2013-02-18  Dmitry Timoshkovgdiplus: Avoid a crash in GdipDrawImagePointRect.
2013-02-18  Dmitry Timoshkovgdiplus: Avoid a devision by zero when a being added...
2013-02-18  Dmitry Timoshkovgdiplus: Forward GdipDrawLinesI to GdipDrawLines.
2013-02-18  Dmitry Timoshkovgdiplus: Forward GdipDrawLineI to GdipDrawLine.
2013-02-18  Dmitry Timoshkovgdiplus: Forward GdipDrawLine to GdipDrawLines.
2013-01-30  Dmitry Timoshkovgdiplus: Avoid not necessary memory allocation for...
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...
next