d3drm: Implement IDirect3DRMTextureX_GetClassName.
[wine] / dlls / gdiplus /
2012-06-14  Dmitry Timoshkovgdiplus: Accept wider range of fonts.
2012-06-14  Vincent Povirkgdiplus: Check for NULL image in GdipImageRotateFlip.
2012-06-12  Francois Gougetgdiplus: Make get_font_hfont() static.
2012-05-25  Dmitry Timoshkovgdiplus: Avoid needless gotos.
2012-05-25  Dmitry Timoshkovgdiplus: Return correct status code if GdipAlloc fails.
2012-05-25  Dmitry Timoshkovgdiplus: Reimplement GdipIsEmptyRegion.
2012-05-21  Dmitry Timoshkovgdiplus: Use font emSize to map to pixel size instead...
2012-05-17  Dmitry Timoshkovgdiplus: Implement GdipImageGetFrameCount.
2012-05-17  Dmitry Timoshkovgdiplus: Save total and current frame in the image...
2012-05-15  Dmitry Timoshkovgdiplus: Fix the clipping region calculation.
2012-05-15  Dmitry Timoshkovgdiplus: Measure the passed in string without height...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Dmitry Timoshkovgdiplus: Create 'const' friendly internal entries for...
2012-05-11  Dmitry Timoshkovgdiplus: Add a bunch of tests for internal font metrics.
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-11  Dmitry Timoshkovgdiplus: Use appropriate accessors to calculate font...
2012-05-11  Dmitry Timoshkovgdiplus: Retrieve LOGFONT from a GpFont using GdipGetLo...
2012-05-09  Dmitry Timoshkovgdiplus: Derive GpFont from GpFontFamily.
2012-05-02  Alexandre Julliardgdiplus: CreateDIBSection doesn't need a DC for the...
2012-05-01  Dmitry Timoshkovgdiplus: Add more traces to font APIs.
2012-04-26  Vincent Povirkgdiplus: Implement GdipWidenPath for closed figures.
2012-04-26  Vincent Povirkgdiplus: Add basic implementation of GdipWidenPath.
2012-04-26  Vincent Povirkgdiplus: Return OutOfMemory when creating a path gradie...
2012-04-26  Vincent Povirkgdiplus: Return OutOfMemory when creating a path gradie...
2012-04-25  Vincent Povirkgdiplus: Store only one surround color if all colors...
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientSigmaBlend.
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientLinearBlend.
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientBlend, with tests.
2012-04-25  Vincent Povirkgdiplus: Remove FIXME on implemented function.
2012-04-24  Dmitry Timoshkovgdiplus: Use symbolic name of the font style.
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-23  Dmitry Timoshkovgdiplus: Use Tahoma instead of Arial for gdiplus font...
2012-04-23  Dmitry Timoshkovgdiplus: Use symbolic names of font styles.
2012-04-23  Dmitry Timoshkovgdiplus: Avoid saving negative values in pixel_size...
2012-04-20  Francois Gougetgdiplus/tests: Make test_pathgradientpresetblend()...
2012-04-19  Dmitry Timoshkovgdiplus: Use StretchBlt instead of GdiAlphaBlend if...
2012-04-18  Vincent Povirkgdiplus: Add support for JPEG encoding.
2012-04-04  Vincent Povirkgdiplus: Implement path gradient transform setters.
2012-04-04  Vincent Povirkgdiplus: Set the wrap mode in the path gradient constru...
2012-04-04  Vincent Povirkgdiplus: Default path gradient center color depends...
2012-04-02  Vincent Povirkgdiplus: Forbid creating path gradients with fewer...
2012-04-02  Vincent Povirkgdiplus: Implement GdipGetPathGradientTransform.
2012-04-02  Vincent Povirkgdiplus: Add tests for preset blend accessors.
2012-04-02  Vincent Povirkgdiplus: Implement path gradient preset blend accessors.
2012-04-02  Vincent Povirkgdiplus: Implement GdipGetPathGradientCenterColor.
2012-03-30  Vincent Povirkgdiplus: Support bitmap creation from 16-bit ddb's.
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: Store copies of remap tables in ImageAttribute...
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-15  Vincent Povirkgdiplus: Implement path gradient surround color accessors.
2012-03-15  Vincent Povirkgdiplus: Test SetSurroundColors with fewer colors than...
2012-03-14  Vincent Povirkgdiplus: Don't add control points to the result in...
2012-03-14  Vincent Povirkgdiplus: Add test for GdipGetPathGradientSurroundColors...
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: Add tests for path gradient center point funct...
2012-03-13  Vincent Povirkgdiplus: Set path gradient center points based on the...
2012-03-13  Vincent Povirkgdiplus: Add stub GdipGetPathGradientPath with tests.
2012-03-13  Vincent Povirkgdiplus: Store a real path in path gradient brushes.
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-02-16  Dan Kegelgdiplus: Make GdipTranslateLineTransform stub lie and...
2012-01-12  Vincent Povirkgdiplus: Implement GdipCreateBitmapFromHBITMAP for...
2012-01-12  Vincent Povirkgdiplus: Test GdipCreateBitmapFromHBITMAP with 16-bit...
2012-01-11  Vincent Povirkgdiplus: Implement GdipDrawImagePoints.
2011-11-08  Vincent Povirkgdiplus: Fix center point calculation in GdipAddPathPie.
2011-10-31  Andrew Talbotgdiplus: Remove unneeded address-of operators from...
2011-10-20  Alexandre Julliardgdiplus/tests: Add an intermediate variable to avoid...
2011-10-14  Dan Kegelgdiplus/tests: Must define biClrUsed when calling Creat...
2011-10-06  Louis Lendersgdiplus: Return zero properties in stubbed GdipGetPrope...
2011-10-04  Vincent Povirkgdiplus: Fix pointer math for the 64-bit tests.
2011-10-03  Vincent Povirkgdiplus: Include an alpha channel in HBITMAPs created...
2011-09-23  André Hentschelgdiplus: Fix height calculation.
2011-09-13  Francois Gougetgdiplus: Use Liberation Mono as a fallback for Courier...
2011-09-13  Francois Gougetgdiplus/tests: Don't check for hardcoded family font...
2011-08-25  Alexandre Julliardgdiplus: Add a WinSxS manifest resource.
2011-08-02  Vincent Povirkgdiplus: Fix vertical string alignment.
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
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-14  Marcus Meissnergdiplus: Check return values of GdipCreateMatrix(2...
2011-07-08  Vincent Povirkgdiplus: Implement GdipPlayMetafileRecord for EMF records.
2011-07-08  Vincent Povirkgdiplus: Add test showing scaling does not affect retur...
2011-07-08  Vincent Povirkgdiplus: Add tests for GdipPlayMetafileRecord.
2011-07-08  Vincent Povirkgdiplus: Add test for recording emf-only metafiles.
2011-07-08  Vincent Povirkgdiplus: Implement GetDC for metafiles.
2011-07-08  Vincent Povirkgdiplus: Stub GdipPlayMetafileRecord.
2011-06-28  Vincent Povirkgdiplus: Use DrawDriverString to draw the text in DrawS...
2011-06-28  Vincent Povirkgdiplus: Implement GdipMeasureDriverString.
2011-06-28  Vincent Povirkgdiplus: Test MeasureDriverString with a character...
2011-06-28  Vincent Povirkgdiplus: Fix the order of arguments to expectf in test_...
2011-06-27  Vincent Povirkgdiplus: Add test for GdipMeasureDriverString.
next