kernel32: Make CopyFile() call CopyFileEx() instead of the other way around.
[wine] / dlls / gdiplus / gdiplus_private.h
2012-12-06  Vincent Povirkgdiplus: Always use AlphaBlend to draw to 32-bit DIB's.
2012-11-08  Dmitry Timoshkovgdiplus: Store transformation matrix directly in the...
2012-11-07  Dmitry Timoshkovgdiplus: Avoid GdipCloneMatrix calls for the graphics...
2012-11-01  Vincent Povirkgdiplus: Reimplement GdipCreateMetafileFromEmf without...
2012-09-21  Dmitry Timoshkovgdiplus: Add an ability to cache bitmap properties...
2012-09-04  Dmitry Timoshkovgdiplus: Add support for generic typographic string...
2012-08-21  Dmitry Timoshkovgdiplus: Rename roundr() to gdip_round() to make it...
2012-08-15  Dmitry Timoshkovgdiplus: Replace convert_unit() by a clearer units_to_p...
2012-08-14  Dmitry Timoshkovgdiplus: get_font_hfont helper should transform returne...
2012-07-26  Dmitry Timoshkovgdiplus: Store device resolution in the graphics object.
2012-07-18  Dmitry Timoshkovgdiplus: GdipGetFontHeight should convert height from...
2012-07-18  Dmitry Timoshkovgdiplus: Factor out units_to_pixels() helper.
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-28  Dmitry Timoshkovgdiplus: Increase refcount of the source stream when...
2012-06-26  Dmitry Timoshkovgdiplus: When loading a bitmap frame save its IWICMetad...
2012-06-19  Dmitry Timoshkovgdiplus: Create a copy of the source stream when loadin...
2012-06-12  Francois Gougetgdiplus: Make get_font_hfont() static.
2012-05-17  Dmitry Timoshkovgdiplus: Save total and current frame in the image...
2012-05-14  Dmitry Timoshkovgdiplus: Create 'const' friendly internal entries for...
2012-05-11  Dmitry Timoshkovgdiplus: Fetch font family metrics from truetype font...
2012-05-11  Dmitry Timoshkovgdiplus: Use OUTLINETEXTMETRIC instead of LOGFONT to...
2012-05-09  Dmitry Timoshkovgdiplus: Derive GpFont from GpFontFamily.
2012-04-24  Dmitry Timoshkovgdiplus: Do not rely on an enumerated font size being...
2012-04-24  Vincent Povirkgdiplus: Implement accessors for graphics rendering...
2012-04-02  Vincent Povirkgdiplus: Implement GdipGetPathGradientTransform.
2012-04-02  Vincent Povirkgdiplus: Implement path gradient preset blend accessors.
2012-03-26  Vincent Povirkgdiplus: Store copies of remap tables in ImageAttribute...
2012-03-26  Vincent Povirkgdiplus: Detect hotkey prefixes when drawing strings.
2012-03-15  Vincent Povirkgdiplus: Implement path gradient surround color accessors.
2012-03-13  Vincent Povirkgdiplus: Store a real path in path gradient brushes.
2012-03-12  Dmitry Timoshkovgdiplus: Create GDI bitmap only when needed.
2012-03-09  Dmitry Timoshkovgdiplus: Create GDI brush only when needed.
2011-07-08  Vincent Povirkgdiplus: Implement GdipPlayMetafileRecord for EMF records.
2011-07-08  Vincent Povirkgdiplus: Implement GetDC for metafiles.
2011-05-23  Vincent Povirkgdiplus: Add basic metafile recording support.
2011-04-26  Marcus Meissnergdiplus: Mark internal symbols as having hidden visibility.
2011-04-05  Vincent Povirkgdiplus: Don't settle on a font size until absolutely...
2011-04-05  Vincent Povirkgdiplus: Add helper for translating GpFont to HFONT.
2011-03-11  Vincent Povirkgdiplus: Implement software rendering of texture brushes.
2011-03-10  Alexandre Julliardgdiplus: Use signed types in convert_pixels to avoid...
2011-03-03  Maarten Lankhorstgdiplus: Implement GdipAddPathString.
2011-02-25  Vincent Povirkgdiplus: Copy only the area requested when (un)locking...
2011-02-15  Vincent Povirkgdiplus: Store an ImageAttributes in texture brushes.
2011-01-24  Vincent Povirkgdiplus: Add a software implementation of hatch brushes.
2010-08-18  Vincent Povirkgdiplus: Add a fallback method for getting HDC's from...
2010-08-17  Vincent Povirkgdiplus: Create HBITMAP-less bitmap objects for exotic...
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC for the convert_unit...
2010-05-10  Vincent Povirkgdiplus: Implement GdipSetImageAttributesWrapMode.
2010-04-19  Vincent Povirkgdiplus: Fix the non-trivial case in color_over.
2010-03-29  Vincent Povirkgdiplus: Don't use gdi32 to draw to bitmaps with format...
2010-03-29  Vincent Povirkgdiplus: Store a reference to the image in image graphi...
2010-03-04  Justin Chevriergdiplus: Implement GdipSetImageAttributesRemapTable...
2010-02-15  Vincent Povirkgdiplus: Store an image in texture brushes, and use...
2010-02-08  Vincent Povirkgdiplus: Don't use gdi32 to do pixel format conversion.
2010-02-01  Vincent Povirkgdiplus: Implement GdipSetImageAttributesGamma.
2009-12-28  Vincent Povirkgdiplus: Implement GdipGetImage*Resolution.
2009-12-28  Vincent Povirkgdiplus: Add some traces for the values of point arguments.
2009-12-22  Hans Leidekkergdiplus: Implement GdipGet/SetStringFormatMeasurableCha...
2009-12-21  Vincent Povirkgdiplus: Implement GdipSetImageAttributesColorMatrix.
2009-12-14  Vincent Povirkgdiplus: Implement GdipSetImagePalette.
2009-10-19  Alexandre Julliardgdiplus: Remove a useless inline specifier.
2009-09-15  Vincent Povirkgdiplus: Store preset blends in linear gradient brushes.
2009-09-15  Vincent Povirkgdiplus: Implement GdipGetImageRawFormat.
2009-08-29  Vincent Povirkgdiplus: Use AlphaBlend for 32-bit images with alpha...
2009-08-29  Vincent Povirkgdiplus: Return the real image bits from LockBits when...
2009-08-29  Vincent Povirkgdiplus: Don't use IPicture to manage the HDC associate...
2009-08-29  Vincent Povirkgdiplus: Add and use an HBITMAP field in GpBitmap objects.
2009-08-26  Andrew Eikumgdiplus: Implement GdipIsVisibleRegionRect.
2009-08-03  Vincent Povirkgdiplus: Store color key information in ImageAttributes.
2009-07-07  Andrew Eikumgdiplus: Implement GdipBeginContainer2 and GdipEndConta...
2009-05-21  Vincent Povirkgdiplus: Implement partially transparent solid fill...
2009-05-14  Vincent Povirkgdiplus: Populate the installed font collection.
2009-05-14  Vincent Povirkgdiplus: Add a trace to GdipDrawString.
2009-05-08  Vincent Povirkgdiplus: Store the rectangle in line gradient brushes.
2009-04-29  Vincent Povirkgdiplus: Add blend information to linear gradient brushes.
2009-04-27  Vincent Povirkgdiplus: Only release device contexts created internally.
2009-01-12  Chris Wulffgdiplus: Partial implementation of GdipCreateHatchBrush.
2008-12-01  Hans Leidekkergdiplus: Better implementation of GdipGetFontHeightGive...
2008-11-25  Vincent Povirkgdiplus: Implement GdipRegionGetHRgn for paths.
2008-11-24  Vincent Povirkgdiplus: Implement CachedBitmap based on Image.
2008-11-24  Hans Leidekkergdiplus: Implement GdipNewPrivateFontCollection and...
2008-11-10  Nikolay Sivovgdiplus: Added GdipGetTextContrast.
2008-11-04  Nikolay Sivovgdiplus: Added CachedBitmap calls.
2008-10-22  Nikolay Sivovgdiplus: Added Gdip[Get/Set]TextureWrapMode.
2008-09-25  Nikolay Sivovgdiplus: Implement GdipGetTextureTransform with test.
2008-09-04  Nikolay Sivovgdiplus: Stubs for AdjustableArrowCap calls.
2008-08-27  Nikolay Sivovgdiplus: Implemented GdipGetClip.
2008-08-25  Nikolay Sivovgdiplus: Basic GdipGetDC/GdipReleaseDC implementation.
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipPathIterNextSubpathPath with...
2008-08-04  Nikolay Sivovgdiplus: Move some Beziers helpers to gdiplus.c to...
2008-07-31  Nikolay Sivovgdiplus: Implemented Gdip[Get/Set]PenMode.
2008-07-30  Nikolay Sivovgdiplus: GdipGetStringFormatTabStopCount implementation...
2008-07-29  Nikolay Sivovgdiplus: GdipGetStringFormatDigitSubstitution implemented.
2008-07-28  Nikolay Sivovgdiplus: Implemented GdipGetCustomLineCapWidthScale...
2008-07-28  Nikolay Sivovgdiplus: Implemented GdipGetCustomLineCapStrokeJoin...
2008-07-25  Adam Petacciagdiplus: Implement GdipCreateRegion and mark the tests...
2008-07-22  Nikolay Sivovgdiplus: implemeted GdipGetPathGradientBlendCount with...
2008-07-07  Alexandre Julliardgdiplus: Store the family name directly in the GpFontFa...
2008-07-07  Adam Petacciagdiplus: Use a better framework for filling out FontFam...
next