gdiplus: Fix graphics bounds for memory DC's.
[wine] / dlls / gdiplus / graphics.c
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.
2011-05-24  Vincent Povirkgdiplus: Implement DriverStringOptionsRealizedAdvance...
2011-05-24  Vincent Povirkgdiplus: Change the sign we use for origin.x in DrawDri...
2011-05-23  Vincent Povirkgdiplus: Add basic metafile recording support.
2011-04-05  Vincent Povirkgdiplus: Respect the CmapLookup flag in GDI32_GdipDrawD...
2011-04-05  Vincent Povirkgdiplus: Don't settle on a font size until absolutely...
2011-04-05  Vincent Povirkgdiplus: Add a software implementation of GdipDrawDrive...
2011-04-05  Vincent Povirkgdiplus: Add helper for translating GpFont to HFONT.
2011-04-04  Gerald Pfeifergdiplus: Initialize a variable in SOFTWARE_GdipFillRegi...
2011-04-01  Vincent Povirkgdiplus: Add basic implementation of GdipDrawDriverString.
2011-03-29  Vincent Povirkgdiplus: Add test for GdipSetTextRenderingHint and...
2011-03-28  Vincent Povirkgdiplus: Implement gamma adjustment.
2011-03-28  Vincent Povirkgdiplus: Implement color transforms.
2011-03-18  Vincent Povirkgdiplus: Select the font into the appropriate hdc in...
2011-03-17  Vincent Povirkgdiplus: Remove the gdi32 line gradient drawing code.
2011-03-17  Vincent Povirkgdiplus: Implement GdipFillRectangle based on GdipFillPath.
2011-03-17  Vincent Povirkgdiplus: Use GdipFillPath to implement GdipFillPolygonI.
2011-03-17  Vincent Povirkgdiplus: Use GdipFillPath to implement GdipFillPolygon.
2011-03-15  Vincent Povirkgdiplus: Use GdipFillPath to implement GdipFillPie.
2011-03-15  Vincent Povirkgdiplus: Use GdipFillPath to implement GdipFillEllipse.
2011-03-15  Vincent Povirkgdiplus: Add software implementation of GdipFillPath.
2011-03-15  Vincent Povirkgdiplus: Call GdiAlphaBlend only once per GdipFillRegio...
2011-03-15  Vincent Povirkgdiplus: Remove gdi32 fallback for bitmaps from GdipFil...
2011-03-11  Vincent Povirkgdiplus: Prefer to not use gdi32 for gradient and textu...
2011-03-11  Vincent Povirkgdiplus: Implement software rendering of texture brushes.
2011-03-11  Vincent Povirkgdiplus: Don't use gdi32 to scale or draw from outside...
2011-03-11  Vincent Povirkgdiplus: Implement bilinear interpolation.
2011-03-11  Vincent Povirkgdiplus: Move bitmap interpolation into a separate...
next