kernel32: Add a shared memory test.
[wine] / dlls / gdiplus / graphics.c
2013-03-15  Dmitry Timoshkovgdiplus: GdipMeasureCharacterRanges should treat empty...
2013-03-15  Dmitry Timoshkovgdiplus: GdipMeasureCharacterRanges shouldn't add margi...
2013-03-13  Dmitry Timoshkovgdiplus: Ignore gdiplus page and world transformations...
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-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: Forward GdipDrawLinesI to GdipDrawLines.
2013-02-18  Dmitry Timoshkovgdiplus: Forward GdipDrawLineI to GdipDrawLine.
2013-02-18  Dmitry Timoshkovgdiplus: Forward GdipDrawLine to GdipDrawLines.
2013-01-24  Andrew Talbotgdiplus: Avoid signed-unsigned integer comparisons.
2013-01-23  Dmitry Timoshkovgdiplus: Make GdipCreateFromHDC2 not fail in case of...
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-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 drawing metafiles with an emf handle.
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-26  Dmitry Timoshkovgdiplus: Move internal helper get_log_fontW() out of...
2012-10-22  Dmitry Timoshkovgdiplus: Fix a typo leading to incorrect character...
2012-10-08  Dmitry Timoshkovgdiplus: Stop adding 1/6 of EM height to the created...
2012-09-18  Dmitry Timoshkovgdiplus: Add preliminary support for pixel offset modes.
2012-09-04  Dmitry Timoshkovgdiplus: Add support for generic typographic string...
2012-09-04  Dmitry Timoshkovgdiplus: Add support for StringFormatFlagsNoClip.
2012-08-30  Dmitry Timoshkovgdiplus: Print some additional information about device...
2012-08-29  Dmitry Timoshkovgdiplus: Make GdipMeasureCharacterRanges/GdipMeasureStr...
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-22  Dmitry Timoshkovgdiplus: GdipMeasureCharacterRanges should respect...
2012-08-22  Dmitry Timoshkovgdiplus: GdipMeasureCharacterRanges shouldn't treat...
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: 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: If there is no hbitmap associated with GpBitma...
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: 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 TimoshkovRevert commit b20a1f56b0c915b24f70b8be83fbf76ea7378123.
2012-07-26  Dmitry Timoshkovgdiplus: Store device resolution in the graphics object.
2012-07-18  Dmitry Timoshkovgdiplus: GdipMeasureString operates internally in pixel...
2012-07-17  Dmitry Timoshkovgdiplus: Pass complete palette info to convert_pixels().
2012-07-17  Dmitry Timoshkovgdiplus: Use public ColorPalette structure to store...
2012-06-12  Francois Gougetgdiplus: Make get_font_hfont() static.
2012-05-15  Dmitry Timoshkovgdiplus: Fix the clipping region calculation.
2012-05-15  Dmitry Timoshkovgdiplus: Measure the passed in string without height...
2012-05-14  Dmitry Timoshkovgdiplus: Create 'const' friendly internal entries for...
2012-05-11  Dmitry Timoshkovgdiplus: Retrieve LOGFONT from a GpFont using GdipGetLo...
2012-05-02  Alexandre Julliardgdiplus: CreateDIBSection doesn't need a DC for the...
2012-04-24  Vincent Povirkgdiplus: Implement accessors for graphics rendering...
2012-04-19  Dmitry Timoshkovgdiplus: Use StretchBlt instead of GdiAlphaBlend if...
2012-04-02  Vincent Povirkgdiplus: Implement GdipGetPathGradientTransform.
2012-04-02  Vincent Povirkgdiplus: Implement path gradient preset blend accessors.
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: 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-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.
2012-03-13  Vincent Povirkgdiplus: Rewrite SOFTWARE_GdipFillRegion to call brush_...
2012-03-12  Dmitry Timoshkovgdiplus: Implement GdipCreateMetafileFromEmf.
2012-03-12  Dmitry Timoshkovgdiplus: Create GDI bitmap only when needed.
2012-03-09  Dmitry Timoshkovgdiplus: Create GDI brush only when needed.
2012-01-11  Vincent Povirkgdiplus: Implement GdipDrawImagePoints.
2011-09-23  André Hentschelgdiplus: Fix height calculation.
2011-08-02  Vincent Povirkgdiplus: Fix vertical string alignment.
2011-07-27  Vincent Povirkgdiplus: Don't use a gdi32 brush for semi-transparent...
2011-07-18  Vincent Povirkgdiplus: Fix use of uninitialized memory.
2011-07-08  Vincent Povirkgdiplus: Implement GetDC for metafiles.
2011-06-28  Vincent Povirkgdiplus: Use DrawDriverString to draw the text in DrawS...
2011-06-28  Vincent Povirkgdiplus: Implement GdipMeasureDriverString.
next