dmloader: Mark internal symbols with hidden visibility.
[wine] / dlls / gdiplus / graphics.c
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...
2011-03-10  Vincent Povirkgdiplus: Implement tiling wrap modes.
2011-03-10  Vincent Povirkgdiplus: Apply image attributes to bitmaps before resam...
2011-03-10  Vincent Povirkgdiplus: Read drawn bitmaps in one step instead of...
2011-03-10  Vincent Povirkgdiplus: Move ImageAttributes mapping into a helper...
2011-03-10  Vincent Povirkgdiplus: Add tests for interpolation mode and make...
2011-03-09  Vincent Povirkgdiplus: Fix a handle leak in GdipDrawString.
2011-03-03  Maarten Lankhorstgdiplus: Implement GdipAddPathString.
2011-03-03  Maarten Lankhorstgdiplus: Add tests and fix GdipDrawImagePointsRect.
2011-03-03  Maarten Lankhorstgdiplus: Clean up gdip_format_string.
2011-01-27  Vincent Povirkgdiplus: Stub GdipGetHemfFromMetafile.
2011-01-24  Vincent Povirkgdiplus: Add a software implementation of line gradient...
2011-01-24  Vincent Povirkgdiplus: Add a software implementation of hatch brushes.
2011-01-24  Vincent Povirkgdiplus: Add a software implementation of GdipFillRegion.
2011-01-24  Vincent Povirkgdiplus: Factor the matrix creation code out of GdipTra...
2011-01-24  Vincent Povirkgdiplus: Factor out the gdi32 code of GdipFillRegion.
2010-11-10  Vincent Povirkgdiplus: Allow more drawing operations to succeed witho...
2010-11-01  Vincent Povirkgdiplus: Don't rely on an HDC in GdipMeasureString.
2010-11-01  Vincent Povirkgdiplus: Don't rely on an HDC in GdipMeasureCharacterRa...
2010-08-18  Vincent Povirkgdiplus: Add a fallback method for getting HDC's from...
2010-08-17  Vincent Povirkgdiplus: Use the software method to draw HBITMAP-less...
2010-08-17  Vincent Povirkgdiplus: Create HBITMAP-less bitmap objects for exotic...
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC to get the resolution...
2010-08-17  Vincent Povirkgdiplus: Give a nice warning when we try to draw to...
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC in get_graphics_bounds.
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC for the convert_unit...
2010-07-28  Wade Gobelgdiplus: Implemented GdipFillClosedCurve and GdipFillCl...
2010-07-28  Wade Gobelgdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedC...
2010-07-05  Vincent Povirkgdiplus: Stub GdipRecordMetafileStream.
2010-07-05  Vincent Povirkgdiplus: Stub GdipRecordMetafile.
2010-06-25  Vincent Povirkgdiplus: Stub GdipGetRenderingOrigin.
2010-06-24  Francois Gougetgdiplus: Make measure_ranges_callback() static.
2010-05-10  Vincent Povirkgdiplus: Always treat out of range string sizes as...
2010-05-10  Vincent Povirkgdiplus: Implement GdipSetImageAttributesWrapMode.
2010-05-10  Vincent Povirkgdiplus: Implement bitmap color keying.
2010-04-19  Vincent Povirkgdiplus: Prevent integer overflows when rounding text...
2010-04-16  Vincent Povirkgdiplus: Add fixmes for unimplemented imageattributes...
2010-04-16  Vincent Povirkgdiplus: Always use software to draw bitmaps to bitmaps.
2010-04-16  Vincent Povirkgdiplus: Implement color remapping.
2010-04-16  Vincent Povirkgdiplus: Correct the coordinate transform for non-recta...
2010-04-16  Vincent Povirkgdiplus: Transform bitmaps to non-rectangular parallelo...
2010-04-16  Vincent Povirkgdiplus: Use a helper function to draw image data from...
2010-04-16  Vincent Povirkgdiplus: Use UnitPixel for metafile bounds when creatin...
2010-04-09  Vincent Povirkgdiplus: Print the GdipCreateHalftonePalette FIXME...
2010-04-02  Vincent Povirkgdiplus: Implement GdipFlush.
2010-03-31  Vincent Povirkgdiplus: Implement GdipMeasureCharacterRanges.
2010-03-31  Vincent Povirkgdiplus: Fix the linesfilled calculation in GdipMeasure...
2010-03-31  Vincent Povirkgdiplus: Rewrite GdipDrawString to share code with...
2010-03-31  Vincent Povirkgdiplus: Rewrite GdipMeasureString using a helper function.
2010-03-31  Vincent Povirkgdiplus: Add a missing NULL check to GdipMeasureString.
2010-03-29  Vincent Povirkgdiplus: Don't use gdi32 to draw to bitmaps with format...
2010-02-26  Justin Chevriergdiplus: Basic implementation of GdipGetNearestColor...
2010-02-15  Vincent Povirkgdiplus: Convert formats that can't be drawn by gdi32...
2010-01-05  Alistair Leslie... gdiplus: Implement GdipIsVisibleClipEmpty.
2010-01-04  Vincent Povirkgdiplus: Add traces to unimplemented functions in graph...
2010-01-04  Vincent Povirkgdiplus: Fix a memory leak in GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Implement GdipGetImage*Resolution.
2009-12-28  Vincent Povirkgdiplus: Fix typo in GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Add some traces for the values of point arguments.
2009-12-21  Vincent Povirkgdiplus: Add trace for values of new graphics and image...
2009-12-14  Huw Daviesgdiplus: Fix a memory leak.
2009-12-14  Vincent Povirkgdiplus: Implement GdipSetImagePalette.
2009-09-15  Vincent Povirkgdiplus: Use the preset blend when drawing linear gradi...
2009-09-15  Vincent Povirkgdiplus: Implement GdipGetImageRawFormat.
2009-09-08  Vincent Povirkgdiplus: Don't use the supplied rect to calculate font...
2009-09-08  Vincent Povirkgdiplus: Implement GdipDrawImagePointRect.
2009-09-08  Vincent Povirkgdiplus: Remove unused bitmap flipping code.
2009-08-29  Vincent Povirkgdiplus: Use AlphaBlend for 32-bit images with alpha...
2009-08-29  Vincent Povirkgdiplus: Create DIBs instead of IPictures in CreateBitm...
2009-08-27  Andrew Eikumgdiplus: Implement GdipIsVisibleRect.
2009-08-27  Andrew Eikumgdiplus: Implement GdipIsVisiblePoint.
2009-08-27  Andrew Eikumgdiplus: Add utility function get_visible_clip_region.
2009-08-26  Andrew Eikumgdiplus: Implement GdipIsVisibleRegionPoint.
2009-08-21  Vincent Povirkgdiplus: Do not call IPicture_Render directly from...
2009-08-13  Andrew Eikumgdiplus: Implement GdipGetVisibleClipBounds.
2009-08-13  Andrew Eikumgdiplus: Create utility function get_graphics_bounds.
2009-08-06  Ken Sharpgdiplus: Add GdipIsVisibleRectI stub.
next